Skip to content

Releases: Typescript-TDD/ts-auto-mock

3.2.1

20 May 05:41
Compare
Choose a tag to compare

3.2.1 (2021-05-20)

Bug Fixes

3.2.0

19 May 19:15
Compare
Choose a tag to compare

3.2.0 (2021-05-19)

Features

  • getAccessor: correctly mock get accessors for mocked classes (3530039)

3.1.3

21 Apr 07:49
Compare
Choose a tag to compare

3.1.3 (2021-04-21)

Performance Improvements

3.1.2

15 Mar 06:59
Compare
Choose a tag to compare

3.1.2 (2021-03-15)

Performance Improvements

3.1.1

18 Feb 20:18
Compare
Choose a tag to compare

3.1.1 (2021-02-18)

Bug Fixes

  • typeReference: log warning when type definition does not exists and cannot be located (#618) (5750def)

3.1.0

06 Jan 20:55
Compare
Choose a tag to compare

3.1.0 (2021-01-06)

Features

  • hydrate-mocks: add create-hydrated-mock functionality (aa2ebad)

3.0.0

25 Dec 11:22
Compare
Choose a tag to compare

3.0.0 (2020-12-25)

chore

BREAKING CHANGES

  • typescript: typescript >= 4.0.2 is required to use ts-auto-mock
    Update your typescript dependency to version >= 4.0.2

2.7.0

08 Dec 20:57
Compare
Choose a tag to compare

2.7.0 (2020-12-08)

Features

  • registerMock: allow use of mocked generics in register mock factory (512e150)

2.6.5

08 Oct 10:01
Compare
Choose a tag to compare

2.6.5 (2020-10-08)

Bug Fixes

  • createMockList: count the number of create mock list on runtime instead of relying on a numeric literal (eec45dd), closes #595

2.6.4

18 Sep 20:21
Compare
Choose a tag to compare

2.6.4 (2020-09-18)

Bug Fixes

  • transformer: apply null and warning when property type cannot be identified (7cc1ec0)
  • typescript: restore support for typescript 3 (825cc01)