Skip to content

Releases: MyOnlineStore/common-domain

Treat UK as non-EU country

05 Jan 09:15
110e97f
Compare
Choose a tag to compare
2.2.14

CASH-1862 - Brexit (#42)

All value objects marked as immutable

24 Nov 12:52
186393e
Compare
Choose a tag to compare
Mark all VOs as immutable (#40)

This allows consuming classes to be marked as immutable as well.

Added accessor for retrieving phone number country code

18 Sep 06:48
36a8151
Compare
Choose a tag to compare
2.2.12

CASH-1597 - Add country code accessor (#36)

E-mail address will now always be converted to lowercase

18 Sep 05:39
04d462a
Compare
Choose a tag to compare
Always cast an email address to lowercase (#38)

This ensures a correct equality check with different casing

Added BIC VO

18 Sep 05:37
63cbb7c
Compare
Choose a tag to compare
2.2.10

CASH-1607 - Add BIC VO (#37)

Make all naming equality checks case insensitive

14 Sep 07:33
e5d90c5
Compare
Choose a tag to compare
2.2.9

Make all naming equality checks case insensitive (#35)

Loosen street parsing patterns

11 Sep 06:21
8b0fb32
Compare
Choose a tag to compare
MWW-8224 - Loosen street parsing patterns (#34)

Allow any character in the last part of the street address

Expanded pattern for parsing an address line into separate address components

01 Sep 07:09
446ee8f
Compare
Choose a tag to compare

Introduce Street::fromSingleLine

13 Aug 07:56
53cb5bf
Compare
Choose a tag to compare
  • #32 Introduce Street::fromSingleLine

Percentage VO now supports decimals

20 Jul 12:54
2946ba2
Compare
Choose a tag to compare
2.2.5

Changed expected integer to string in order to create percentages wit…