Skip to content

Commit e4fe19a

Browse files
committed
Update changelog for unreleased features
1 parent 02896ab commit e4fe19a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
<!--
98
## [Unreleased]
109

10+
<!--
1111
### Changed
1212
1313
#### ESM only
1414
1515
All packages published from this repository are now built as [ES modules only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). You may continue to use `react-querybuilder` and any of the compatibility packages in a CommonJS or UMD environment by using the latest v4 release.
1616
-->
1717

18+
### Fixed
19+
20+
- [#394](https://github.com/react-querybuilder/react-querybuilder/issues/394) `parseJsonLogic` now handles `null` values correctly.
21+
22+
### Added
23+
24+
- [#392](https://github.com/react-querybuilder/react-querybuilder/issues/392) `parseMongoDB` utility for importing queries from [MongoDB](https://www.mongodb.com/).
25+
1826
## [v5.0.0] - 2022-10-22
1927

2028
### Changed
@@ -972,8 +980,7 @@ Maintenance release focused on converting to a monorepo with Vite driving the bu
972980

973981
- Initial publish
974982

975-
<!-- [unreleased]: https://github.com/react-querybuilder/react-querybuilder/compare/v5.0.0...HEAD -->
976-
983+
[unreleased]: https://github.com/react-querybuilder/react-querybuilder/compare/v5.0.0...HEAD
977984
[v5.0.0]: https://github.com/react-querybuilder/react-querybuilder/compare/v4.5.3...v5.0.0
978985
[v4.5.3]: https://github.com/react-querybuilder/react-querybuilder/compare/v4.5.2...v4.5.3
979986
[v4.5.2]: https://github.com/react-querybuilder/react-querybuilder/compare/v4.5.1...v4.5.2

0 commit comments

Comments
 (0)