Releases: can3p/sackmesser
Releases · can3p/sackmesser
v0.0.8
Changelog
- 106d672 add a merge operation example into readme
- 844e948 add pop operation
- 43da6e0 add push operation
- 9c250bb centralize node traversal into one function for easier modification
- 79bd193 implement array notation and add tests for all operations to cover arrays, extract common parts of simplejson and simpleyaml into simpleobject
- e8c60a4 mention array notation in the docs
v0.0.7
Changelog
- 62dd9d8 add merge operation
- 12ded8c add tests for delete operation, make it more forgiving in case user wants to delete a non-existing field
- 02f4fb9 add tests to set operation
v0.0.4
Changelog
- 35bb1fe remove artificial limitation on length for JSON format
v0.0.3
Changelog
- a28f27a Revamp operations syntax in favor of
op_name(path, args*)
(#1)
- d8ce216 be honest
- 4118730 fix tool description
- 4f2e34b remove toggle flag, it was a leftover from scaffolding
- fba692a typo
- 6e8a7d8 use correct branch in the install instructions
v0.0.2
Changelog
- 9880323 regenerate scaffolding
- c3cf23d use the binary name in the readme
v0.0.1
Changelog
- e3ec822 Create LICENSE
- 78d1ef1 basic readme
- 7a62e7c initial commit
- 49f2560 mention license in the readme
- 695842c more dream scenarios
- 6dcbfb4 rudimentary support for operations on json
- c4981f8 simple yaml support, dispatch input and output types