Releases: egermano/brazilian-multidocument-validator
Releases · egermano/brazilian-multidocument-validator
v3.0.0
v2.1.0
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #18
- Bump @babel/traverse from 7.20.10 to 7.23.2 by @dependabot in #19
Full Changelog: v2.0.0...v2.1.0
New major version 2.0.0
⚠ Break Change
- The method
documentValidator
has changed. No morepromise
argument since the function is straight forward.
Changed
- node version, now supports all current LTS version, from 14.x to 18.x.
- move ts-lint to eslint
- move from yarn to npm
- multiple dependencies upgrade
- change jest test
- add test coverage to CI
- develop branch was removed, move to trunk based development