You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upgraded set, del, json, toml and import logic from evaluate, to regular
tags. This will allow people to implement their own versions of these tags and
other similar data languages (eg: (JSON5, YAML, AML, ENO, REN, etc)
addons! The ignore functionality moved in the ignore addon, and the consume
functionality moved in the consume addon. Many other types of addons are now
possible, disk caching is experimental.
BREAKING change: the "ignore" tag is now called "freeze" to maintain a
consistent name as the freeze=true option. It's also shorter. We also have a
"protect" tag which makes sure the tag will never be consumed by its parent.