contingent
Version:
Create cryptographically-strong random numbers in node.js or the browser
37 lines (25 loc) • 933 B
Markdown
# 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).
## [0.1.9] - 2019-05-23
- Create minified and unminified dist files.
## [0.1.8] - 2019-05-23
- Add browser distribution file.
## [0.1.7] - 2019-04-25
- Add TOC to readme.
- Prevent map function parameter interception in `generate`.
## [0.1.6] - 2019-04-16
Include TypeScript declaration files.
## [0.1.5] - 2019-04-16
Add `select` function to libraries.
## [0.1.4] - 2019-04-15
Add `replace` function to libraries.
## [0.1.3] - 2019-04-15
Add `toArray` helper function to convert `Buffer` or `DataView` to an array.
## [0.1.2] - 2019-04-15
Documentation fixes.
## [0.1.1] - 2019-04-15
Add containerized default export.
## [0.1.0] - 2019-04-15
Initial development release.