git.delta.rocks / jrsonnet / refs/commits / 284612bfbf1c

difftreelog

commits

cmdshistory
  1. refactor! implement stack size limit using thread local
    Yaroslav Bolyukin 2022-10-25 #284612b
  2. 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
  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. fix workaround ugly generate command
    Yaroslav Bolyukin 2022-06-05 #42a0a06
  6. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  7. refactor(treewide) custom path support
    Yaroslav Bolyukin 2022-08-27 #b4d71ec
  8. refactor rework layout and path handling
    Yaroslav Bolyukin 2022-05-26 #96da6f3
  9. ci add destructuring to experimental
    Yaroslav Bolyukin 2022-04-30 #02f748d
  10. feat field destructuring
    Yaroslav Bolyukin 2022-04-24 #88a0ba1
  11. refactor keep source code alongside source path
    Yaroslav Bolyukin 2022-08-05 #4ad9956
  12. feat add experimental feature, which combines them all
    Yaroslav Bolyukin 2022-04-23 #fecf39e
  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. It had no practical use, because it was not comment-preserving
    There is in-progress version based on rowan parser, however it shares
    no code with current implementation
    
    BREAKING CHANGE: It is no longer possible to build jrsonnet-fmt
    Yaroslav Bolyukin 2022-07-23 #146d9d9
  16. feat experimental object field order preservation
    Yaroslav Bolyukin 2022-04-20 #90e93cc
  17. style enforce import style
    Yaroslav Bolyukin 2022-04-20 #80f37a4