Releases: databendlabs/jsonb
Releases · databendlabs/jsonb
v0.3.0
What's Changed
- Feat: improve json path selector using less memory by @b41sh in #24
- Feat: Support traverse_check_string function by @b41sh in #25
- feat: to_pretty_string api by @akoshchiy in #26
- chore: add check fmt and clippy by @b41sh in #27
- perf: Add benches for parser and get_path by @b41sh in #29
- feat: strip_nulls api by @akoshchiy in #30
- feat: type_of api by @akoshchiy in #31
- feat: path_exists api by @akoshchiy in #32
- feat: add object_each by @akoshchiy in #33
- docs: add more jsonb encoding format descriptions by @b41sh in #34
- Bump to version 0.3.0 by @b41sh in #35
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
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 ownedJsonValue
forValue
by @leiysky in #22 - Bump to version 0.2.3 by @b41sh in #23
New Contributors
Full Changelog: v0.2.2...v0.2.3