Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 931 Bytes

CHANGELOG.md

File metadata and controls

57 lines (40 loc) · 931 Bytes

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.

[2.0.2] - 2020-02-13

added

  • minimal typescript definition
  • improved documentation

[2.0.1] - 2020-02-13

added

  • run can now take an array of key/value pairs
  • 100% test coverage

fixed

  • memoization

[2.0.0] - 2019-12-29

removed

  • transpilation
  • all decorators
  • dependsOn

added

  • memoize feature

[1.0.1] - 2018-11-19

Fixed

  • documentation tweaks

[1.0.0] - 2018-06-23

added

  • utilities
  • transpilation

fixed

  • improving caching decorator

[0.2.0] - 2018-06-05

added

  • memoize decorator

fixed

  • better error handling

[0.1.0] - 2018-05-20

added

  • cache decorator

[0.0.1] - 2018-05-20

  • first version