chance-access-token
Version:
A simple chance mixin which generates a random access token
25 lines (20 loc) • 1.57 kB
Markdown
# Changelog
## 2.1.0
### Maintainance
- [#11](https://github.com/jonathansamines/chance-access-token/pull/11) Use github actions instead of travis
- [#11](https://github.com/jonathansamines/chance-access-token/pull/11) Add node 12 and node 14 to the test matrix
- [#11](https://github.com/jonathansamines/chance-access-token/pull/11) Update to eslint v7
- [#11](https://github.com/jonathansamines/chance-access-token/pull/11) Use volta instead of nvm to pin node development version
- [#11](https://github.com/jonathansamines/chance-access-token/pull/11) Update development dependencies
## 2.0.0
### Breaking Changes
- Remove support for unmantained Node.js versions (v6 and v8) [#4](https://github.com/jonathansamines/chance-access-token/pull/4)
- Remove `options.parseDate` option in favor of `options.dateFormat` to support additional date formats [#2](https://github.com/jonathansamines/chance-access-token/pull/2/files)
### Maintainance
- Update nyc library to v15 [#5](https://github.com/jonathansamines/chance-access-token/pull/5)
- Update eslint to v6 [#7](https://github.com/jonathansamines/chance-access-token/pull/7)
- Use ava test runner [#8](https://github.com/jonathansamines/chance-access-token/pull/8)
- Update date-fns library v2 [#9](https://github.com/jonathansamines/chance-access-token/pull/9)
- Change publishing settings to use package files and explicitly set the global registry [#6](https://github.com/jonathansamines/chance-access-token/pull/6) [#3](https://github.com/jonathansamines/chance-access-token/pull/3)
## 1.0.0
- Initial release