-
Improved parsing, array, object, link support
- You can now use non-English characters for tags and variables.
- Fixes another crash related to templating in tags.
- Adds link parsing and link support in frontmatter
- Adds function parsing support.
- Internal revamp of the query engine, supporting objects and arrays.
- Support negation in both sources and fields.
- Double number of tests, more to come.
-
Add more tests, use es6 to compile
-
Indexing & other features
- Add dot notation (a.b), index notation (a[b]), and function calls.
- Can access date fields using dot notation (date.year, date.month,
etc). - Can properly render objects, links, and arrays.
- Links now work properly in frontmatter.
- Add tests & improve stability.
- Better rendering for errors.
- Field negation AND source negation