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 f622133 commit defb735Copy full SHA for defb735
Changelog.md
@@ -1,3 +1,7 @@
1
+### v2.1.20 - 19 Nov 2014
2
+- Exposing dirty properties array on the instance (#575)
3
+- Bump node-enforce version (#562)
4
+
5
### v2.1.19 - 21 Aug 2014
6
- Fix Chain.find().remove() & Chain.find.count() with mapsTo keys (#530)
7
- Add not_like comparator
package.json
@@ -46,7 +46,7 @@
46
"mysql" : "2.0.0-alpha9",
47
"pg" : "2.6.2",
48
"sqlite3" : "2.1.7",
49
- "async" : "*",
+ "async" : "0.9.0",
50
"mocha" : "1.13.0",
51
"should" : "1.2.2",
52
"mongodb" : "1.3.19",
0 commit comments