Releases: Typescript-TDD/ts-auto-mock
Releases · Typescript-TDD/ts-auto-mock
2.6.3
2.6.3 (2020-09-17)
Bug Fixes
- transformer: do not fail when accessing index of extended this for a computed property (02e7b12)
2.6.2
2.6.2 (2020-09-15)
Bug Fixes
- definitelyTyped: do not fail on mocking module declarations (4660f58)
2.6.1
2.6.1 (2020-09-15)
Bug Fixes
- transformer: fix interface call signature with undeclared return type (#533) (55da89f)
2.6.0
2.6.0 (2020-09-15)
Features
- fileFilter: add config option to specify files with mocks (526d677)
2.5.3
2.5.3 (2020-09-15)
Bug Fixes
- properties: create property when undefined/void, do not emit property only when optional (70d65ed)
2.5.2
2.5.2 (2020-09-13)
Bug Fixes
- enum: fix enum constant computed properties (9c96a53)
2.5.1
2.5.1 (2020-09-12)
Bug Fixes
- mockValues: assign, not merge, override value when is a mock to prevent maximum callstack size exceeded errors (7431d80)
2.5.0
2.5.0 (2020-09-11)
Bug Fixes
- logs: ensure logs tests work on windows (a160a87)
Features
- transformer: tuple type now gets mocked as an instance of specified tuple, add keyof warning, support readonly array/tuple Pmyl 23 minutes ago (af9df91)
2.4.0
2.4.0 (2020-09-09)
Features
2.3.5
2.3.5 (2020-08-29)
Bug Fixes
- createMock: PartialDeep to ignore object prototype properties (37cb34d)