Skip to content

Releases: jpodwys/express-stream

1.0.0-rc.1

29 Apr 18:49
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release
  • Making express-stream take advantage of compression's GZIP capabilities when available
  • Cleaning up the API
  • Updating the docs

0.8.0

13 Sep 23:59
Compare
Choose a tag to compare

Adding a stream.pipe() middleware which allows for an assumption-free BigPipe implementation

0.7.0

17 Aug 23:01
Compare
Choose a tag to compare

Adding the following API items

  • .openHtmlOpenHead()
  • .closeBodyCloseHtml()
  • .useAllAutoTags()

Enhancing and updating documentation

0.6.0

16 Aug 22:12
Compare
Choose a tag to compare
  • .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.5.0

12 Aug 22:24
Compare
Choose a tag to compare
Bumping release.

0.3.1

05 Aug 22:29
Compare
Choose a tag to compare

Hard-coding layout to false

0.3.0

05 Aug 20:30
Compare
Choose a tag to compare
  • Added closeHeadOpenBody API
  • Made most other APIs accept all the same params as Express's res.render()

0.2.2

30 Jul 22:33
Compare
Choose a tag to compare
  • Updating documentation
  • Removing fs from source

0.2.1

30 Jul 18:42
Compare
Choose a tag to compare

Documentation error fixes.

0.2.0

30 Jul 18:39
Compare
Choose a tag to compare
  • Adding middlewareViews which get rendered after streamBefore array and before the res.render() call
  • Removing old junk code