Skip to content

Releases: sindresorhus/on-change

v1.8.1

12 Mar 18:19
Compare
Choose a tag to compare

v1.8.0...v1.8.1

v1.8.0

12 Mar 15:51
Compare
Choose a tag to compare

v1.7.0...v1.8.0

v1.7.0

09 Mar 16:05
Compare
Choose a tag to compare

Add options ignoreKeys and ignoreUnderscores

v1.6.4

28 Feb 05:48
Compare
Choose a tag to compare
  • Update travis and dependencies 691cc8e

v1.6.3...v1.6.4

v1.6.3

28 Feb 00:40
Compare
Choose a tag to compare
  • Fix multiple bugs (#46, #47, #49) and an error when accessing a setter multiple times b7b6cfa
  • Test array methods that don't mutate the original object. 8a7d192

v1.6.2...v1.6.3

v1.6.2

15 Jul 03:00
Compare
Choose a tag to compare
  • Fix ignoreSymbols option when using Object.defineProperty and delete. b3529a2
  • Improve the TypeScript definitions 97ff359

v1.6.1...v1.6.2

v1.6.1

12 Jul 20:33
Compare
Choose a tag to compare

v1.6.0

12 Jul 20:08
Compare
Choose a tag to compare
  • Using SameValue equality to determine value changes. Adding "equals" option to provide a different equality function 51c1347 056a241
  • Don't call the callback when deleting a property that doesn't exist 47a9977
  • Add option to ignore setting properties as Symbols 0684fd2
  • Add static target method that returns the original object a4ba435
  • Add static unsubscribe method to unsubscribe from future callbacks (#42) 20acac7

v1.5.1...v1.6.0

v1.5.1

11 Jul 07:48
Compare
Choose a tag to compare
  • Callback returns target value in apply traps (#41) dc737c6

v1.5.0...v1.5.1

v1.5.0

18 Jun 06:42
Compare
Choose a tag to compare
  • Allow an object to mutate itself 2c8d1e0
  • Allow nested proxied objects 226f204
  • Always remove the method name from path 8c3b8ca

v1.4.0...v1.5.0