Thanks to visit codestin.com Credit goes to github.com
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 b6d93b1 commit 3e8e257Copy full SHA for 3e8e257
doc/includes/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.5.1
4
+
5
+### What's new
6
7
+ * Relations are now loaded lazily [#1202](https://github.com/Vincit/objection.js/issues/1202)
8
+ * `relationMappings.modelClass` can now be a function that returns a model class.
9
10
## 1.5.0
11
12
### What's new
package.json
@@ -1,6 +1,6 @@
{
"name": "objection",
- "version": "1.5.0",
+ "version": "1.5.1",
"description": "An SQL-friendly ORM for Node.js",
"main": "lib/objection.js",
"license": "MIT",
0 commit comments