Releases: emartech/escher-js
Releases · emartech/escher-js
v4.0.1
v4.0.0
OPS: fix publish Co-authored-by: Laszlo Hammerl <[email protected]>
v3.2.1
v3.2.0
v2.0.1
v2.0.0
Fix date handling and drop node 0.X support
- Sign and validation date calculated at sign/validate time not at instantiation
- Dropped node 0.X support
NodeJS v6.0 compability
Now EscherJS 0.3.0 is compatible with NodeJS v6.0.
Improve request validation
v0.2.9 0.2.9
Introducing MandatorySignedHeaders, and more complete request method support
- 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