## [v4.0.0]
> Mar 03, 2018

BREAKING CHANGE: Close #5. Use Deterministic version of JSON.stringify().

## [v3.0.0]
> Dec 16, 2017

BREAKING CHANGE 1: Default template was removed

BREAKING CHANGE 2: API was changed

## [v2.0.1]
> Nov 26, 2017

BREAKING CHANGE 1: Now `parse` function requires new parameter - license file template. It must be exactly the same template file passed to `generate` function before.

BREAKING CHANGE 2: `fileData` parameter of `parse` function renamed to `licenseFile`.

## [v1.1.4]
> Nov 26, 2017

- Introduce `privateKey` (for generate method) and `publicKey` (for parse method) parameters

## [v1.1.3]
> Nov 22, 2017

- Fix validation for numeric data

## [v1.1.1]
> Nov 21, 2017

- Specify `utf8` encoding for `readFileSync`

## [v1.1.0]
> Apr 04, 2017

- No dependencies

## [v1.0.2]
> Mar 02, 2016

- Negative test were added
- Documents was updated

## [v1.0.1]
> Feb 29, 2016

- Improve validation
- Update docs
