Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e8e257

Browse files
committed
v1.5.1
1 parent b6d93b1 commit 3e8e257

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/includes/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 1.5.0
411

512
### What's new

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "objection",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "An SQL-friendly ORM for Node.js",
55
"main": "lib/objection.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)