Skip to content

Latest commit

 

History

History
193 lines (82 loc) · 5.2 KB

CHANGELOG.md

File metadata and controls

193 lines (82 loc) · 5.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.1 (2020-03-03)

3.1.0 (2019-10-05)

Features

  • core: add simple TestCase type (1fa6a4f)

3.0.1 (2019-03-09)

3.0.0 (2019-01-28)

Features

  • core: make describeFunction more resilient (c1693a7)

BREAKING CHANGES

  • core: describeFunction now expects the module of the function and the function name as args

2.0.3 (2018-11-30)

2.0.2 (2018-11-30)

2.0.1 (2018-11-30)

Bug Fixes

  • ci: address vulnerabilities in ci (0f20333)

2.0.0 (2018-11-30)

Reverts

  • core: remove describeModule function (064d0f4)

BREAKING CHANGES

  • core: remove describeModule function. jest already includes link to a failing test

1.3.1 (2018-10-20)

1.3.0 (2018-10-07)

Features

  • core: add describeField function (c4e9e27)

1.2.0 (2018-10-05)

Features

  • core: ability to call this.describeMethod within describeClass (8f946c1)

1.1.15 (2018-10-05)

1.1.14 (2018-10-05)

Bug Fixes

  • travis: fix typings being incorrectly gitignored (833b969)

1.1.13 (2018-10-05)

1.1.12 (2018-10-05)

1.1.11 (2018-10-05)

1.1.10 (2018-10-05)

1.1.9 (2018-10-05)

1.1.8 (2018-10-05)

1.1.7 (2018-10-05)

1.1.6 (2018-10-05)

1.1.5 (2018-10-05)

1.1.4 (2018-10-05)

1.1.3 (2018-10-05)

1.1.2 (2018-10-05)

1.1.1 (2018-10-05)

1.1.0 (2018-10-05)

Bug Fixes

  • package: fix bug in package command (266b968)

Features

  • core: add describeClass function (eb3c74d)
  • core: add describeFunction function (c7b6726)
  • core: add describeMethod function (563185a)
  • core: add describeModule function (2fce400)
  • core: add partialOf and deepPartialOf functions (03f2881)
  • core: describeModule now uses path relative to package.json (779ec67)