Skip to content

Commit 6971ffc

Browse files
authored
Merge pull request #51 from b41sh/bump-0.4.0
Bump to version 0.4.0
2 parents eda5b29 + 4c446e4 commit 6971ffc

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [v0.4.0] - 2024-05-17
2+
3+
### Fixed
4+
5+
Fix: Fix get by keypath with null value. (#47)
6+
Fix: Handle invalid jsonb value to avoid panic in functions. (#46)
7+
Fix: Fix builder & concat container jentry len. (#43)
8+
9+
### Added
10+
11+
Feat: Support convert jsonb value to `serde_json` value. (#49)
12+
Feat: Add `exists` filter expression. (48)`
13+
Feat: Add `delete_by_keypath`. (#45)
14+
Feat: Add `delete_by_index` & `delete_by_name`. (#44)
15+
Feat: Add `concat` & improve `strip_nulls`. (#42)
16+
Feat: Add jsonpath predicate support. (#41)
17+
Feat: Add `contains` api. (#40)
18+
Feat: Add `exists_any_keys` & `exists_all_keys`. (#38)
19+
Feat: Support parse key paths. (#37)
20+
Feat: Add `get_by_keypath`. (#36)
21+
122
## [v0.3.0] - 2023-10-13
223

324
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = ["json", "jsonb", "jsonpath"]
2222
license = "Apache-2.0"
2323
name = "jsonb"
2424
repository = "https://github.com/datafuselabs/jsonb"
25-
version = "0.3.0"
25+
version = "0.4.0"
2626
rust-version = "1.77"
2727

2828
[dependencies]

0 commit comments

Comments
 (0)