Releases: matteoredz/itax-code
Releases · matteoredz/itax-code
v2.0.5
2.0.5 (2024-10-22)
Bug Fixes
v2.0.4
2.0.4 (2024-05-02)
Continuous Integration
- update paambaati/codeclimate-action to v6.0.0 (#55) (e7aad01)
Code Refactoring
v2.0.3
2.0.3 (2024-02-20)
Continuous Integration
Bug Fixes
- require the csv gem as runtime dependency (#51) (5d3658e)
v2.0.2
2.0.2 (2023-11-04)
Continuous Integration
Miscellaneous Chores
- add quality badges + enable branch coverage (#41) (cd3a950)
Bug Fixes
- display all changelog-types (#47) (d4eddf1)
- pass CC_TEST_REPORTER_ID top-down to test workflow (#45) (89398f2)
- require lint and test workflows run also on main (#43) (f0a0d06)
- update README.md for SEO (#48) (04db3eb)
Code Refactoring
- make gem errors inherit from base classes (#37) (99b00f1)
- remove ActiveSupport dependency (#39) (9302954)
v2.0.1
2.0.1 (2023-10-06)
Bug Fixes
- fix encoding error in cities.rake and update cities.csv (#34) (80ff044)
v2.0.0
2.0.0 (2023-10-01)
⚠ BREAKING CHANGES
- remove Validator and merge its logic into Parser (#32)
- remove data hash argument from ItaxCode.valid? and ItaxCode::Validator#valid? (#30)
Bug Fixes
- remove data hash argument from ItaxCode.valid? and ItaxCode::Validator#valid? (#30) (997f8b0)
Code Refactoring
- remove Validator and merge its logic into Parser (#32) (348bdd0)
v1.0.1
1.0.1 (2023-08-31)
Bug Fixes
- NoMethodError undefined method 'upcase' for nil:NilClass (#27) (15470d1)
v1.0.0
1.0.0 (2023-08-30)
⚠ BREAKING CHANGES
- allow empty or partial data argument in ItaxCode.valid? (#26)
- raise InvalidControlInternalNumberError on cin mismatch (#25)
Features
- allow empty or partial data argument in ItaxCode.valid? (#26) (d02da6d)
Bug Fixes
- compute omocodes from the original one (#22) (b8a963f)
- raise InvalidControlInternalNumberError on cin mismatch (#25) (121cbca)
v0.4.1
0.4.1 (2023-08-08)
Bug Fixes
v0.4.0
0.4.0 (2023-08-08)
Features
Bug Fixes