|
| 1 | +# Changelog |
| 2 | + |
| 3 | +<a name="v1.1.0"></a> |
| 4 | +## [v1.1.0] |
| 5 | + |
| 6 | +### Bugfix and Reformatting |
| 7 | + |
| 8 | +- Password update bug (#135) by @zhiwehu |
| 9 | +- Fix tests and code formatting (#135) by @sumit4613 |
| 10 | + |
| 11 | + |
| 12 | +<a name="v1.0.1"></a> |
| 13 | +## [v1.0.1] |
| 14 | + |
| 15 | +### Readme Update |
| 16 | + |
| 17 | +- Updated README.md by @sumit4613 |
| 18 | + |
| 19 | + |
| 20 | +<a name="v1.0.0"></a> |
| 21 | +## [v1.0.0] |
| 22 | + |
| 23 | +### Various Fixes & Improvements |
| 24 | + |
| 25 | +- Add dev-requirements, pre-commit config and make file (#7) by @sumit4613 |
| 26 | +- Update code style & code quality with black & flake 8 (#9) by @sumit4613 |
| 27 | +- Add contributing guide, code of conduct and issue templates (#11) by @sumit4613 |
| 28 | +- Add tests (#22 #24 #27 #39) by @iamdipanshusingh |
| 29 | +- Update docstring coverage to 100% (#15) by @sumit4613 |
| 30 | +- Integrate readthedocs for documentation (#18) by @sumit4613 |
| 31 | +- Add CI (#20) by @sumit4613 |
| 32 | +- Makes check_unique function shorter (#29) by @iamdipanshusingh |
| 33 | +- Reduced lines of code in check_validaiton function (#31) by @iamdipanshusingh |
| 34 | +- Add test for API (#37 #41) by @sumit4613 |
| 35 | +- Update contribution guide (#44) by @sumit4613 |
| 36 | +- Convert assert statement (#48) by @wackyalien |
| 37 | +- Added Password Reset API (#50) by @iamvivekkaushik |
| 38 | +- Document apis (#56) by @sumit4613 |
| 39 | +- Updated requirements.txt (#62) by @yummyweb |
| 40 | +- Remove unnecessary assignment operator (#77) by @theArjun |
| 41 | +- Integrate tox with github actions (#80) by @sumit4613 |
| 42 | +- Working demo app for drf-user (#63) by @sumit4613 @yummyweb |
| 43 | +- Added Image Upload API (#54) by @iamvivekkaushik |
| 44 | +- Document Upload Image API (#82) by @sumit4613 |
| 45 | +- Run CI against different django & drf versions (#88) by @sumit4613 |
| 46 | +- Make mobile number optional during registeration (#90) by @sumit4613 |
| 47 | +- Use SimpleJWT to generate Tokens (#92) @sumit4613 |
| 48 | +- Automate release process (#103) by @sumit4613 |
| 49 | + |
| 50 | + |
| 51 | +<a name="v0.0.8"></a> |
| 52 | +## [v0.0.8] |
| 53 | + |
| 54 | +### Project Initialization and Improvements |
| 55 | + |
| 56 | +- Project initialization and improvements by @iamhssingh @ag93999 |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | +[v1.1.0]: https://github.com/101Loop/drf-user/compare/v1.0.1...v1.1.0 |
| 61 | +[v1.0.1]: https://github.com/101Loop/drf-user/compare/v1.0.0...v1.0.1 |
| 62 | +[v1.0.0]: https://github.com/101Loop/drf-user/compare/v0.0.8...v1.0.0 |
| 63 | +[v0.0.8]: https://github.com/101Loop/drf-user/compare/0.0.1...v0.0.8 |
0 commit comments