Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.1] - 2026-06-13

### Changed

- Update CLA trigger (#122)
- Drop changelog (#123)
- Bump version to 2.1.1 (#126)

### Fixed

- Strip surrounding whitespace (#125)

## [2.1.0] - 2026-06-12

### Added

- Add NHS and crypto validators (#117)

### Changed

- Update dependencies (#119)
- Bump version to 2.1.0 (#120)

## [2.0.1] - 2026-06-05

### Changed

- Pin release workflow to npm visibility retry (#113)
- Bump stdnum to 2.0.1

## [2.0.0] - 2026-06-04

### Added

- Add brazilian-utils, rut.js, and django-localflavor comparators (#109)
- Add scope discriminator to Validator (#108)

### Changed

- Auto-refresh CHANGELOG.md on release (#100)
- Sync ai prompts and oxlint config (#101)
- Update dependencies
- Bump oxfmt
- Bump actions/setup-node
- Update stdnum test dependencies
- Use shared typescript config (#105)
- Refresh shared tooling and AI setup (#106)
- Standardize npm release workflow
- Pin release workflow to app-token finalizer (#112)

### Fixed

- Probe validators with their real lengths (#107)
- Align with primary sources from official documentation (#110)

## [1.0.0] - 2026-05-20

### Changed

- Simplify MIT copyright notice
- Correct license holder casing (#88)
- Align Dependabot cooldown to 5 days (#93)
- Migrate publish step to npm-publish-hardened (#95)
- Bump npm-publish-hardened to 86392949 — placeholder NODE_AUTH_TOKEN fix (#96)
- Bump npm-publish-hardened to 9845e4f5 — explicit bash invoke (#97)
- Bump npm-publish-hardened to 96b8912e — node-stdout newline fix (#98)
- Enforce lint, cleanup, cut v1.0.0 (#99)

## [0.0.1] - 2026-04-17

### Changed

- Init

[2.1.1]: https://github.com/stella/stdnum/compare/v2.1.0..v2.1.1
[2.1.0]: https://github.com/stella/stdnum/compare/v2.0.1..v2.1.0
[2.0.1]: https://github.com/stella/stdnum/compare/v2.0.0..v2.0.1
[2.0.0]: https://github.com/stella/stdnum/compare/v1.0.0..v2.0.0
[1.0.0]: https://github.com/stella/stdnum/compare/v0.0.1..v1.0.0
[0.0.1]: https://github.com/stella/stdnum/tree/v0.0.1

<!-- generated by git-cliff -->
Loading