Releases: ShinyTrinkets/twofold.ts
Releases · ShinyTrinkets/twofold.ts
TwoFold (2✂︎f) v0.8.0
- created "set" tag to define variables available within the file
- created "table" tag to format ASCII tables to Markdown tables
- added index for LexTokens, useful for custom errors
- added path for ParseTokens, useful to know where is the tag in the AST
- functions for tags can now edit and return meta.node! This will allow lots of
interesting, advanced tag editing use-cases, that were not possible before. - functions for double tags now receive zeroText || innerText, makes more sense
- removed some useless dependencies
TwoFold (2✂︎f) v0.7.0
- re-enabled the --watch command
- allow greek and lots of non-latin letters in tag names
- added an AI chat tag, so you can chat with local or remote LLMs
- hopefully, the lexer and parser are much faster
- much better tests & tests compatible with Deno