Releases: hmrc/income-tax-interest
0.80.0
Release : income-tax-interest 0.80.0
Last commit sha : c5291ab
Last commit author : MJCallahanPage
Last commit time : 2024-12-23T10:21:52Z
[SASS-10777] Handle auth exceptions and update logging levels (#65)
-
[SASS-10777] Handle auth exceptions and update logging levels
-
[SASS-10777] Update script
-
[SASS-10777] Add handling to invoke block
0.79.0
0.78.0
0.77.0
0.76.0
Release : income-tax-interest 0.76.0
Last commit sha : 6606d3a
Last commit author : Luke Jones
Last commit time : 2024-11-18T15:08:26Z
SASS 10377 (#60)
-
SASS-10377: Add dummy JourneyAnswersRepository and model class. Add mocking for JourneyAnswersRepository. Add MTD ID to task list flow to support querying JourneyAnswersRepository.
-
SASS-10377: Update common task list service logic to use journey answers entries for each respective task. WIP - still need to add tests for the service
-
SASS-10377: Rename task list models package to align with test package name. Add testing for common task list service.
-
SASS-10377: Update journey strings
-
SASS-10377: Some rebase fixes
-
SASS-10377: Add hyf journey feature switch and use to populate task list status when journey answers are not provided
0.75.0
Release : income-tax-interest 0.75.0
Last commit sha : 2c92406
Last commit author : Luke Jones
Last commit time : 2024-11-15T11:31:06Z
SASS-10342: Add Journey Answers endpoints (#61)
-
WIP
-
Update AppDependencies.scala
-
WiP
-
repo alterations
-
config changes
-
tidy up
-
tidy up
-
Revert "tidy up"
This reverts commit bc70539.
-
tidy up
-
remove unused imports
-
Update JourneyAnswersRepository.scala
-
IT fix
-
Create JourneyAnswersControllerSpec.scala
-
SASS-10342: Add line to enable play mongo module
-
copyright updates
Co-authored-by: stephenheath101 [email protected]
0.74.0
Release : income-tax-interest 0.74.0
Last commit sha : d591ef2
Last commit author : David Ansah
Last commit time : 2024-09-02T08:31:32Z
SASS-9593: Renamed Task Title object for json validation purposes (#59)
-
SASS-9593: Renamed Task Title object for json validation purposes
-
SASS-9593: Renamed GiltEdged Task Title object for json validation purposes
0.73.0
Release : income-tax-interest 0.73.0
Last commit sha : be838f3
Last commit author : Shihabur Rahman
Last commit time : 2024-08-07T15:45:31Z
SASS-9293 | Added TaskList Endpoint for Interest with working unit tests (#58)
-
SASS-9293 | Added TaskList Endpoint for Interest with working unit tests
-
SASS-9293 | Refactored code based on PR-bot comments
-
SASS-9293 | Refactored code based on feedback
-
SASS-9293 | Removed .toString() in tasklist test specs based on feedback
-
SASS-9293 | Refactored getTasks based on feedback