nukak-express
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -7,2 +7,13 @@ # Changelog | ||
## [1.3.1] - 2024-08-13 | ||
- Fix an issue related to the `$where` condition of selected relations missed in the final criteria for `@OneToMany` and `@ManyToMany` relationships. | ||
## [1.3.0] - 2024-08-13 | ||
- Add support for `json` and `jsonb` fields. Automatically parse the JSON values when persisting with `JSON.parse` function. | ||
- Improve type-safety in general. | ||
- Move `getPersistables` inside dialect for higher reusability. | ||
- Add support for `vector` fields. | ||
## [1.2.0] - 2024-08-12 | ||
@@ -9,0 +20,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"type": "module", | ||
@@ -62,3 +62,3 @@ "main": "./index.js", | ||
}, | ||
"gitHead": "a364e3be7d7f4589c99a56ebe21ce00ebe6851e9" | ||
"gitHead": "ebe190c5a043c5c6f3f6cc68c3a027d8e852b458" | ||
} |
41271