Skip to content

Releases: hmrc/api-subscription-fields

0.67.0

03 Jun 13:23
110f067
Compare
Choose a tag to compare

Release : api-subscription-fields 0.67.0

Last commit sha : 110f067
Last commit author : AndySpaven
Last commit time : 2020-06-03T13:14:22Z

Merge pull request #74 from hmrc/APIS-4758

APIS-4758 - Added PPNS Topic field definition type

0.66.0

03 Jun 12:06
e307334
Compare
Choose a tag to compare

Release : api-subscription-fields 0.66.0

Last commit sha : e307334
Last commit author : peteslater-ee
Last commit time : 2020-06-03T09:04:00Z

APIS-4758 - Removing scalamock from tests (#73)

  • APIS-4758-FIX - Fixing user

  • APIS-4758 - Added metals to git ignore

Co-authored-by: Andy Spaven [email protected]

  • APIS-4758-- Updated tests to remove scalamock

  • APIS-4758 - Removing metals conf file

  • APIS-4758 - Refactored tests

Co-authored-by: Andy Spaven [email protected]

  • APIS-4758 - Removing model change

Co-authored-by: Pete Slater [email protected]
Co-authored-by: Andy Spaven [email protected]

0.65.0

03 Jun 11:31
e307334
Compare
Choose a tag to compare

Release : api-subscription-fields 0.65.0

Last commit sha : e307334
Last commit author : peteslater-ee
Last commit time : 2020-06-03T09:04:00Z

APIS-4758 - Removing scalamock from tests (#73)

  • APIS-4758-FIX - Fixing user

  • APIS-4758 - Added metals to git ignore

Co-authored-by: Andy Spaven [email protected]

  • APIS-4758-- Updated tests to remove scalamock

  • APIS-4758 - Removing metals conf file

  • APIS-4758 - Refactored tests

Co-authored-by: Andy Spaven [email protected]

  • APIS-4758 - Removing model change

Co-authored-by: Pete Slater [email protected]
Co-authored-by: Andy Spaven [email protected]

0.64.0

03 Jun 10:25
e307334
Compare
Choose a tag to compare

Release : api-subscription-fields 0.64.0

Last commit sha : e307334
Last commit author : peteslater-ee
Last commit time : 2020-06-03T09:04:00Z

APIS-4758 - Removing scalamock from tests (#73)

  • APIS-4758-FIX - Fixing user

  • APIS-4758 - Added metals to git ignore

Co-authored-by: Andy Spaven [email protected]

  • APIS-4758-- Updated tests to remove scalamock

  • APIS-4758 - Removing metals conf file

  • APIS-4758 - Refactored tests

Co-authored-by: Andy Spaven [email protected]

  • APIS-4758 - Removing model change

Co-authored-by: Pete Slater [email protected]
Co-authored-by: Andy Spaven [email protected]

0.63.0

03 Jun 09:10
e307334
Compare
Choose a tag to compare

Release : api-subscription-fields 0.63.0

Last commit sha : e307334
Last commit author : peteslater-ee
Last commit time : 2020-06-03T09:04:00Z

APIS-4758 - Removing scalamock from tests (#73)

  • APIS-4758-FIX - Fixing user

  • APIS-4758 - Added metals to git ignore

Co-authored-by: Andy Spaven [email protected]

  • APIS-4758-- Updated tests to remove scalamock

  • APIS-4758 - Removing metals conf file

  • APIS-4758 - Refactored tests

Co-authored-by: Andy Spaven [email protected]

  • APIS-4758 - Removing model change

Co-authored-by: Pete Slater [email protected]
Co-authored-by: Andy Spaven [email protected]

0.62.0

24 Apr 14:07
9b42296
Compare
Choose a tag to compare

Release : api-subscription-fields 0.62.0

Last commit sha : 9b42296
Last commit author : AndySpaven
Last commit time : 2020-04-24T14:00:55Z

APIS-4747 - Add access requirements functionality (#72)

  • APIS-4747 - Add Access Levels concept to model

  • APIS-4747 - Reduce size of potential json for now

  • APIS-4747 - Partial work

  • APIS-4747 - Fixed formatter

  • APIS-4747 - Remove commented code

  • APIS-4747 - Rename fieldsDefinition to apiFieldDefintions throughout

  • APIS-4747 - Renaming classes

  • APIS-4747 - Rename access level requirement entities to remove the word level

  • APIS-4747 - Remove unused value

  • APIS-4747 - Ensure invalid requirement combinations are prevented

  • APIS-4747 - Much improved data model

0.61.0

20 Apr 11:04
249c30c
Compare
Choose a tag to compare

Release : api-subscription-fields 0.61.0

Last commit sha : 249c30c
Last commit author : AndySpaven
Last commit time : 2020-04-20T10:58:49Z

APIS-4691 - Quick fix from put to post for new endpoint

0.60.0

20 Apr 08:54
c70fc7c
Compare
Choose a tag to compare

Release : api-subscription-fields 0.60.0

Last commit sha : c70fc7c
Last commit author : AndySpaven
Last commit time : 2020-04-20T08:48:28Z

Merge pull request #71 from hmrc/APIS-4691-Validate

APIS-4691 - extend validate functionality

0.59.0

20 Apr 07:17
3d82d4f
Compare
Choose a tag to compare

Release : api-subscription-fields 0.59.0

Last commit sha : 3d82d4f
Last commit author : AndySpaven
Last commit time : 2020-04-20T07:11:45Z

APIS-4691-Regex - Try strong type for value of regex validation rule (#70)

  • APIS-4691-Regex - Try strong type for value of regex validation rule

  • APIS-4691 - Add ftp exclusion to url validation

  • APIS-4691 - Refined type use for field names

0.58.0

16 Apr 16:11
658231a
Compare
Choose a tag to compare

Release : api-subscription-fields 0.58.0

Last commit sha : 658231a
Last commit author : AndySpaven
Last commit time : 2020-04-16T12:49:21Z

APIS-4691 - Add Url validation rule (#68)

  • APIS-4691 - Initial commit

  • APIS-4691 - Add url validation rule and rework tests to utilize

  • APIS-4691 - Fix case object use

  • APIS-4691 - Apply review comment