Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

63 lines (45 loc) · 2.08 KB

Changelog

Bugfix and Reformatting

  • Password update bug (#135) by @zhiwehu
  • Fix tests and code formatting (#135) by @sumit4613

Readme Update

  • Updated README.md by @sumit4613

Various Fixes & Improvements

  • Add dev-requirements, pre-commit config and make file (#7) by @sumit4613
  • Update code style & code quality with black & flake 8 (#9) by @sumit4613
  • Add contributing guide, code of conduct and issue templates (#11) by @sumit4613
  • Add tests (#22 #24 #27 #39) by @iamdipanshusingh
  • Update docstring coverage to 100% (#15) by @sumit4613
  • Integrate readthedocs for documentation (#18) by @sumit4613
  • Add CI (#20) by @sumit4613
  • Makes check_unique function shorter (#29) by @iamdipanshusingh
  • Reduced lines of code in check_validaiton function (#31) by @iamdipanshusingh
  • Add test for API (#37 #41) by @sumit4613
  • Update contribution guide (#44) by @sumit4613
  • Convert assert statement (#48) by @wackyalien
  • Added Password Reset API (#50) by @iamvivekkaushik
  • Document apis (#56) by @sumit4613
  • Updated requirements.txt (#62) by @yummyweb
  • Remove unnecessary assignment operator (#77) by @theArjun
  • Integrate tox with github actions (#80) by @sumit4613
  • Working demo app for drf-user (#63) by @sumit4613 @yummyweb
  • Added Image Upload API (#54) by @iamvivekkaushik
  • Document Upload Image API (#82) by @sumit4613
  • Run CI against different django & drf versions (#88) by @sumit4613
  • Make mobile number optional during registeration (#90) by @sumit4613
  • Use SimpleJWT to generate Tokens (#92) @sumit4613
  • Automate release process (#103) by @sumit4613

Project Initialization and Improvements

  • Project initialization and improvements by @iamhssingh @ag93999