Skip to content

1.0.0 Alpha 8

Compare
Choose a tag to compare
@ZeroIntensity ZeroIntensity released this 22 Jan 03:22
· 394 commits to master since this release
4754092
  • Added optional dependencies for databases and templates
  • Added environment prefixes for database configuration
  • Added templates and TemplatesConfig to config
  • Added the templates function
  • Added support for attrs in type validation
  • Added documentation for caching
  • Added the cache_rate parameter to routers
  • Removed psutil and plotext as a global dependency
  • Added fancy optional dependencies
  • Fixed route inputs with synchronous routes
  • Breaking Change: Route inputs are now applied in the order of the decorator call as it appears in code