Releases: jpodwys/express-stream
Releases · jpodwys/express-stream
1.0.0-rc.1
- Making
express-stream
take advantage of compression
's GZIP capabilities when available
- Cleaning up the API
- Updating the docs
0.8.0
Adding a stream.pipe()
middleware which allows for an assumption-free BigPipe implementation
0.7.0
Adding the following API items
.openHtmlOpenHead()
.closeBodyCloseHtml()
.useAllAutoTags()
Enhancing and updating documentation
0.6.0
.streamBefore()
, streamAfter()
, and .stream()
now accept:
view
, options
, callback
as params
- an array of strings as
view
- an array of objects as
view
.glbalOptions()
now performs a type check
- Major documentation additions and updates
0.3.1
Hard-coding layout
to false
0.3.0
- Added
closeHeadOpenBody
API
- Made most other APIs accept all the same params as Express's
res.render()
0.2.2
- Updating documentation
- Removing
fs
from source
0.2.1
Documentation error fixes.
0.2.0
- Adding
middlewareViews
which get rendered after streamBefore
array and before the res.render()
call
- Removing old junk code