Releases: hmrc/alcohol-duty-returns-frontend
0.253.0
0.252.0
0.251.0
0.250.0
Release : alcohol-duty-returns-frontend 0.250.0
Last commit sha : 67b334e
Last commit author : ajchilts
Last commit time : 2025-02-20T10:14:28Z
Merge pull request #302 from hmrc/ADR-1832
ADR-1832 | Check user is logged in as Org (no enrolments) and CL50 with Strong prior to sending to EACD to claim enrolment
0.249.0
0.248.0
0.247.0
Release : alcohol-duty-returns-frontend 0.247.0
Last commit sha : 48a364e
Last commit author : Matthew Goh
Last commit time : 2025-02-19T09:54:18Z
ADR-1687 Adding getSubscription API calls when user returns to service (#277)
- Add connector methods, initial changes to logic in BeforeStartReturnController
- Initial creation of ServiceUpdatedView, not completed
-
Update logic in BeforeStartReturnController onPageLoad(); implement service updated controller and view
-
ADR-1687 Test only method to create user answers given regimes
-
ADR-1687 Use Boolean query parameters in test only method to create user answers
-
ADR-1687 Test only view when test user answers are created
-
ADR-1687 BeforeStartReturnService to handle existing user answers; tests for new connector methods
-
ADR-1687 Update BeforeStartReturnControllerSpec; create ServiceUpdatedControllerSpec
-
ADR-1687 Update all spec files; move auditContinueReturn and auditReturnStarted to new UserAnswersAuditHelper
-
ADR-1687 Update README.md with test only info; separate case for locked in test only createUserAnswers
-
ADR-1687 Delete and create user answers both in ServiceUpdatedController onSubmit
-
ADR-1687 Eliminate compiler deprecation warning from Right()
-
ADR-1687 Remove unnecessary components from ServiceUpdatedView (including old SectionHeading)
0.246.0
Release : alcohol-duty-returns-frontend 0.246.0
Last commit sha : b73728c
Last commit author : David Flynn
Last commit time : 2025-02-17T18:42:17Z
ADR-1803 Declare duty errors should indicate which product they refer to (#298)
-
ADR-1803 With multiple rateband inputs, ensure errors identify which rateband
-
ADR-1803 Don't keep rateBandRecap in the volumes case class and unbind
-
ADR-1803 Fix tests and align .en messages with confluence
-
ADR-1803 Fix formatting