This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed
Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,11 @@ This plugin requires node 6.10.0
209209
210210### Changelog
211211
212- dev
213- - added tag-keys + tag-values api
214- - added adHocFilters parameter to query body
212+ 1.4.0
213+
214+ - Support for adhoc filters:
215+ - added tag-keys + tag-values api
216+ - added adHocFilters parameter to query body
215217
2162181.3.5
217219- Fix for dropdowns in query editor to allow writing template variables (broke due to change in Grafana).
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ information.
2525
2626### Example backend implementations
2727- https://github.com/bergquist/fake-simple-json-datasource
28+ - https://github.com/smcquay/jsonds
2829
2930### Query API
3031
@@ -208,9 +209,11 @@ This plugin requires node 6.10.0
208209
209210### Changelog
210211
211- dev
212- - added tag-keys + tag-values api
213- - added adHocFilters parameter to query body
212+ 1.4.0
213+
214+ - Support for adhoc filters:
215+ - added tag-keys + tag-values api
216+ - added adHocFilters parameter to query body
214217
2152181.3.5
216219- Fix for dropdowns in query editor to allow writing template variables (broke due to change in Grafana).
Original file line number Diff line number Diff line change 2424 {"name" : " GitHub" , "url" : " https://github.com/grafana/simple-json-datasource" },
2525 {"name" : " MIT License" , "url" : " https://github.com/grafana/simple-json-datasource/blob/master/LICENSE" }
2626 ],
27- "version" : " 1.3.5 " ,
28- "updated" : " 2017-09-21 "
27+ "version" : " 1.4.0 " ,
28+ "updated" : " 2018-06-20 "
2929 },
3030
3131 "dependencies" : {
Original file line number Diff line number Diff line change 2424 {"name" : " GitHub" , "url" : " https://github.com/grafana/simple-json-datasource" },
2525 {"name" : " MIT License" , "url" : " https://github.com/grafana/simple-json-datasource/blob/master/LICENSE" }
2626 ],
27- "version" : " 1.3.5 " ,
28- "updated" : " 2017-09-21 "
27+ "version" : " 1.4.0 " ,
28+ "updated" : " 2018-06-20 "
2929 },
3030
3131 "dependencies" : {
You can’t perform that action at this time.
0 commit comments