File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0.3.0 - unreleased
1+ ## 0.5.0 - unreleased
2+
3+ ADDED:
4+
5+ CHANGED:
6+
7+ REMOVED:
8+
9+ FIXED:
10+
11+ ## 0.4.0 - 2017-03-05
212
313ADDED:
414
515- Ability to persist entities via ` Worm::save() ` and ` Worm::delete() `
616- Ability to persist related entities via ` Worm::saveRelatedEntity() ` and ` Worm::saveRelatedEntities() `
717- Ability to define if a relationship has ` ON DELETE CASCADE ` constraint
8- - ` IdentityMap::createObjectFromId ` method
18+ - ` IdentityMap::createObjectFromId() ` method
919- ` Worm::transaction() ` method
1020- ` Worm::queryInsert() ` , ` Worm::queryUpdate() ` and ` Worm::queryDelete() ` methods
1121- ` SelectQueryBuilder::fetchColumn() ` and ` SelectQueryBuilder::fetchCount() ` methods
@@ -19,8 +29,6 @@ CHANGED:
1929- Updated minimum Larva version requirement to 0.4
2030- Adapted interfaces to changes in Larva 0.4
2131
22- REMOVED:
23-
2432FIXED:
2533
2634- ` WHERE ` conditions won't be erased when using ` SelectQueryBuilder::fetchById() `
Original file line number Diff line number Diff line change 1616 },
1717 "require" : {
1818 "php" : " ^7.0.0" ,
19- "woohoolabs/larva" : " dev-master as 0.4.0"
19+ "woohoolabs/larva" : " ^ 0.4.0"
2020 },
2121 "require-dev" : {
2222 "phpunit/PHPUnit" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments