Releases: stoplightio/ordered-object-literal
Releases · stoplightio/ordered-object-literal
v1.0.5
1.0.5 (2023-11-28)
Bug Fixes
- use Object.prototype.hasOwnProperty instead of in (#15) (c62b730)
v1.0.4
1.0.4 (2022-08-30)
Bug Fixes
- invalid license id in package.json (d413a3f)
v1.0.3
1.0.3 (2022-06-06)
Bug Fixes
- support TS nodenext moduleResolution (1b987ad)
v1.0.2
1.0.2 (2021-04-28)
Bug Fixes
- add missing module field to package.json (#3) (3e6395e)
v1.0.1
1.0.1 (2020-04-20)
Bug Fixes
- handle freezing/sealing/preventExtensions (296c21f)
v1.0.0
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)