Releases: olssonm/swedish-entity
Releases · olssonm/swedish-entity
v1.3.1
Fix issue with missing organization-types (for organizational numbers that begin with 0, 3 or 4). Instead of causing an exception – these now instead has an empty type
-attribute.
See #10 for discussion.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
The Laravel validator now handles empty social security numbers and organizational numbers even when "nullable" is not set for easier upgrade from olssonm/identity-number.
v1.2.0
- More strict validation as the input is no longer automatically cleaned of illegal characters before validation
- New clean-helper trait (to remove illegal characters manually before validation)
v1.1.0
Fix for rare issue where the return type didn't match the expected outcome.