What's Changed
- Fix a bug in the strict implementation of setUnion by @stephenamar-db in #242
- chore: bump scala to make it compiles on Java 21 by @He-Pin in #240
- Drop JDK11 support by @stephenamar-db in #243
- Add std.native & move std.xz/gzip to this by @stephenamar-db in #241
- Optimization: std.sort should only evaluate keyF once per array element by @JoshRosen in #245
- Fix corner case for YAML parsing with primitive types by @stephenamar-db in #247
- Add RegEx supports using RE2 to sjsonnet by @stephenamar-db in #244
- Fix a bug in hidden field handling in std.mergePatch by @JoshRosen in #250
- Add importbin to sjsonnet by @stephenamar-db in #251
- std.mergePatch should create resulting object fields at Normal visibility, not Unhide by @JoshRosen in #255
- Several performance optimizations, primarily aimed at reducing garbage object creation in common cases by @JoshRosen in #258
Full Changelog: 0.4.13...0.4.14