git.delta.rocks / jrsonnet / refs/commits / 7b8b823d230b

difftreelog

commits

crates/jrsonnet-clihistory
  1. Instead of relying on `serde_json::Value`.
    
    BREAKING CHANGE: There is no longer `impl Typed for serde_json::Value`,
    either parse directly into jrsonnet-evaluator, or use `serde_transcode`
    Yaroslav Bolyukin 2022-10-25 #7b8b823
  2. fix mark -S and --format as mutually exclusive
    Yaroslav Bolyukin 2022-10-17 #446308e
  3. Separate jrsonnet-evaluator and stdlib implementation #82
    Yaroslav Bolyukin 2022-10-17 #b8bef13
  4. Merge remote-tracking branch 'origin/master' into split-stdlib
    Yaroslav Bolyukin 2022-10-15 #c39582b
  5. style fix clippy warnings
    Yaroslav Bolyukin 2022-10-11 #70f3783
  6. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  7. style fix warnings with nightly clippy
    Yaroslav Bolyukin 2022-05-26 #2d0d919
  8. refactor(treewide) custom path support
    Yaroslav Bolyukin 2022-08-27 #b4d71ec
  9. refactor rework layout and path handling
    Yaroslav Bolyukin 2022-05-26 #96da6f3
  10. refactor keep source code alongside source path
    Yaroslav Bolyukin 2022-08-05 #4ad9956
  11. fix(cli) gc stats were always printed
    Yaroslav Bolyukin 2022-08-05 #6eba9c3
  12. feat use relative paths in traces by default
    Yaroslav Bolyukin 2022-04-23 #d21a8e4
  13. refactor(cli) move to split stdlib
    Yaroslav Bolyukin 2022-07-23 #dde7eda
  14. refactor remove implicit global state
    Yaroslav Bolyukin 2022-04-21 #cb29d29
  15. feat experimental object field order preservation
    Yaroslav Bolyukin 2022-04-20 #90e93cc
  16. style enforce import style
    Yaroslav Bolyukin 2022-04-20 #80f37a4