Skip to content

1.0.0 Alpha 6

Compare
Choose a tag to compare
@ZeroIntensity ZeroIntensity released this 30 Nov 15:33
· 453 commits to master since this release
f511b23
  • Added get_app

  • Added documentation generation

  • Added database support (NOT FINISHED)

  • Added support for lists in type validation

  • Added support for implicit query parameters

  • Added debug, info, warning, error, and critical logging functions

  • Added InvalidRouteError, DuplicateRouteError, ViewInternalError, and ConfigurationError

  • Added logging functions to App

  • Added patterns loader

  • Added handling of relative paths in the configuration setting loader_path

  • Added path to PATH environment variable during loading

  • Added exists validation to loader_path

  • Removed attempt_import and MissingLibraryError

  • Renamed debug to enable_debug

  • Renamed EnvironmentError to BadEnvironmentError

  • Changed environment prefixes for configuration

  • Rewrote documentation

  • Upgraded view init