We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8c874 commit 32c43dcCopy full SHA for 32c43dc
2 files changed
βCHANGELOG.mdβ
@@ -1,4 +1,4 @@
1
-## 1.4.1 (WIP)
+## 1.4.1 (2026-02-03)
2
3
* Support nested populate via dot notation (e.g., `populate('Project.Client')`) - falls back to N+1 when `$lookup` can't handle nested associations
4
* Add test harness
βpackage.jsonβ
@@ -1,7 +1,7 @@
{
"name": "alchemymvc",
"description": "MVC framework for Node.js",
- "version": "1.4.1-alpha",
+ "version": "1.4.1",
5
"author": "Jelle De Loecker <jelle@elevenways.be>",
6
"keywords": [
7
"alchemy",
@@ -32,7 +32,7 @@
32
"ncp" : "~2.0.0",
33
"postcss" : "~8.5.6",
34
"postcss-prune-var": "~1.1.2",
35
- "protoblast" : "~0.9.6",
+ "protoblast" : "~0.9.8",
36
"semver" : "~7.7.2",
37
"socket.io" : "~4.7.5",
38
"@11ways/socket.io-stream" : "~0.9.2",
0 commit comments