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.
0.1.7 - 2020-10-08
- Updated dependencies to fix vulnerabilities
0.1.6 - 2020-04-06
- Updated package-lock.json to fix vulnerabilities
0.1.5 - 2020-02-18
- Updated mocha and nyc libraries to fix vulnerabilities
0.1.4 - 2019-08-29
- Updated eslint and mocha library to fix vulnerabilities
0.1.3 - 2019-07-18
- Added automated deploys of new versions
- Updated mocha library to fix vulnerabilities
0.1.2 - 2018-08-16
- Moved logic for
Maybe
,Enum
, andDiscriminator
into separate classes which expose some typing information
- jsdoc, we are now only using jsdoc-to-markdown
- Fixed
Typed.typeName
specifiers forMaybe
,Enum
andDiscriminator
0.1.1 - 2018-08-13
prepublishOnly
task to build the libraryfiles
specifier inpackage.json
to restrict which files are packaged
- Changed API and CONTRIBUTING URLs in README to be absolute URLs
lib
from git repo
Maybe
,Enum
, andDiscriminator
typesextends
function for extending Records- API documentation with jsdoc and jsdoc-to-markdown