Drest v1.0.0 Release Notes

Release Date: 2015-10-23 // over 8 years ago
  • ๐Ÿ”„ 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