File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG - Cortex ORM
2
2
3
+ 1.5.1 (25.04.2018)
4
+ * new: Cortex->getMapper to access the raw mapper
5
+ * added has-many <> belongs-to-one inverse save handler, which was not implemented before
6
+ * clear virtual fields on reset
7
+ * improved mongodb support
8
+ * apply auto-quoting to order statement, if not already quoted, #60
9
+ * reset internal schema cache upon setup
10
+ * fix Jig sorting issue on camelCase fields
11
+ * fix unit test for php7.2
12
+ * fix field matching for jig filter
13
+ * fix changed field check for `_id` field
14
+ * fix custom primary key with m:m relation usage, #56
15
+ * fix issue with certain whitespace in filters for mongodb
16
+ * fix countRel mm-table quotation
17
+ * fix jig order issue on count
18
+
3
19
1.5.0 (30.06.2017)
4
20
* F3 3.6.2 compatibility fixes
5
21
* new: Collection->contains method
Original file line number Diff line number Diff line change 18
18
* https://github.com/ikkez/F3-Sugar/
19
19
*
20
20
* @package DB
21
- * @version 1.5.1-dev
22
- * @date 30.06.2017
21
+ * @version 1.5.1
22
+ * @date 25.04.2018
23
23
* @since 24.04.2012
24
24
*/
25
25
You can’t perform that action at this time.
0 commit comments