Skip to content

ODK JavaRosa v2.15.0

Compare
Choose a tag to compare
@yanokwa yanokwa released this 24 Jul 03:43
· 965 commits to master since this release

All changes

Highlights

  • Much faster loading for forms with choice filters

Added

  • Change the test sourceset so any test can use Scenario (#434)
  • hashCode method to FormIndex (#433)
  • JMH for benchmarking (#429)
  • Benchmarks for form loading (#432)
  • Support for odk:setgeopoint action (#431 and #461)
  • CSV secondary instance support (#452)
  • normalize-space function (#467)
    • James Pringle @jkpr (Johns Hopkins Bloomberg School of Public Health)

Fixed

  • Ignore dummy nodes in external instance declaration (#451)
  • Referring to node in secondary instance with path that also exists in primary instance can result in a dependency cycle (#450)
  • Don't serialize internal secondary instances (#445)
  • Bad encoding on compile in Windows (#464)