All Versions
14
Latest Version
Avg Release Cycle
50 days
Latest Release
1258 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.