We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7a24f commit e23e7a5Copy full SHA for e23e7a5
libs/json-api/json-api-nestjs-microorm/CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.1.0-beta.5 (2025-06-10)
2
+
3
+### 🩹 Fixes
4
5
+- **json-api-nestjs-microorm:** Handle defaultRaw in nullable props check and update entity properties ([6d7a24f](https://github.com/klerick/nestjs-json-api/commit/6d7a24f))
6
7
+### ❤️ Thank You
8
9
+- Alex H
10
11
## 0.1.0-beta.4 (2025-05-24)
12
13
### 🩹 Fixes
libs/json-api/json-api-nestjs-microorm/package.json
@@ -1,6 +1,6 @@
{
"name": "@klerick/json-api-nestjs-microorm",
- "version": "0.1.0-beta.4",
+ "version": "0.1.0-beta.5",
"type": "commonjs",
"main": "./src/index.js",
"types": "./src/index.d.ts",
0 commit comments