shelf_appengine 0.2.3
shelf_appengine: ^0.2.3 copied to clipboard
Integration for the appengine and shelf packages
0.2.3 #
- Added
portargument toservefunction. Requiresappengine >= 0.3.1.
0.2.2+1 #
- Better handling of default document serving.
0.2.2 #
- Support latest release of
appenginepackage.
0.2.1 #
-
Made
DirectoryIndexServeModean enum. -
Support the latest version of
shelfpackage. -
Require Dart 1.9 or greater.
0.2.0+1 #
- Fixing an issue causing the
DirectoryIndexServeMode.SERVEmode to have no effect.
0.2.0 #
-
Made
assetHandlera function. -
Added the
directoryIndexServeModenamed parameter to theassetHandlermethod to enable auto-serving or redirecting toindex.htmlfiles. Allow changing the default index files name to serve withindexFileName.
0.1.1+2 #
-
Formatted the code.
-
Updated example code to run on the latest configuration.
0.1.1+1 #
- Added logging for asset errors.
0.1.1 #
- First public release.