Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 714 Bytes

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 714 Bytes

Hot-Patcher changelog

v2.0.1

2023-07-17

  • React-Native entry in package.json

v2.0.0

2022-11-19

  • ESM

v1.0.0

2022-09-04

  • Typescript
  • Named export: HotPatcher

Deprecated: Do not use.

v0.5.0

2018-11-06

  • Added restore method for restoring overridden method definitions

v0.4.0

2018-08-04

  • API breaking changes:
    • Removed this binding ability in patch() method
    • Added options parameter to patch()
  • Added plugin method for chaining
  • Added chain option to patch()

v0.3.0

2018-07-22

  • Add isPatched method
  • Add patchInline method

v0.2.0

2018-07-22

  • Add control ability

v0.1.0

2018-07-21

  • Initial release