Skip to content

0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@darwin darwin released this 08 Apr 19:53
· 69 commits to master since this release
v0.6.0

Additional diagnostics checks

As you probably know, Javascript can have frozen or sealed objects. Some objects can also have individual properties defined as non-writable. Under dev mode, you probably want to get some warning when trying to oset! via such objects/properties.

We newly check for frozen/sealed objects when trying punch to through them with oset!. Also we newly check for non-writable properties and report such invalid access accordingly. This was requested in #16.

Notable commits

87bfd0a implement diagnostic checks for frozen/sealed objects (#16)

All new work: v0.5.8...v0.6.0