amethyst v0.0.2 Release Notes

Release Date: 2015-05-30 // almost 9 years ago
  • ๐Ÿš€ First release of Amethyst! Note, this is a preview version, it has poor functionality yet, but it works. The main achievement is framework architecture, that allows Amethyst to grow up fast and unpainly. For now, we have:

    • working class-based controllers with actions methods
    • simple routing that maps controllers actions
    • ๐Ÿ‘ class-based middleware support
    • ๐Ÿ‘Œ support of GET method (yet)

    ๐Ÿš€ As we have a pretty solid base, we can move towards extending a functionality. Goals of next release:

    • static files serving
    • REST architecture (GET, POST, PUT, DELETE)
    • ๐Ÿ‘ cookies support
    • POST and GET parameters