Skip to content

Releases: nimblehq/nimble-survey-web

2.6.0

28 Aug 02:39
0abce3f
Compare
Choose a tag to compare

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

06 Jul 03:20
ded1a70
Compare
Choose a tag to compare

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

12 Apr 06:51
06f42c6
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @suho made their first contribution in #82

Full Changelog: 2.3.0...2.4.0

2.3.0

01 Dec 08:00
d2a2b1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

18 May 10:01
6d1b998
Compare
Choose a tag to compare

Features

N/A

Chores

N/A

Bugs

2.1.0

2.0.1

24 Sep 05:03
231e24a
Compare
Choose a tag to compare

Bugs:

  • #44 Fix cannot deploy on master branch

Chores:

  • #45 Update actions/checkout to latest version

2.0.0

23 Sep 09:04
4e891f1
Compare
Choose a tag to compare

Features:

  • #27 Setup base GraphQL
  • #28 Add survey, question, answer types to survey resolvers
  • #29 Add user profile to GraphQL
  • #30 Add create_response mutation to GraphQL

Chores:

  • #39 Support dynamic docker registry
  • #40 Update branch_tag action version
  • #41 Add postfix to docker test image
  • #43 Update Github actions workflows

1.1.0

15 Sep 05:27
058ce60
Compare
Choose a tag to compare

Features:

  • #25 As an API user, I can sign up and login with the correct applications
  • #20 [Frontend] As a user, I can see the reset password screen

Chores:

  • #31 Add BASIC_AUTHENTICATION ARGs to build docker
  • #32 Revert removing sprockets to support the external gems
  • #33 Add workflow_dispatch trigger for deploy workflow
  • #34 Enable force_ssl on production
  • #38 Allow CORS request

1.0.0

07 Aug 11:16
7f324a1
Compare
Choose a tag to compare

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