File tree 6 files changed +17
-4
lines changed
6 files changed +17
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.23
2
+
3
+ - Fix #1140 : Force API objects to be arrays if they are iterables.
4
+
5
+ ---
6
+
1
7
# 0.5.22
2
8
3
9
- Fix #1135 : Use 'x' instead of 'X' for checkboxes.
Original file line number Diff line number Diff line change
1
+ # 0.5.23
2
+
3
+ - Fix #1140 : Force API objects to be arrays if they are iterables.
4
+
5
+ ---
6
+
1
7
# 0.5.22
2
8
3
9
- Fix #1135 : Use 'x' instead of 'X' for checkboxes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " dataview" ,
3
3
"name" : " Dataview" ,
4
- "version" : " 0.5.22 " ,
4
+ "version" : " 0.5.23 " ,
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.22 " ,
4
+ "version" : " 0.5.23 " ,
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.22 " ,
3
+ "version" : " 0.5.23 " ,
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 98
98
"0.5.19" : " 0.13.11" ,
99
99
"0.5.20" : " 0.13.11" ,
100
100
"0.5.21" : " 0.12.0" ,
101
- "0.5.22" : " 0.12.0"
101
+ "0.5.22" : " 0.12.0" ,
102
+ "0.5.23" : " 0.12.0"
102
103
}
You can’t perform that action at this time.
0 commit comments