Releases: ONSdigital/dp-frontend-feedback-controller
Releases · ONSdigital/dp-frontend-feedback-controller
v1.7.0
What's Changed
- Add CODEOWNERS file by @lindenmckenzie in #75
- Feature/upgrade server by @lindenmckenzie in #78
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Added docker file to run service on local by @dhee-tree in #71
- Accepting RFC 3696 special characters for emails by @dhee-tree in #72
- Release/1.6.0 by @dhee-tree in #73
New Contributors
- @dhee-tree made their first contribution in #71
Full Changelog: v1.5.0...v1.6.0
v1.5.0
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
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.0
Release 1.2.0
Adding feature flag for otel functionality
Release 1.1.0
What's Changed
- DIS-156 Integration of Selected OT Tool by @hhsons in #55
- DIS-156 OpenTelemetry Batch Timeout by @hhsons in #56
- Feature/update error pages by @mr-nick17 in #57
- Release/1.1.0 by @mr-nick17 in #58
Full Changelog: v1.0.1...v1.1.0
Release 1.0.1
What's Changed
- Add renderror middleware by @jondewijones in #51
- upgrade to go 1.21.3-bullseye by @jondewijones in #52
- update version of design system to e0a75c3 by @jondewijones in #53
- Release 1.0.1 by @jondewijones in #54
Full Changelog: v1.0.0...v1.0.1
Release 1.0.0
What's Changed
- Feature/1599 update feedback controller by @mr-nick17 in #48
- Fix/language toggle by @mr-nick17 in #49
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
andfeedback.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
tov1.20.4
- Update and fixed linter
Full Changelog: v0.10.0...v1.0.0