Skip to content

Releases: rawleyfowler/Slick

0.007

23 Aug 18:22
Compare
Choose a tag to compare

0.007 2023-08-23

  • Alpha release #7
  • Add catch all routes with '*'
  • Improve test coverage
  • Fix bug with Slick::Database
  • Various POD fixes

0.006

05 Aug 04:20
Compare
Choose a tag to compare

0.006 2023-08-03

  • Alpha release #6
  • Add Slick::Annotation
  • Add route based caching based on "annotation"
  • Various POD fixes

0.005

04 Aug 05:12
Compare
Choose a tag to compare

0.005 2023-08-03

  • Alpha release #5
  • Add Slick::Cache, Slick::CacheExecutor{,::Redis,::Memcached}
  • Add a very basic version of the CLI (WIP)
  • Various POD changes

0.004

02 Aug 20:55
Compare
Choose a tag to compare

0.004 2023-08-02

  • Alpha release #4
  • Add error handling for routes and events
  • Add the Slick::Error class
  • Various POD changes

0.003

02 Aug 02:44
Compare
Choose a tag to compare

0.003 2023-08-01

  • Alpha release #3
  • Add routers allowing for easier use in multi-file projects
  • Add the RouteManager role
  • Fix POD
  • Routes now do not need a preceding '/' to be considered valid

0.002

31 Jul 20:59
Compare
Choose a tag to compare

The first official ALPHA release of Slick.