cinemanz-api
Version:
CinemaNz API
79 lines (52 loc) • 6.1 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.0.5](https://github.com/andriannus/cinemanz-graphql/compare/v0.0.4...v0.0.5) (2020-06-28)
### Features
* create check token mutation ([a373189](https://github.com/andriannus/cinemanz-graphql/commit/a373189f51b76bf9bd56d4561182aaf812739d23))
* create date util ([43de079](https://github.com/andriannus/cinemanz-graphql/commit/43de07918b8248aac0d1703ababa4d9a60b5a77a))
* create input for movie data ([e09d344](https://github.com/andriannus/cinemanz-graphql/commit/e09d34476b66202cca27c358b160dc1c6f0e1994))
* create login user ([744209a](https://github.com/andriannus/cinemanz-graphql/commit/744209a4877fd22a0d74f299161d77b6b234689a))
* create middleware for verify user ([78e906e](https://github.com/andriannus/cinemanz-graphql/commit/78e906e2d28b2ed09bb83589a6e7e54e80a60ae9))
* create mutation for create and delete movie ([0b40383](https://github.com/andriannus/cinemanz-graphql/commit/0b403837aba1cae93573780639257f9ccea5ddad))
* create resolver and type for user ([e8be4ed](https://github.com/andriannus/cinemanz-graphql/commit/e8be4ed85eb7c203a7be34693fdf53d906acd624))
* create service for create and delete theater ([4d8757d](https://github.com/andriannus/cinemanz-graphql/commit/4d8757dd997587702a144e21d3e7c3afb272e9ac))
* create status constant ([7db1d7a](https://github.com/andriannus/cinemanz-graphql/commit/7db1d7a356a5de91d2922089eedc056a51800fdb))
* create update movie feature ([2ccdb15](https://github.com/andriannus/cinemanz-graphql/commit/2ccdb152c87354c48ed352b44140613b80609db0))
* create update theater feature ([0f7aeb8](https://github.com/andriannus/cinemanz-graphql/commit/0f7aeb8d72892994fd4a1ef3202a55ff885e0a57))
* create user model ([33b666a](https://github.com/andriannus/cinemanz-graphql/commit/33b666a6a460f2793a128411097c78f1cf3cd9b4))
* filter upcoming and now showing movies ([8aeb80a](https://github.com/andriannus/cinemanz-graphql/commit/8aeb80a3eac9189a1f2b1298cfad2b0d688fba3b))
* implement resolver and type for user ([1eb9cfb](https://github.com/andriannus/cinemanz-graphql/commit/1eb9cfb6ca0a4abfd5718f75b6cd244af5a7ce50))
### Code Refactoring
* adjust style code ([880e62d](https://github.com/andriannus/cinemanz-graphql/commit/880e62d52093173677e6a24fc5e1ad256d3945a3))
* create constant for token name ([afd6fd2](https://github.com/andriannus/cinemanz-graphql/commit/afd6fd2f4a1d0c2b5613b9f355cdaaf994982825))
* disable warning resolver type ([19733ce](https://github.com/andriannus/cinemanz-graphql/commit/19733ce62db2626fb4d94cb5df8c26523c3cad02))
* implement constant for status ([209fa6b](https://github.com/andriannus/cinemanz-graphql/commit/209fa6b5127cbbfc89203b5de917d8e695164e13))
* move constant to another file ([0b7f9e2](https://github.com/andriannus/cinemanz-graphql/commit/0b7f9e29d19665d80a84e2e62b959ac5b5374fcf))
* move jwt token to auth.const ([c9ad606](https://github.com/andriannus/cinemanz-graphql/commit/c9ad606cbcd959722aec303d724f0eac43aa21ed))
* remove async ([91d8efc](https://github.com/andriannus/cinemanz-graphql/commit/91d8efc8c9ba61498081242461b7ddadadd23858))
* rename properties ([3c2c6b6](https://github.com/andriannus/cinemanz-graphql/commit/3c2c6b69411a5bf2a788ff73dbf72a46e0a39d70))
* set introspection to true ([62032fa](https://github.com/andriannus/cinemanz-graphql/commit/62032fa1a934cabc787e661bb1c42eca7da6eda8))
* set Port for Heroku ([795ade1](https://github.com/andriannus/cinemanz-graphql/commit/795ade1f7460618e95386a4806d0ec313b18c3fd))
* update query and properties ([b42b83f](https://github.com/andriannus/cinemanz-graphql/commit/b42b83fe84e5ca6f1d4f9df1af6b7755e992b347))
* using enum for showing movie ([4d20387](https://github.com/andriannus/cinemanz-graphql/commit/4d20387c980f07bdd54a359902c4b4739a18e845))
* using transform for get ISO date ([ad6480c](https://github.com/andriannus/cinemanz-graphql/commit/ad6480c5ace4120549500d2103f716c5ae297031))
### Feature Improvements
* implement auth middleware ([a609130](https://github.com/andriannus/cinemanz-graphql/commit/a609130c47075d26bff038216e8b448226c780a5))
* update constants ([a2953e0](https://github.com/andriannus/cinemanz-graphql/commit/a2953e05dd55ca27fba4bb623ea262c66a6b011b))
* update return value with access_time(s) ([d45a211](https://github.com/andriannus/cinemanz-graphql/commit/d45a2117d6111dc77a435f6669551ae3ed25f6e7))
* update return value with access_time(s) ([17bf90a](https://github.com/andriannus/cinemanz-graphql/commit/17bf90aad9e43d2b43bb8c61abe4203b412d3e0f))
* update return value with access_time(s) ([7ecb98d](https://github.com/andriannus/cinemanz-graphql/commit/7ecb98dc8b806cc386dffafff78a4d26a9336551))
### Others
* add license ([d8f6639](https://github.com/andriannus/cinemanz-graphql/commit/d8f6639f79c7ac798e166332661dd4478465081b))
* connect MongoDB to mlab ([ba4468f](https://github.com/andriannus/cinemanz-graphql/commit/ba4468f2a56981c2a08e56ef0a9a3b19fa3e7872))
* enable playground in production ([a340496](https://github.com/andriannus/cinemanz-graphql/commit/a34049696ad9020fd6c56d1d0a6292621a93339b))
* update prettier config ([ed254fa](https://github.com/andriannus/cinemanz-graphql/commit/ed254faaa522e07b00cfce07d817049e7e6e1990))
### [0.0.4](https://github.com/andriannus/cinemanz-graphql/compare/v0.0.3...v0.0.4) (2019-12-07)
### Features
* create query to paginate movies or theaters and get one movie or theater ([4427cc1](https://github.com/andriannus/cinemanz-graphql/commit/4427cc1579d5d6c87a5f849c5c749666f3ca566a))
### [0.0.3](https://github.com/andriannus/cinemanz-graphql/compare/v0.0.2...v0.0.3) (2019-12-07)
### Features
* create fetch movies typeDef, query, and resolver ([1b7eee2](https://github.com/andriannus/cinemanz-graphql/commit/1b7eee2a274e77e59fcfd4926d30f90459c28253))
### 0.0.2 (2019-11-30)
### Features
* create graphql service for cinemanz ([f6e0eda](https://github.com/andriannus/cinemanz-graphql/commit/f6e0eda405e08de912eb5010d6ff514444783519))