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

Releases: userlike/joke

v2.1.3

28 Mar 12:53
v2.1.3
bdc70fc
Compare
Choose a tag to compare

2.1.3 (2023-03-28)

Bug Fixes

  • upgrade deps to fix audit errors (d725f78)

v2.1.3-alpha.0

21 Nov 11:16
bfe93c3
Compare
Choose a tag to compare
v2.1.3-alpha.0 Pre-release
Pre-release

2.1.3-alpha.0 (2022-11-21)

Note: Version bump only for package joke

v2.1.2

09 Oct 14:44
a8c60ec
Compare
Choose a tag to compare

2.1.2 (2021-10-09)

Bug Fixes

  • fix broken builds and type errors (b9a2c63)

v2.1.1

09 Oct 13:44
9eda1ce
Compare
Choose a tag to compare

2.1.1 (2021-10-09)

Note: Version bump only for package joke

v2.1.0

31 Aug 14:50
e0a5fda
Compare
Choose a tag to compare

2.1.0 (2021-08-31)

Features

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

v2.0.0

28 Sep 09:16
0861308
Compare
Choose a tag to compare

2.0.0 (2020-09-28)

Note: Version bump only for package joke

v2.0.0-alpha.0

23 Sep 10:46
66e603f
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

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.

v1.0.2

23 Jul 22:37
bbaaf5d
Compare
Choose a tag to compare
  • docs: fix link to repo in subpkg readmes

v1.0.1

23 Jul 22:38
d1d0723
Compare
Choose a tag to compare
  • docs: fix typo
  • docs: add README to subpkgs

First stable release

23 Jul 22:39
6fc9a35
Compare
Choose a tag to compare
  • feat(babel): removes restrictions on mock usage 9e8b130
  • feat: support custom mock implementations (#1) 3eb5d53
  • fix(babel): fix requireActual wrong param 27b6140
  • fix(babel): fix several bugs with 2nd arg of mock 46ccd54
  • feat: add mockSome for partial mocking of modules 0e92c8a
  • docs: add license e14eac2
  • docs: improve README de02a0c
  • chore: integrate commitizen and husky 11d303e
  • fix: make @types/jest a peer dependency

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