All Versions
7
Latest Version
Avg Release Cycle
230 days
Latest Release
2217 days ago
Changelog History
Changelog History
-
v1.0.5
May 11, 2017 -
v1.0.4
March 27, 2017 -
v1.0.3
August 23, 2016 -
v1.0.2
August 02, 2016 -
v1.0.1
August 02, 2016 -
v1.0.0 Changes
October 23, 2015๐ Changes from BETA:
- No longer allowed to inject the EntityManager directly. A Drest\EntityManagerRegistry must be used. A convenience method is allowed to quickly set up where only a single entity manager is needed.
- 0๏ธโฃ Service actions can now hook onto the entity manager registry where ->getEntityManager() simple returns the default.
- Service actions are no longer constructed by Drest and must be injected. They must implement AbstractAction and be registered on the service action registry object. See http://leedavis81.github.io/drest/docs/service-actions/#creating_your_own for more information
- โ Removed optional support for php 5.6
- โฌ๏ธ Dropped support for php 5.3 (sorry, traits are really handy), which makes this a >= php 5.4 tool now
- โ Added support for HHVM
- โ Added support for php 7
- A large number of tidy up changes
- Pushed code coverage to 100%
- Pushed scrutinizer quality score above 8.0
- โ Removed injectRequest option, and always inject request object into a handle.
- โ Add support for multiple drivers
- โ Add YAML, PHP and JSON configuration drivers
-
v1.0.0-beta Changes
July 29, 2013๐ All major functionality is complete for beta release.