File tree 6 files changed +27
-4
lines changed
6 files changed +27
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.24
2
+
3
+ Several bugfixes:
4
+
5
+ - Nulls are now sorted first rather than last; it's generally good practice to explicitly check for nulls in your
6
+ queries to avoid strange behavior.
7
+ - Dataview now properly parses space-delimited tags (like ` tags: abc def ghi ` ).
8
+ - Dataview now supports dropping the entire file cache in case of bugs.
9
+
10
+ ---
11
+
1
12
# 0.5.23
2
13
3
14
- Fix #1140 : Force API objects to be arrays if they are iterables.
Original file line number Diff line number Diff line change
1
+ # 0.5.24
2
+
3
+ Several bugfixes:
4
+
5
+ - Nulls are now sorted first rather than last; it's generally good practice to explicitly check for nulls in your
6
+ queries to avoid strange behavior.
7
+ - Dataview now properly parses space-delimited tags (like ` tags: abc def ghi ` ).
8
+ - Dataview now supports dropping the entire file cache in case of bugs.
9
+
10
+ ---
11
+
1
12
# 0.5.23
2
13
3
14
- Fix #1140 : Force API objects to be arrays if they are iterables.
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " dataview" ,
3
3
"name" : " Dataview" ,
4
- "version" : " 0.5.23 " ,
4
+ "version" : " 0.5.24 " ,
5
5
"minAppVersion" : " 0.13.11" ,
6
6
"description" : " Complex data views for the data-obsessed." ,
7
7
"author" : " Michael Brenan <blacksmithgu@gmail.com>" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " dataview" ,
3
3
"name" : " Dataview" ,
4
- "version" : " 0.5.23 " ,
4
+ "version" : " 0.5.24 " ,
5
5
"minAppVersion" : " 0.13.11" ,
6
6
"description" : " Complex data views for the data-obsessed." ,
7
7
"author" : " Michael Brenan <blacksmithgu@gmail.com>" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obsidian-dataview" ,
3
- "version" : " 0.5.23 " ,
3
+ "version" : " 0.5.24 " ,
4
4
"description" : " Advanced data views for Obsidian.md." ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 99
99
"0.5.20" : " 0.13.11" ,
100
100
"0.5.21" : " 0.12.0" ,
101
101
"0.5.22" : " 0.12.0" ,
102
- "0.5.23" : " 0.12.0"
102
+ "0.5.23" : " 0.12.0" ,
103
+ "0.5.24" : " 0.12.0"
103
104
}
You can’t perform that action at this time.
0 commit comments