Skip to content

Releases: ONSdigital/dp-frontend-feedback-controller

v1.7.0

08 Nov 09:25
v1.7.0
fb2f531
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

02 Oct 15:21
v1.6.0
e8c31f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

02 Oct 15:08
v1.5.0
a554e69
Compare
Choose a tag to compare

What's Changed

  • bring linting and CI/CD uptodate by @gedge in #67
  • fix for (1) "whole site" inconsistent with form (2) user URL not usin… by @gedge in #68
  • move funcs to their rightful package; normalise user URLs for redirect by @gedge in #69
  • Release 1.5.0 by @gedge in #70

New Contributors

  • @gedge made their first contribution in #67

Full Changelog: v1.4.0...v1.5.0

v1.4.0

04 Jul 13:03
355722e
Compare
Choose a tag to compare

What's Changed

  • Ensure deployments spread over availability zones by @redhug1 in #63
  • Feature/add search service by @StRhys in #64
  • feature/dependency bump by @StRhys in #65

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

04 Jul 13:03
v1.3.0
8d6273e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Release 1.2.0

06 Feb 16:19
v1.2.0
926d5d2
Compare
Choose a tag to compare

Adding feature flag for otel functionality

Release 1.1.0

25 Jan 14:33
v1.1.0
7727fad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

Release 1.0.1

13 Nov 13:31
v1.0.1
f363417
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Release 1.0.0

12 May 09:25
v1.0.0
19adb81
Compare
Choose a tag to compare

What's Changed

Detailed changes (from PR 48)

  • Updated to v2 of dp-renderer (template changes within app mean fields and inputs can be imported 🎉 )
  • Moved mapping to mapper.go + covered logic with unit tests
  • Removed lots of view logic to testable location (mapper.go and feedback.go)
  • Form validation is handled within a specific function validateForm (with unit tests)
  • Instantiated handlers with a receiver type to tidy up the function signatures and improve readability
  • Removed unused isPositive logic
  • Update go to v1.20.4
  • Update and fixed linter

Full Changelog: v0.10.0...v1.0.0

Release 0.10.0

11 Apr 13:31
v0.10.0
40fa81c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.10.0