|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +PyPi: [https://pypi.org/project/django-rest-passwordreset/](https://pypi.org/project/django-rest-passwordreset/). |
| 8 | + |
| 9 | +## [1.2.0 - unreleased] |
| 10 | +### Added |
| 11 | +- Support for Django 3.x, DRF 3.1x |
| 12 | +### Changed |
| 13 | +- Dropped support for Python 2.7 and 3.4, Django 1.11, 2.0 and 2.1, DRF < 3.10 |
| 14 | + |
| 15 | +## [1.1.0] |
| 16 | +### Added |
| 17 | +- Token validation endpoint (#45, #59, #60) |
| 18 | +- Dynamic lookup field for email (#31) |
| 19 | +### Changed |
| 20 | +- Fixes #34 |
| 21 | +- PRs #40, #51, #54, #55 |
| 22 | + |
| 23 | +## [1.0.0] |
| 24 | +### Added |
| 25 | +- Browseable API support, validations (#24) |
| 26 | +- Customized token generation (#20) |
| 27 | +- Clear expired tokens (#18) |
| 28 | + |
| 29 | +## [0.9.7] |
| 30 | +- Fixes #8 (again), #11 |
| 31 | +## [0.9.6] |
| 32 | +- Fixes #8 |
| 33 | +## [0.9.5] |
| 34 | +- Fixes #4 |
| 35 | +## [0.9.4] |
| 36 | +- PR #1 |
| 37 | +## [0.9.3] |
| 38 | +- Maintenance Release |
| 39 | +## [0.9.1] |
| 40 | +- Maintenance Release |
| 41 | +## [0.9.0] |
| 42 | +- Initial Release |
| 43 | + |
| 44 | +[1.2.0 - unreleased]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.1.0...HEAD |
| 45 | +[1.1.0]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.0.0...1.1.0 |
| 46 | +[1.0.0]: https://github.com/anexia-it/django-rest-passwordreset/compare/0.9.7...1.0.0 |
| 47 | +[0.9.7]: https://github.com/anexia-it/django-rest-passwordreset/compare/0.9.6...0.9.7 |
| 48 | +[0.9.6]: https://github.com/anexia-it/django-rest-passwordreset/compare/0.9.5...0.9.6 |
| 49 | +[0.9.5]: https://github.com/anexia-it/django-rest-passwordreset/compare/0.9.4...0.9.5 |
| 50 | +[0.9.4]: https://github.com/anexia-it/django-rest-passwordreset/compare/0.9.3...0.9.4 |
| 51 | +[0.9.3]: https://github.com/anexia-it/django-rest-passwordreset/compare/0.9.1...0.9.3 |
| 52 | +[0.9.1]: https://github.com/anexia-it/django-rest-passwordreset/compare/0.9.0...0.9.1 |
| 53 | +[0.9.0]: https://github.com/anexia-it/django-rest-passwordreset/0.9.0/ |
0 commit comments