All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2022-10-25
- This CHANGELOG file (retroactive)
- .editorconfig file
- Test runner from AVA to Jest
- Renamed .js files .mjs so tests would run
- Updated dependencies
- Cleaned up README
- Benchmarks, as they're no longer useful
- Strong random number generator, as it's overkill adding complexity
- Cleaned up dependencies
0.3.2 - 2019-11-06
fischer.random()
andfischer.randomID()
(85b6dcf)- API compatible
random…
functions tolookup.js
(829d46d) - Benchmark (3ba5747)
- Documentation and examples (7c49a8b)
- Tests (87b444b)
- Examples for validation functions (9df819d)
generate()
is now deprecated (3788933)
0.3.1 - 2019-11-06
- Renamed validation functions to
isValid…
This should cause a major version bump, but nobody's using this library yet anyway. And what's the point of rules if you can't break them? Guidelines > Rules.
0.3.0 - 2019-11-06
- Validation of input (30bf090)
- AVA test runner and tests (553a70d)
- Debug config for VSCode (e8a9665)
- MIT license (d67f374)
- Improved documentation (2a9b407)