grip v0.28.0 Release Notes

Release Date: 2020-03-05 // about 4 years ago
    • โœ‚ Removed the magic functions and made the framework more consistent.
    • ๐Ÿšš Moved macros which made no sense of being macros to the methods module.
    • Added multiple before_* and after_* methods.
    • ๐Ÿ“š Updated the documentation.
    • @Whaxion has created a spec library for the Grip framework spec-grip.
    • โž• Added a pipeline feature which gives you an ability to pipe middleware before reaching the endpoint.
    • Restructured the code.