The underlying types of DECAF record identifiers have been changed to a simpler, tagged type definitions. Call-sites should use mkDecafRecordId constructor and unDecafRecordId de-constructor OR direct type casting when producing and consuming such values.
We are now adopting the convention that constants are defined via all-uppercase, snake-case symbols.
The underlying type of CurrencyCode has been changed to a simpler, tagged type definition. Call-sites should use either of:
Code Refactoring
change type of CurrencyCode, use regexp for validation (b4915aa)
:robot: I have created a release beep boop
0.1.0 (2023-01-31)
⚠ BREAKING CHANGES
mkDecafRecordId
constructor andunDecafRecordId
de-constructor OR direct type casting when producing and consuming such values.Code Refactoring
This PR was generated with Release Please. See documentation.