File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.7.0 (2020-12-04)
4
+
5
+ [ Full changelog] ( https://github.com/marcusolsson/grafana-json-datasource/compare/v0.6.4...v0.7.0 )
6
+
7
+ ### Enhancements
8
+
9
+ - Add support for custom paths (#24 )
10
+ - Add epoch time macros (#22 )
11
+
12
+ ### Bug fixes
13
+
14
+ - Template variable chaining is not working (#23 )
15
+ - Cannot read property 'length' of null (#21 )
16
+
3
17
## 0.6.4 (2020-11-30)
4
18
5
- [ Full changelog] ( https://github.com/marcusolsson/grafana-jsonapi -datasource/compare/v0.6.3...v0.6.4 )
19
+ [ Full changelog] ( https://github.com/marcusolsson/grafana-json -datasource/compare/v0.6.3...v0.6.4 )
6
20
7
21
### Bug fixes
8
22
9
23
- Fixes an issue where custom query parameters defined in the data source are flipped.
10
24
11
25
## 0.6.3 (2020-11-27)
12
26
13
- [ Full changelog] ( https://github.com/marcusolsson/grafana-jsonapi -datasource/compare/v0.6.2...v0.6.3 )
27
+ [ Full changelog] ( https://github.com/marcusolsson/grafana-json -datasource/compare/v0.6.2...v0.6.3 )
14
28
15
29
### Enhancements
16
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " marcusolsson-json-datasource" ,
3
- "version" : " 0.6.4 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"description" : " A data source plugin for loading JSON APIs into Grafana." ,
5
5
"scripts" : {
6
6
"build" : " grafana-toolkit plugin:build" ,
You can’t perform that action at this time.
0 commit comments