Skip to content

Releases: Typescript-TDD/ts-auto-mock

2.3.4

09 Aug 10:33
Compare
Choose a tag to compare

2.3.4 (2020-08-09)

Bug Fixes

  • partial: improve deep partial type to ensure compilation without errors when passing default values to create mock and create mock list (7463501)

2.3.3

11 Jul 13:48
Compare
Choose a tag to compare

2.3.3 (2020-07-11)

Bug Fixes

  • typeof-module: prevent unsupported declaration to be transformer when mocking typeof of a module that uses exports = (09aa3b3)

2.3.2

05 Jul 07:16
Compare
Choose a tag to compare

2.3.2 (2020-07-05)

Bug Fixes

  • upgrade gatsby-plugin-google-analytics from 2.3.1 to 2.3.3 (52c1b88)

2.3.1

05 Jul 07:04
Compare
Choose a tag to compare

2.3.1 (2020-07-05)

Bug Fixes

  • upgrade typescript from 3.9.3 to 3.9.5 (82bf1b8)

2.3.0

27 Jun 17:04
Compare
Choose a tag to compare

2.3.0 (2020-06-27)

Features

  • transformer: error when running tests with no transformer installation (16506e5)
  • transformer: extract repeated error in a constant, fixed error wording (dd73b57)

2.2.8

14 Jun 17:46
Compare
Choose a tag to compare

2.2.8 (2020-06-14)

Bug Fixes

  • module: switch to commonjs2 libraryTarget (#379) (9259f10)

2.2.7

10 Jun 06:54
Compare
Choose a tag to compare

2.2.7 (2020-06-10)

Bug Fixes

  • registerMock: allow to use mocks defined in variables (#330) (b14bd5c)

2.2.6

06 Jun 13:16
Compare
Choose a tag to compare

2.2.6 (2020-06-06)

Bug Fixes

  • release: create a release every time there are new changes on master (0013c9d)

2.2.5

31 May 17:24
Compare
Choose a tag to compare

2.2.5 (2020-05-31)

Bug Fixes

  • indexedAccessType: ensure compiler doesn't break for unsupported indexed access type (2ef31c7)

2.2.4

31 May 17:01
Compare
Choose a tag to compare

2.2.4 (2020-05-31)

Bug Fixes

  • release: ensure develop will be up to date after a release (613b5ed)