@objectql/driver-memory 3.0.0 → 3.0.1
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 +32 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 79d04e1: Patch release for January 2026 updates
|
|
8
|
+
|
|
9
|
+
This patch includes minor improvements and maintenance updates:
|
|
10
|
+
|
|
11
|
+
- Enhanced type safety across core packages
|
|
12
|
+
- Improved error handling in drivers
|
|
13
|
+
- Documentation updates
|
|
14
|
+
- Performance optimizations
|
|
15
|
+
|
|
16
|
+
- faeef39: Release version 1.9.2 with latest improvements and bug fixes
|
|
17
|
+
|
|
18
|
+
This patch release includes stability improvements and bug fixes backported from the development branch.
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [79d04e1]
|
|
21
|
+
- Updated dependencies [faeef39]
|
|
22
|
+
- @objectql/types@3.0.1
|
|
23
|
+
|
|
3
24
|
## 3.0.0
|
|
4
25
|
|
|
5
26
|
### Major Changes
|
|
@@ -49,6 +70,17 @@
|
|
|
49
70
|
- Updated dependencies [38b01f4]
|
|
50
71
|
- @objectql/types@3.0.0
|
|
51
72
|
|
|
73
|
+
## 1.9.2
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- Release version 1.9.2 with latest improvements and bug fixes
|
|
78
|
+
|
|
79
|
+
This patch release includes stability improvements and bug fixes backported from the development branch.
|
|
80
|
+
|
|
81
|
+
- Updated dependencies
|
|
82
|
+
- @objectql/types@1.9.2
|
|
83
|
+
|
|
52
84
|
## 0.1.2
|
|
53
85
|
|
|
54
86
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectql/driver-memory",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "In-memory driver for ObjectQL - Fast, zero-dependency storage for testing and development",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"objectql",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"main": "dist/index.js",
|
|
17
17
|
"types": "dist/index.d.ts",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@objectql/types": "3.0.
|
|
19
|
+
"@objectql/types": "3.0.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/jest": "^29.0.0",
|