1.4 KiB
1.4 KiB
1.3.0+1
- Dart 2 fixes.
- Enable optionally writing responses to the buffer instead of streaming.
1.3.0
pushState
usesstrict
mode whenaccepts
is passed.
1.3.0-alpha+2
- Added an
accepts
option topushState
. - Added optional directory listings.
1.3.0-alpha+1
- ETags once again only encode the first 50 bytes of files. Resolves #27.
1.3.0-alpha
- Removed file transformers.
VirtualDirectory
is no longer anAngelPlugin
, and instead exposes ahandleRequest
middleware.- Added
pushState
toVirtualDirectory
.
1.2.5
- Fixed a bug where
onlyInProduction
was not properly adhered to. - Fixed another bug where
Accept-Encoding
was not properly adhered to. - Setting
maxAge
tonull
will now prevent aCachingVirtualDirectory
from sending anExpires
header. - Pre-built assets can now be mass-deleted with
VirtualDirectory.cleanFromDisk()
. Resolves #22.
1.2.4+1
Fixed a bug where Accept-Encoding
was not properly adhered to.
1.2.4
Fixes https://github.com/angel-dart/angel/issues/44.
- MIME types will now default to
application/octet-stream
. - When
streamToIO
istrue
, the body will only be sent gzipped if the request explicitly allows it.
1.2.3
Fixed #40 and #41, which dealt with paths being improperly served when using a
publicPath
.