Skip to content

TwoFold (2✂︎f) v0.11.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 12:15
· 42 commits to main since this release
fb81f9a
  • 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.