Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

67 lines (50 loc) · 2.17 KB

Changelog

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

Fixed

  • Updated dependencies to fix vulnerabilities

0.1.6 - 2020-04-06

Fixed

  • Updated package-lock.json to fix vulnerabilities

0.1.5 - 2020-02-18

Fixed

  • Updated mocha and nyc libraries to fix vulnerabilities

0.1.4 - 2019-08-29

Fixed

  • Updated eslint and mocha library to fix vulnerabilities

0.1.3 - 2019-07-18

Added

  • Added automated deploys of new versions

Fixed

  • Updated mocha library to fix vulnerabilities

0.1.2 - 2018-08-16

Changed

  • Moved logic for Maybe, Enum, and Discriminator into separate classes which expose some typing information

Removed

  • jsdoc, we are now only using jsdoc-to-markdown

Fixed

  • Fixed Typed.typeName specifiers for Maybe, Enum and Discriminator

0.1.1 - 2018-08-13

Added

  • prepublishOnly task to build the library
  • files specifier in package.json to restrict which files are packaged

Changed

  • Changed API and CONTRIBUTING URLs in README to be absolute URLs

Removed

  • lib from git repo

0.1.0 - 2018-08-13

Added

  • Maybe, Enum, and Discriminator types
  • extends function for extending Records
  • API documentation with jsdoc and jsdoc-to-markdown