Releases: blacksmithgu/obsidian-dataview
Releases · blacksmithgu/obsidian-dataview
0.1.7
Add more tests to fix some query regressions.
0.1.6
Various minor improvements and bugfixes.
- Adds the '!=' operator.
- Fixes several major parser bugs which caused incorrect parses.
- Fixed the implementation of some operators like 'or' and 'and'.
- Improve table layout (now includes thead/tbody).
- Render "query returned 0 results" for queries that returned no
results. - Catch more errors at runtime and display them inline instead of just in the console.
- Specify a default value for nulls.
- Mild README comprehension improvements.
- Added donation option and contributor section to README.
0.1.5
- Add date and duration support!
- You can now use dashes ('-') in tag queries.
- Dataview no longer errors on YAML entries with null values.
0.1.4
Fixed versioning issue
0.1.3
Index now tracks file renames; access nested YAML fields via '.'
0.1.2
Now reads tags from frontmatter; task lists render Markdown properly; fix task list loading on startup
0.1.1
No longer wait indefinitely on indices; better reloading support.
Initial
0.1.0 Fix image embeds