Skip to content

Releases: NicolasOmar/my-pets-api

v0.2

12 Dec 11:25
312ab25
Compare
Choose a tag to compare

What's Changed

  • Bugfix
    • #18 | Main server page render error
  • Features
    • #1 | Add a new Pet
    • #11 | Add Pet Types
    • #13 | Add Colors
    • #17 | View created Pets
    • #22 | Get a Pet's Information
    • #23 | Update Pets information
    • #25 | Remove or disable a Pet
    • #27 | Create Widget to look created Pets and its composition

Full Changelog: 0.1.0...0.2.0

v0.1

05 Jul 04:11
Compare
Choose a tag to compare

What's Changed

  • Features
    • #5 | Create User
    • #6 | Login User
    • #7 | Logout User feature
    • #8 | Update Password
    • #9 | Update User Information
  • Technical improvements
    • Project initiated with Express, Mongoose and Apollo GraphQL
    • Static testing methodology implemented in each pre-commit using prettier, eslint, lint-staged and husky
    • Environment variables implemented
    • Project version updater implemented post-push (using husky)
    • Password encryption implemented with crypto-js
    • JWT token auth verification implemented

Full Changelog: https://github.com/NicolasOmar/my-pets-api/commits/0.1.0