You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
-
<!--
9
8
## [Unreleased]
10
9
10
+
<!--
11
11
### Changed
12
12
13
13
#### ESM only
14
14
15
15
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.
16
16
-->
17
17
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
+
18
26
## [v5.0.0] - 2022-10-22
19
27
20
28
### Changed
@@ -972,8 +980,7 @@ Maintenance release focused on converting to a monorepo with Vite driving the bu
0 commit comments