All Versions
14
Latest Version
Avg Release Cycle
50 days
Latest Release
1079 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.4.0 Changes
February 27, 2019๐ New Features
Routing
- ๐ Ability to access current response/request
- ๐ป Enhanced exception handling
- โ Added extension for usage with
Granite
ORM
๐ Changes
Routing
- ๐ Fix issue with route params containing
_id
- ๐ฅ Breaking Change
id_type
topk_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 nowAthena::Routing::Get
, same for other annotations.
๐ New Features
- ๐ CLI Commands
- ๐ Static File Handling
-
v0.1.0 Changes
January 07, 2019๐ Initial release ๐ฏ
๐ Checkout the docs for details.