rand-token
Version:
Generate random tokens
19 lines (16 loc) • 653 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [1.0.1] - 2020-03-23
### Added
- None.
### Changed
- Add files list to package.json so that test files are excluded from final tarball.
### Breaking Changes
- None.
## [1.0.0] - 2020-03-23 (unpublished)
### Added
- TypeScript definitions matching v0.x module.
### Changed
- Added engines with min version of Node v10. Module continues to work on node versions going back to 0.8 but dev dependencies and tests require a modern version of Node.
### Breaking Changes
- None for core library vs v0.x but the type definitions and engines changes may cause compile errors.