Skip to content

Releases: nicolashenry/send-stream

v0.2.0

26 Jun 14:10
Compare
Choose a tag to compare
  • Breaking change: storage now takes a range object (which can be undefined) instead of start/end parameter
  • File size/modification date/name are now optional in storage result
  • 100% code coverage
  • All file opening errors are now 404
  • A parameter have been added to allow http methods different than GET and HEAD

v0.1.1

26 Jun 14:11
Compare
Choose a tag to compare
  • Add new linting rules
  • Update dependencies

v0.1.0

26 Jun 14:11
Compare
Choose a tag to compare
  • Remove 1 minute freshness condition
  • Add badges in documentation

v0.0.11

26 Jun 14:11
Compare
Choose a tag to compare
  • Fix some examples
  • Enhance code coverage
  • Fix minor issues

v0.0.10

26 Jun 14:11
Compare
Choose a tag to compare
  • Remove max-age on error
  • Enhance examples

v0.0.9

26 Jun 14:12
Compare
Choose a tag to compare
  • Add some documentation on response and errors

v0.0.8

26 Jun 14:12
Compare
Choose a tag to compare
  • Change fullReponse option to statusCode option
  • Add clarification on query params in path
  • Enhance mongodb/gridfs example

v0.0.7

26 Jun 14:12
Compare
Choose a tag to compare
  • Change default charset from utf-8 to UTF-8
  • Add public in cache control by default
  • Remove options method handling

v0.0.6

26 Jun 14:12
Compare
Choose a tag to compare
  • Add weakEtags option
  • Add path parts documentation
  • Add pre compressed example

v0.0.5

26 Jun 14:12
Compare
Choose a tag to compare
  • Fix content-encoding when pre-compressed files do not exist
  • Fix crypto warning