All Versions
14
Latest Version
Avg Release Cycle
50 days
Latest Release
1281 days ago

Changelog History
Page 2

  • v0.4.0 Changes

    February 27, 2019

    🆕 New Features

    Routing

    🔄 Changes

    Routing

    • 🛠 Fix issue with route params containing _id
    • 💥 Breaking Change id_type to pk_type to better reflect its purpose
  • v0.3.0 Changes

    February 06, 2019

    🆕 New Features

    Routing

    • 📄 Query Params
    • Action params can now be in any order
    • 🛠 Prefixes can be defined on controllers to add the given prefix to each actions' path.
  • v0.2.0 Changes

    January 16, 2019

    💥 Breaking Changes

    Athena is now modularized. Only require what your application needs without adding a bunch of things you dont.

    • require "athena/routing"
    • require "athena/cli"
    • Athena::Get is now Athena::Routing::Get, same for other annotations.

    🆕 New Features

  • v0.1.0 Changes

    January 07, 2019

    🎉 Initial release 💯

    📄 Checkout the docs for details.