v1.5
- Create tests
- Support php 7.2.0
- Drop support php 5.4 & 5.5
- Remove TransactionWrapper
- Disable default check for table check
Commits this release
dcccc6d Disable the ->default table check, it isn't completely implemented
94a38eb Test CachedPersistenceModel
71b97eb DynamicEntityModelIntegrationTest
5c0fc92 Make checktable only check persistententities
f4ea638 Create primary key in test database.
fa8e750 Add common functions to global scope
27a4cd1 Add a short CONTRIBUTING.md
a03c3c6 Don't use string asserts, php 7.2.0 doesn't allow them.
9993e4f Test PersistenceModel
d64d941 Move checktable to the database admin (#3)
1da5438 Delete TransactionWrapper
48d20f1 Add coverage badge
e1fcedc Cache travis & travis badge
0332308 We don't support php 5.4 and 5.5
90201a4 Add composer install to travis
38aadd9 Give Travis a try
b65e491 Install codacy coverage and update dependencies
c8d17bd Update _config.yml
f3de9f5 Deprecate TransactionWrapper