Releases: getodk/javarosa
Releases · getodk/javarosa
v5.0.0
⚠️ Breaking changes ⚠️
This release removes support for the entities
sub-spec. Clients like ODK Collect will be responsible for that layer. It also adds @NotNull
constraints to a few methods and adds a partial element concept as a way for clients to optimize secondary instance loading.
What's Changed
- Expose
Scenario
by @seadowg in #772 - Add partial elements by @seadowg in #775
- Fix interaction between function and filter plugins by @seadowg in #779
- Use same initialization order in Scenario as Collect by @seadowg in #780
- Add way of providing external instances without an existing file by @seadowg in #782
- Add commit SHA to SNAPSHOT versions by @seadowg in #786
- Remove entities by @seadowg in #784
- jr:count value should always be coerced to number by @grzesiek2010 in #789
- Expose secondary instance CSV parsing by @seadowg in #791
- Deploy/install flattened pom instead of one with variables by @seadowg in #792
- Fix crash if select element has empty child by @seadowg in #793
- Add
@NotNull
to IAnswerData constructors by @seadowg in #794 - Fix ambiguous constructors by @seadowg in #798
- Fixed detecting partial elements that should be populated by @grzesiek2010 in #802
- hash un-numeric input when used as PRNG seed, fixes #800 by @brontolosone in #801
- Support non-numeric seeds when using randomize in itemset nodeset expression by @lognaturel in #804
- Extend randomize seed tests by @brontolosone in #805
New Contributors
- @brontolosone made their first contribution in #801
Full Changelog: v4.4.1...v5.0.0
v4.4.1
What's Changed
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
- Additions needed for offline entity creation by @seadowg in #748
- Additions needed for offline entity updates by @seadowg in #749
- Expose action with entity by @seadowg in #755
- Add ability for for clients to provide their own instance parsing by @seadowg in #756
- Fix immutable list operation by @seadowg in #760
- Trim values stored in choices by @grzesiek2010 in #752
- Use first repeat instance(s) for jr:choice-name choices by @lognaturel in #758
- Add multi-argument and single string distance variants by @lognaturel in #761
- Handle entities without IDs by @seadowg in #763
- Use Maven plugin for local publish by @seadowg in #765
- Include Maven compile scope dependencies in Gradle JAR by @seadowg in #766
- Fix crash for non-
String
entity labels by @seadowg in #770 - Add new geofence XPath function and tests by @tiritea in #771
- Improve docs by @seadowg in #773
Full Changelog: v4.3.1...v4.4.0
v4.3.2
What's changed
Full Changelog: v4.3.1...v4.3.2
v4.3.1
What's Changed
Full Changelog: v4.3.0...v4.3.1
v4.3.0
What's Changed
- Add ability to search expressions for functions and to questions by @seadowg in #719
- Values referenced from jr:repeat-count should be coerced to int by @grzesiek2010 in #711
- Use
FilterStrategy
optimizations for select choice filters by @seadowg in #722 - Fix custom function handler support by @seadowg in #729
- Small improvements to itemset caching for selects by @lognaturel in #728
- Fixed gradle deprecated features by @grzesiek2010 in #732
- Return false instead of crashing when asking if a repeat can be added at a deleted position by @grzesiek2010 in #734
- Add ability to process xpath expressions during parse by @seadowg in #733
- Support optimizations for more expressions by @seadowg in #727
- Add
extract-signed
by @seadowg in #738 - Add caching for and/or and bring ItemsetBinding caching back by @seadowg in #742
- Deprecate validate methods with markCompleted parameter by @grzesiek2010 in #736
- Use placeholder root for empty external secondary instance by @lognaturel in #744
Full Changelog: v4.2.1...v4.3.0
v4.2.1
What's Changed
- Accept forms with entities version 2023.1 by @lognaturel in #735
Full Changelog: v4.2.0...v4.2.1
v4.2.0
v4.1.0
What's Changed
- Add tests for geojson integer ids by @lognaturel in #667
- Return empty string if child has no value by @lognaturel in #705
- Add LineString and Polygon parsing by @seadowg in #707
- Checking relevance of an inner repeat group should be possible even if its parent group does not exist yet by @grzesiek2010 in #710
- Add base64-decode by @lognaturel in #708
Full Changelog: v4.0.0...v4.1.0
JavaRosa v4.0.0
This release adds initial support for a new "entities" specification layer.
What's Changed
- Simplify Android API checking by @seadowg in #692
- Expose created entities after finalizing form by @seadowg in #691
- Handle empty saveto questions by @seadowg in #694
- Update entities features for new spec by @seadowg in #697
Full Changelog: v3.5.0...v4.0.0