@neo4j-nvl/base 0.3.7-e45b6384 → 0.3.7-f9efd8ab
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/base.mjs +1 -1
- package/dist/types/layouts/forcedirectedlayout/physlayout/shaders/multilevel-repulsive-fragment-verlet.d.ts +1 -1
- package/dist/types/utils/constants.d.ts +1 -1
- package/dist/types/utils/jsDriverResultTransformer.d.ts +4 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to NVL will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
4
4
|
|
|
5
|
+
## [0.3.8] - 2025-03-18
|
|
6
|
+
|
|
7
|
+
This release contains a fix for the [NVL result transformer](https://neo4j.com/docs/api/nvl/current/functions/_neo4j_nvl_base.nvlResultTransformer.html).
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
* NVL result transformer to be able to handle deeply nested records
|
|
12
|
+
|
|
5
13
|
## [0.3.7] - 2025-02-28
|
|
6
14
|
|
|
7
15
|
### Added
|