All Versions
7
Latest Version
Avg Release Cycle
230 days
Latest Release
2539 days ago

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.