Skip to content

Releases: CreativeTechGuy/recursive-proxy-mock

v4.0.1

22 Oct 09:20
Compare
Choose a tag to compare

4.0.1 (2022-10-22)

Bug Fixes

  • rename GitHub Release pack file (6baec7b)

v4.0.0

22 Oct 09:12
e70d54f
Compare
Choose a tag to compare

4.0.0 (2022-10-22)

Features

  • fix sourcemaps, update dependencies (#5) (e70d54f)

BREAKING CHANGES

  • Unpublish from NPM, drop support for Node 12

v3.2.0

26 Aug 01:08
Compare
Choose a tag to compare

3.2.0 (2021-08-26)

Features

  • resetMock, more exposed internals, TS generics (37f5ab6)

v3.1.0

15 Aug 23:17
Compare
Choose a tag to compare

3.1.0 (2021-08-15)

Features

  • add WILDCARD and toPrimitive support (a6bd922)

v3.0.0

15 Aug 06:56
7f7b919
Compare
Choose a tag to compare

3.0.0 (2021-08-15)

BREAKING CHANGES

  • Only support evergreen browsers and LTS Node

  • docs: add bundlephobia badge, docs TOC

  • ci: remove Node 10 from GitHub workflow

v2.0.0

15 Aug 05:02
Compare
Choose a tag to compare

2.0.0 (2021-08-15)

Bug Fixes

  • generate tree-shakable bundles (6984694)
  • remove ability to override getPrototypeOf (b1afe12)
  • remove console messages in production (c5251c5)

Features

BREAKING CHANGES

  • remove any mocks overriding ProxySymbol.GET_PROTOTYPE_OF

v1.0.1

13 Aug 23:46
2071f24
Compare
Choose a tag to compare

1.0.1 (2021-08-13)

Bug Fixes

  • documentation and contribution guide (#2) (2071f24)

v1.0.0

13 Aug 20:46
Compare
Choose a tag to compare

1.0.0 (2021-08-13)

Bug Fixes

  • add CI/CD with semantic-release (7ffe6e3)
  • add semantic-release branches config (f809010)