Skip to content

Releases: scravy/jinsi

v0.12.0

11 Feb 04:02
Compare
Choose a tag to compare
  • fixed ::select for lists and tuples
  • added ::integer, ::float conversions
  • added ::strip
  • ::select optionally can extract ranges now
  • added head, tail, last, init, flatten, and deepflatten

v0.11.0

31 Jan 07:10
Compare
Choose a tag to compare
  • substitutions can now select paths (<<$select.some.path>>)

v0.10.1

31 Jan 05:05
Compare
Choose a tag to compare
  • jinsi cli tool can now deal with multiple JSON object in e.g. json lines documents
  • jinsi cli tool can now deal with multiple YAML documents in a single input file
  • ::format: removed, every string is formatted by default now
  • ::verbatim: added (e.g. to prevent formatting or to use keys with ::)
  • ::ignore: added for making comments in objects possible

Functions added:

  • ::deepmerge
  • ::str_replace
  • ::json_serialize
  • ::json_read

v0.10.1 fixes an issue which was published just a few minutes before in v0.10.0

v0.6.0

24 Jan 22:26
Compare
Choose a tag to compare
  • Use dezimal 0.4.0
  • Add util.load_all

v0.5.1

19 Jan 13:41
Compare
Choose a tag to compare
  • Fix a bug in rtreat for converting number (new numtype option in load_*)

v0.5.0

19 Jan 04:45
Compare
Choose a tag to compare
  • compatibility with Python ≥ 3.7, pypy-3.7
  • upped dependency on dezimal