Skip to content

Latest commit

 

History

History
131 lines (60 loc) · 6.49 KB

CHANGELOG.md

File metadata and controls

131 lines (60 loc) · 6.49 KB

Changelog

2.0.4 (2024-05-02)

Continuous Integration

  • update paambaati/codeclimate-action to v6.0.0 (#55) (e7aad01)

Code Refactoring

2.0.3 (2024-02-20)

Continuous Integration

  • add Ruby 3.3.0 to the test matrix (#50) (2875b20)

Bug Fixes

  • require the csv gem as runtime dependency (#51) (5d3658e)

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)

2.0.1 (2023-10-06)

Bug Fixes

  • fix encoding error in cities.rake and update cities.csv (#34) (80ff044)

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)

1.0.1 (2023-08-31)

Bug Fixes

  • NoMethodError undefined method 'upcase' for nil:NilClass (#27) (15470d1)

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)

0.4.1 (2023-08-08)

Bug Fixes

0.4.0 (2023-08-08)

Features

Bug Fixes

  • explicit the workflow permissions (#17) (41d3515)

0.3.0 (2023-06-30)

Features

  • trigger release action on bump (#9) (412f054)

Bug Fixes