@fnzc/nz-ird-validator
Version:
Validates New Zealand tax numbers (IRD)
51 lines (27 loc) • 864 B
Markdown
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
- Add custom constraint for format with dashes / numeric
- Remove left-pad dependency
- Add validation of dash/space locations in string to catch mistaken entry
- Switch from string.padLeft to left-pad library as the first one is crashing in Android RN
- node_modules
- .idea
- Types file.
- Updated the README
- First version of the package.