Releases: andylockran/spectral-aws-apigateway-ruleset
ESM Release
Switched from commonJs to ESM
Deprecated node16 and node18
Supporting node22
Default now node20
v2.2.0
- Remove node14 support
- Package fixes.
aws-proxy fix and dependency updates
- Thanks to #63, fixed a bug in aws-proxy
- Dependency updates
v2.0.1 - dependency updates
2.0.0 Include Spectral OAS3.0x ruleset
With recent upgrades to spectral, it made sense to include the spectral 3.0.x ruleset, as that aligns with much of what's requires for AWS.
These rules can still be overridden if they're causing you false positives by adjusting your own rules.xml file - hence raising this as a major version in case for your implementation it has any undesired affects.
Internal rework.
Switching from webpack to esbuild to produce draft4 function. No external interfaces should change.
Removing the oneOf check
Removing the oneOf check thanks to @arthurcogo who points out that AWS's documentation has been updated in issue #9
Workflow fixed
Published correct version to correct package repository.
Bugfix and local build
GHA is now the master for publishing packages, for hopefully some better transparency.
Bugfixes
Fixing npm publishing from github