Skip to content

Releases: emartech/escher-js

v3.2.1

05 Mar 16:08
b3f80e9
Compare
Choose a tag to compare
chore(package): bump version

v3.2.0

05 Mar 16:06
b3f80e9
Compare
Choose a tag to compare
chore(package): bump version

v2.0.1

16 Oct 09:25
Compare
Choose a tag to compare

Version update in package.json

v2.0.0

16 Oct 09:19
Compare
Choose a tag to compare

BREAKING CHANGE:

  • properly escape round parenthesis in url
  • minimum node version 6.14.4

Fix date handling and drop node 0.X support

07 Oct 15:56
Compare
Choose a tag to compare
  • Sign and validation date calculated at sign/validate time not at instantiation
  • Dropped node 0.X support

NodeJS v6.0 compability

31 May 15:25
Compare
Choose a tag to compare

Now EscherJS 0.3.0 is compatible with NodeJS v6.0.

Improve request validation

22 Mar 09:26
Compare
Choose a tag to compare

Introducing MandatorySignedHeaders, and more complete request method support

18 Feb 09:10
Compare
Choose a tag to compare
  • Introducing Mandatory Signed Headers: The specified headers (in an optional third parameter for authenticate) will be checked if they are signed.
  • Fixes missing request methods, now all popular HTTP request methods are supported, not just GET and POST
  • Added a test to check if signed headers will be lowercased properly