Here are the release notes for srocket. Each new release is denoted like this:
## <VERSION_NUMBER> - <RELEASE_TYPE>
VERSION_NUMBER
is the number of the release.RELEASE_TYPE
is the semver name for the type of the update.
- We try to only break backwards compatibility in major releases.
- Minor releases will be used to add features
- Patch to fix bugs / chore work.
- Non-Public / Non-API stuff like build scripts / config may be changed in any release.
This policy will be enforced starting from [email protected]
- Fixes
- Fixed missing version field in package.json
- Features
- Added the
SRequest.validation
method which allows for the request data to be validated in a type-safe manner.
- Added the
- Fixes
- Add missing export for
SEvent
- Add missing export for
- Features - Better Route types - Better validation
- Major rewrite from @1.0
There are no release notes from before 2.0