Slick

A Plack toolkit for web apis, web apps, and everything in-between.

MIT License

Stars
7
Committers
2

Bot releases are visible (Hide)

Slick - 0.007 Latest Release

Published by rawleyfowler about 1 year ago

0.007 2023-08-23

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

Published by rawleyfowler about 1 year ago

0.006 2023-08-03

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

Published by rawleyfowler about 1 year ago

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
Slick - 0.004

Published by rawleyfowler about 1 year ago

0.004 2023-08-02

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

Published by rawleyfowler about 1 year ago

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
Slick - 0.002

Published by rawleyfowler about 1 year ago

The first official ALPHA release of Slick.