jsonwebtoken/CHANGELOG.md

42 lines
826 B
Markdown
Raw Normal View History

2017-04-10 23:40:01 -04:00
# Changelog
## 3.0.0 (unreleased)
### Breaking change
- Remove `validate_signature` from `Validation`
### Other
- Add `decode_header` to only decode the header: replaces the use case of `validate_signature`
2017-07-18 07:38:46 -04:00
## 2.0.3 (2017-07-18)
- Make `TokenData` public
2017-06-24 02:18:07 -04:00
## 2.0.2 (2017-06-24)
- Update ring & chrono
2017-05-09 02:49:39 -04:00
## 2.0.1 (2017-05-09)
- Update ring
2017-04-23 01:14:26 -04:00
## 2.0.0 (2017-04-23)
2017-04-10 23:40:01 -04:00
- Use Serde instead of rustc_serialize
- Add RSA support
2017-04-23 01:14:26 -04:00
- API overhaul, see README for new usage
- Add validation
- Update all dependencies
2017-04-10 23:40:01 -04:00
## Previous
- 1.1.7: update ring
- 1.1.6: update ring
- 1.1.5: update ring version
- 1.1.4: use ring instead of rust-crypto
- 1.1.3: Make sign and verify public
- 1.1.2: Update rust-crypto to 0.2.35
- 1.1.1: Don't serialize empty fields in header
- 1.1.0: Impl Error for jsonwebtoken errors
- 1.0: Initial release