Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

v0.1.4

Latest
Compare
Choose a tag to compare
@julienvincent julienvincent released this 12 Apr 08:50
· 2 commits to master since this release
  • Feature: Getters now replace themselves with their resulting data on first call. This decision was made to enable === across multiple property references, as well as for performance when accessing getters multiple times.

  • Fix: Fixed a bug that caused object type data such as null or [] from being mutated in an unexpected manor.