File size: 735 Bytes
0e27770
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.0] 2017-12-26

### New Features

- alphanumeric option to generate alphanumeric characters only.

## [1.0.0] 2015-08-27

### New Features

 - New sync API was added. Like crypto.getRandomBytes(), it can throw an exception if the system 
   is short on entropy. (#1, @markstos)

### Breaking changes

- Async API now follows the Node.js convention of returning an error as the first argument
  to the callback. The error might be populated if the system runs out of entropy. (#2, @markstos)

- `urlsafe` option was removed. All strings are URL-safe now. (#4, @S2-, @markstos)