Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History
248 lines (77 loc) · 6.02 KB

CHANGELOG.md

File metadata and controls

248 lines (77 loc) · 6.02 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.1.3 (2023-03-28)

Bug Fixes

  • upgrade deps to fix audit errors (d725f78)

2.1.2 (2021-10-09)

Bug Fixes

  • fix broken builds and type errors (b9a2c63)

2.1.1 (2021-10-09)

Note: Version bump only for package joke

2.1.0 (2021-08-31)

Features

  • joke: increment allowed jest types version to 27 (639d842)

2.0.0 (2020-09-28)

Note: Version bump only for package joke

2.0.0-alpha.0 (2020-09-23)

chore

  • regen subpkgs with mklib (a6e3608)

Features

BREAKING CHANGES

  • New mocked types carry the risk of breaking existing code
  • Removing polyfills can break depending on your node version.

1.0.2 (2020-07-21)

Note: Version bump only for package joke

1.0.1 (2020-07-21)

Note: Version bump only for package joke

1.0.0 (2020-07-16)

Bug Fixes

  • make @types/jest a peer dependency (2d7ad17), closes #5

BREAKING CHANGES

  • @types/jest has become a peer dependency so if you don't have it in your dependencies, you must add it now.

1.0.0-alpha.0 (2020-07-01)

Bug Fixes

  • make @types/jest a peer dependency (109d726), closes #5

BREAKING CHANGES

  • @types/jest has become a peer dependency so if you don't have it in your dependencies, you must add it now.

0.3.0 (2020-02-26)

Features

  • add mockSome for partial mocking of modules (0e92c8a)

0.2.0 (2020-02-26)

Note: Version bump only for package joke

0.2.0-alpha.3 (2020-02-26)

Bug Fixes

  • babel: fix several bugs with 2nd arg of mock (46ccd54)

0.2.0-alpha.2 (2020-02-24)

Bug Fixes

  • babel: fix requireActual wrong param (27b6140)

0.2.0-alpha.1 (2020-02-24)

Features

  • support custom mock implementations (#1) (3eb5d53)

0.2.0-alpha.0 (2020-02-23)

Features

  • babel: removes restrictions on mock usage (9e8b130)

0.1.0 (2020-02-22)

Note: Version bump only for package joke

0.1.0-alpha.4 (2020-02-22)

Features

  • babel: support member expressions (7e74514)
  • babel: warn user if mock is used in closures (e24fe4c)

0.1.0-alpha.3 (2020-02-07)

Features

  • babel: improve error messages (dd8b24b)
  • babel: support assignment to an identifier (642a30d)
  • babel: support joke as namespace import (4fc383c)

0.1.0-alpha.2 (2020-02-07)

Note: Version bump only for package joke

0.1.0-alpha.1 (2020-02-07)

Features

  • mocked: support nested mocking (331f48b)

0.1.0-alpha.0 (2020-02-06)

Features