athena v0.2.0 Release Notes

Release Date: 2019-01-16 // over 5 years ago
  • ๐Ÿ’ฅ 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