This repository has been archived by the owner on Jun 17, 2023. It is now read-only.
-
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.