What's Changed
- feat: Add std.isNull, port google/jsonnet#1237 by @He-Pin in #583
- chore: Add handle negative range by returning an empty array tests by @He-Pin in #587
- fix: return null if parseYaml does not yield any result, port google/go-jsonnet#841 by @He-Pin in #588
- feat: Add digit separators to Jsonnet port google/go-jsonnet#760 by @He-Pin in #589
- Bump mill to 1.1.0 by @He-Pin in #545
- chore: emit better errors for strings with bad indentation port google/jsonnet#1261 by @He-Pin in #596
- feat:Add playground by @He-Pin in #600
- chore: Keep hidden field to std.objectRemoveKey and support inheritan… by @He-Pin in #586
- feat: add wasm to build matrix by @He-Pin in #599
- Fix %d/%o/%x overflow for large doubles by @JoshRosen in #605
- fix: handle non-BMP Unicode codepoints in foldl, foldr, and %c format by @JoshRosen in #606
- remove playground workflow for now by @stephenamar-db in #610
- chore: Avoid left-shift of negative values port google/jsonnet#1288 by @He-Pin in #612
- feat: Add missing newlines and add flag --no-trailing-newline port google/go-jsonnet#843 by @He-Pin in #613
- feat: sync tests by @He-Pin in #611
- feat: Add JSONNET_PATH support for cli by @He-Pin in #616
- chore: Attach function name in error message with best effects by @He-Pin in #618
- chore: TCO for tailstrict. by @He-Pin in #619
- chore: Use more while loop by @He-Pin in #627
- chore: Make materializer stackless for obj and arr by @He-Pin in #620
- chore: Add qualifiedName support for Builtin* by @He-Pin in #630
- Add --debug-stats mode for runtime performance analysis by @stephenamar-db in #632
- Drop support for JDK17 by @stephenamar-db in #634
- Refactor stack traces: named frames, root frame, and builtin collapsing by @stephenamar-db in #635
- Add --max-stack / -s flag to limit stack depth by @stephenamar-db in #637
- Add array and object comprehensions to stack trace frames by @stephenamar-db in #638
- Add max_stack_depth to --debug-stats output by @stephenamar-db in #639
- Add --flamegraph flag for folded stack profile output by @stephenamar-db in #640
- chore: Add more static optimizer by @He-Pin in #628
- chore: Restrict bitwise operations argument range to the safe-integer range. port google/go-jsonnet#859 by @He-Pin in #641
- Add unified --profile flag with text and flamegraph output by @stephenamar-db in #642
Full Changelog: 0.6.0...0.6.1