All notable changes to guanguans/id-validator
will be documented in this file
- Bump actions/checkout from 3 to 4 by @dependabot in #38
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #40
- Bump actions/cache from 3 to 4 by @dependabot in #43
- Bump actions/setup-go from 4 to 5 by @dependabot in #42
- Bump github.com/spf13/cast from 1.5.1 to 1.6.0 by @dependabot in #41
- Bump golangci/golangci-lint-action from 3 to 5 by @dependabot in #46
- Add basic ID validation and information extraction. by @whrss9527 in #47
- @whrss9527 made their first contribution in #47
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.2.9...v1.3.0
- Bump actions/setup-go from 3 to 4 by @dependabot in #32
- Bump github.com/spf13/cast from 1.5.0 to 1.5.1 by @dependabot in #35
- fix panic with wrong format by @shuxiao9058 in #37
- @shuxiao9058 made their first contribution in #37
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.2.8...v1.2.9
- Bump github.com/spf13/cast from 1.4.1 to 1.5.0 by @dependabot in #27
- fix: 性别计算错误 ,男性计算为女性 by @jonbenzhang in #29
- @jonbenzhang made their first contribution in #29
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.2.7...v1.2.8
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.2.6...v1.2.7
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.2.5...v1.2.6
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.2.4...v1.2.5
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.2.3...v1.2.4
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.2.2...v1.2.3
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.2.1...v1.2.2
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.2.0...v1.2.1
- Fix:cannot startup in debug mod in goland by @zzhaoh in #25
- @zzhaoh made their first contribution in #25
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.1.11...v1.2.0
- Bump actions/cache from 2.1.7 to 3 by @dependabot in #21
- Bump codecov/codecov-action from 2.1.0 to 3 by @dependabot in #22
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.1.10...v1.1.11
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.1.9...v1.1.10
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.1.8...v1.1.9
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.1.7...v1.1.8
- Bump actions/setup-go from 2.1.5 to 2.2.0 by @dependabot in #14
- Bump golangci/golangci-lint-action from 2 to 3 by @dependabot in #16
- Bump actions/setup-go from 2.2.0 to 3 by @dependabot in #17
- Bump actions/checkout from 2 to 3 by @dependabot in #18
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.1.6...v1.1.7
- fix: addressTree's sequence is random by @117503445 in #13
- @117503445 made their first contribution in #13
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.1.5...v1.1.6
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.1.4...v1.1.5
- Bump actions/setup-go from 2.1.4 to 2.1.5 by @dependabot in #11
Full Changelog: https://github.com/guanguans/id-validator/compare/v1.1.3...v1.1.4
- Fix style.
- Add github config files.
- Bump actions/cache from 2.1.6 to 2.1.7.
- Bump codecov/codecov-action from 1.0.6 to 2.1.0.
- Bump actions/cache from 1 to 2.1.6.
- Bump actions/setup-go from 1 to 2.1.4.
- Add dependabot config file.
- Update address_code_timeline.go.
- Update github action config files.
- Add strict mode.
- Add additional address code timeline data.
- Add additional address code timeline data convert script.
- Update data to 202012.
- Fix
generatorAddressCode
andgeneratorBirthdayCode
.
- Fix the ID number with X at the end verification.
- Change the access control of some functions.
- Add bench testing.
- Initial release.