Releases: magnetikonline/edgy
Releases · magnetikonline/edgy
v1.3.1
s/s3/S3
tweak in error message.- Added
semi
rule to ESLint. - Fix to
package.json
propertyrepository.url
.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
- Fixed incorrect behaviour of
request.origin.custom.path
andrequest.origin.custom.s3
- identified in #2. - Added
request.origin.custom.path
length check where> 255
characters. - Some refinement of various error messages.
- Bumped GitHub Actions. Using
actions/setup-node@v4
to handle Node package caching. - Bump ESLint.
Full Changelog: v1.2.4...v1.3.0
v1.2.4
- Further ESLint rule configurations.
- All internal changes.
Full Changelog: v1.2.3...v1.2.4
v1.2.3
- Added ESLint ruleset to package. Updated code style(s) where required.
Full Changelog: v1.2.2...v1.2.3
v1.2.2
- Internal test suite refactors and improves.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
- Minor test suite refactors.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- Added more comprehensive HTTP header object validations against returned
Lambda@Edge
event payloads. - Small refactors to some error messaging.
- Bumped GitHub Actions.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- Addition of
set*HttpHeader()
methods to complementadd*HttpHeader()
methods. - Internal code formatting improves.
Full Changelog: v1.0.1...v1.1.0
v1.0.1
- Added
.editorconfig
. - Renamed
setRequestBody()
request event method tosetBody()
. - Renamed
*RequestOrigin*()
methods to*Origin*()
to reduce verbosity.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release.