Skip to content

Releases: datafuselabs/jsonb

v0.4.0

17 May 15:23
6971ffc
Compare
Choose a tag to compare

What's Changed

Special thanks to @akoshchiy for his continued contributions

Full Changelog: v0.3.0...v0.4.0

v0.3.0

13 Oct 11:06
6b3f03e
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @akoshchiy made his first contribution in #26, thank you very much for contributing to this release.

Full Changelog: v0.2.3...v0.3.0

v0.2.3

10 Jul 06:53
b6cca83
Compare
Choose a tag to compare

What's Changed

  • Fix: fix parse UTF-8 characters by @b41sh in #15
  • Fix: json to_string function adds backslash for escaped characters by @b41sh in #16
  • Fix: Support parsing Unicode characters enclosed in brackets by @b41sh in #17
  • Fix: Fix some special characters display errors by @b41sh in #18
  • Create publish.yaml by @sundy-li in #19
  • Feat: Add function convert_to_comparable, rand_value by @b41sh in #20
  • Fix: fix parse json path name with escaped characters by @b41sh in #21
  • chore: implement From trait with owned JsonValue for Value by @leiysky in #22
  • Bump to version 0.2.3 by @b41sh in #23

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

06 May 14:22
6a0ea13
Compare
Choose a tag to compare

What's Changed

  • Fix: Allow parse escaped white space by @b41sh in #14

Full Changelog: v0.2.1...v0.2.2

v0.2.1

05 May 05:30
43d60a4
Compare
Choose a tag to compare

What's Changed

  • Fix: Allow parse invalid Unicode by @b41sh in #13

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Apr 02:42
82893b5
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @sundy-li in #4
  • Feat: Support parse JSON path syntax by @b41sh in #7
  • Feat: Support JSON path selector by @b41sh in #8
  • Bump to version 0.2.0 by @b41sh in #9

New Contributors

  • @b41sh made their first contribution in #7

Full Changelog: v0.1.1...v0.2.0

v0.1.1

03 Mar 02:00
Compare
Choose a tag to compare
  • Rename project name to jsonb.
  • Add Readme description.
  • Use stable Rust.

v0.1.0

02 Mar 18:36
Compare
Choose a tag to compare

the first version of jsonb-rs

  • Implement a JSON parser.
  • Implement JSONB encodes and decodes.
  • Implemented a number of JSONB functions.