Skip to content

Releases: stoplightio/ordered-object-literal

v1.0.5

28 Nov 18:29
e0a115c
Compare
Choose a tag to compare

1.0.5 (2023-11-28)

Bug Fixes

  • use Object.prototype.hasOwnProperty instead of in (#15) (c62b730)

v1.0.4

30 Aug 11:32
d413a3f
Compare
Choose a tag to compare

1.0.4 (2022-08-30)

Bug Fixes

  • invalid license id in package.json (d413a3f)

v1.0.3

06 Jun 20:58
1b987ad
Compare
Choose a tag to compare

1.0.3 (2022-06-06)

Bug Fixes

  • support TS nodenext moduleResolution (1b987ad)

v1.0.2

28 Apr 08:49
3e6395e
Compare
Choose a tag to compare

1.0.2 (2021-04-28)

Bug Fixes

  • add missing module field to package.json (#3) (3e6395e)

v1.0.1

20 Apr 11:07
296c21f
Compare
Choose a tag to compare

1.0.1 (2020-04-20)

Bug Fixes

  • handle freezing/sealing/preventExtensions (296c21f)

v1.0.0

16 Apr 23:41
f5e9c2e
Compare
Choose a tag to compare

1.0.0 (2020-04-16)

Bug Fixes

  • allow object to be re-trapped (e518f7c)
  • avoid ORDER_KEY duplication (1ff622f)
  • better support for arrays (cf1a877)
  • deleteProperty trap actually updates the keys order (bf63d84)
  • hook up [[Delete]] && [[Set]] correctly (4a178bf)
  • TS typings (81ec99e)