Releases: nimblehq/nimble-survey-web
Releases · nimblehq/nimble-survey-web
2.6.0
What's Changed
- [#105] Fix: Unable to find latest point release version for 115.0.5790 by @hoangmirs in #106
- [#107] Update the purge CSS configuration by @hoangmirs in #108
- Setup Mock Server with Prism by @suho in #104
- [#110] Fix: session not created: This version of ChromeDriver only supports Chrome version 114 by @hoangmirs in #111
Full Changelog: 2.5.0...2.6.0
2.5.0
What's Changed
- Add OpenAPI 3 with Docker by @hoangmirs in #86
- Add Prism to create mocking server by @suho in #88
- Implement OpenAPI UI with static page approach by @suho in #89
- Add Survey List Document with OpenAPI by @suho in #90
- Add linters for OpenAPI yaml files by @suho in #91
- Add Register API documentation by @suho in #92
- Add Refresh Token API documentation by @suho in #93
- Add Logout API documentation by @suho in #94
- Improve Structure and Naming by @suho in #95
- Add Survey detail API documentation by @hoangmirs in #97
- Add Forgot Password API document by @suho in #96
- Create submit survey response API doc by @suho in #98
- Create User Profile API documentation by @suho in #99
- Update workflows to run test when merging into main branches by @hoangmirs in #100
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- [#80] Fix: Wrong validating logic for the submit survey responses API by @suho in #82
- Update repository configuration by @hoangmirs in #83
- [#81] Update the project to use the up-to-date versions by @hoangmirs in #84
- Release - 2.4.0 by @hoangmirs in #85
New Contributors
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- [#72] Add GitHub templates by @hoangmirs in #75
- [#73] Set default Node version for the project by @hoangmirs in #74
- [#70] Survey list API should not return the question id list relationships by @hoangmirs in #71
- Sync master to development by @hoangmirs in #76
Full Changelog: 2.2.0...2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.1.0
1.0.0
Features:
- #2 As a user, I can sign up on the website
- #4 As an API user, I can log in and get the access token
- #7 As an API user, I can click
forgot password
button and receive the link via email - #8 As an API user, I can get the survey list with pagination
- #11 As an API user, I can get the survey details
- #13 As an API user, I can get my profile
- #15 As an API user, I can submit my survey response
- #17 As an API user, I can log out
Chores:
- #1 Project Setup
- #6 Setup Github Actions
- #9 Generate new credentials file and add missing configuration
- #10 Change the broken image URLs
- #12 Setup Mailgun
- #14 Update JSON API for devise and doorkeeper's responses
- #16 Merge 2 deploy workflows
- #19 Remove Pronto and setup Danger
- #22 Modify reek configuration