File tree 6 files changed +19
-4
lines changed
6 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.31
2
+
3
+ Tasks now have an ` outlinks ` list field which includes all links in the task; this can be used for finding tasks with
4
+ links in them.
5
+
6
+ ---
7
+
1
8
# 0.5.30
2
9
3
10
- Added the ` typeof(any) ` function in Dataview, which obtains the type of any value for comparison:
Original file line number Diff line number Diff line change
1
+ # 0.5.31
2
+
3
+ Tasks now have an ` outlinks ` list field which includes all links in the task; this can be used for finding tasks with
4
+ links in them.
5
+
6
+ ---
7
+
1
8
# 0.5.30
2
9
3
10
- Added the ` typeof(any) ` function in Dataview, which obtains the type of any value for comparison:
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " dataview" ,
3
3
"name" : " Dataview" ,
4
- "version" : " 0.5.30 " ,
4
+ "version" : " 0.5.31 " ,
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.30 " ,
4
+ "version" : " 0.5.31 " ,
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.30 " ,
3
+ "version" : " 0.5.31 " ,
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 106
106
"0.5.27" : " 0.12.0" ,
107
107
"0.5.28" : " 0.12.0" ,
108
108
"0.5.29" : " 0.12.0" ,
109
- "0.5.30" : " 0.12.0"
109
+ "0.5.30" : " 0.12.0" ,
110
+ "0.5.31" : " 0.12.0"
110
111
}
You can’t perform that action at this time.
0 commit comments