Skip to content

Latest commit

 

History

History
70 lines (60 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

70 lines (60 loc) · 3.02 KB

3.0.2

  • bugfix: fix empty package

3.0.1 (2023-07-12) deprecated

  • bugfix: remove leftover debug log #73

3.0.0 (2023-07-10)

  • feature: added support for TypeScript
  • feature: added support for ES Modules
  • development: engines updated to current LTS (v18)
  • development: added commit lint
  • development: migrated test suite to jest
  • development: added funding URL
  • development: removed lodash dependency
  • development: added .nvmrc

2.2.0 (2016-11-09)

  • development: @caub: Simplified expiry and normalization logic
  • development: @joelwass: Added additional error handling for private key string

2.1.2 (2016-02-26)

  • bugfix: @clarkie: Fix undeclared variable
  • development: @jasonsims: Update jshintrc to error on undeclared variables

2.1.1 (2016-02-24)

  • feature: @jasonsims: Added support for NPM tonic examples

2.1.0 (2016-02-24)

  • feature: @benburkhart1: Added ipRange option to support source IP restrictions
  • feature: @darrendao: Added getSignedCookies API
  • feature: @dnjohnson: Updated the signed URL to also include the policy

2.0.1 (2015-04-21)

2.0.0 (2015-03-29)

  • feature: @jasonsims: Add support for momentjs
  • bugfix: @jasonsims: Fix malformed query param issue
  • develop: @jasonsims: Misc API refactors
  • develop: @jasonsims: Refactor of the test suite
  • develop: @jasonsims: Add more description to API options in README.md

1.2.0 (2014-12-31)

  • development: @alexsaves: Supporting JavaScript dates for expireTime
  • development: @alexsaves: Added range and type checking
  • development: @alexsaves: Added getSignedRTMPUrl for conveniently generating RTMP style urls

1.1.0 (2014-11-26)

  • bugfix: @gregt590: Normalize AWS signature strings
  • development: @tbuchok: Add initial unit tests
  • development: @jasonsims: Add tests for AWS signature
  • development: @jasonsims: Cleanup code style

1.0.0 (2014-06-07)