Skip to content

Releases: grafana/grafana-json-datasource

marcusolsson-json-datasource v1.3.10

22 Jan 15:42
Compare
Choose a tag to compare

v1.3.10 - 2023-12-20

marcusolsson-json-datasource v1.3.9

21 Nov 16:20
Compare
Choose a tag to compare

v1.3.9 - 2023-11-21

  • Update configuration page to follow best practices
  • ⚙️ Chore: Remove legacy form styles
  • ⚙️ Chore: Update readme and documentation
  • ⚙️ Chore: Added lint github workflow

marcusolsson-json-datasource v1.3.8

19 Oct 13:20
Compare
Choose a tag to compare

v1.3.8 - 2023-10-19

  • ⚙️ Chore: Update dependencies

marcusolsson-json-datasource v1.3.7

18 Oct 09:22
Compare
Choose a tag to compare

v1.3.7 - 2023-10-18

  • ⚙️ Chore: Migrate to create-plugin
  • ⚙️ Chore: Add feature tracking

marcusolsson-json-datasource v1.3.6

30 May 16:29
Compare
Choose a tag to compare

1.3.6 (2023-05-30)

  • Chore: Docs update

marcusolsson-json-datasource v1.3.3

20 Mar 12:28
Compare
Choose a tag to compare

1.3.3 (2023-03-20)

  • Chore: dependencies update
  • Chore: spellcheck added

marcusolsson-json-datasource v1.3.2

17 Oct 14:48
Compare
Choose a tag to compare

1.3.2 (2022-10-14)

Full changelog

  • Fixed the broken docs and links

Release v1.3.1

24 Jan 12:43
d57c2c0
Compare
Choose a tag to compare

1.3.1 (2022-01-24)

Full changelog

Enhancements

  • Append suffix to param key to uniquify duplicate param keys #232 (thanks @rejohnst!)
  • Added grafana global variables when doing a query using jsonata #223 (thanks @amng!)

Bug fixes

  • Certain strings incorrectly identified as dates #202

Release v1.3.0

03 Sep 17:06
ce945e3
Compare
Choose a tag to compare

1.3.0 (2021-09-03)

Full changelog

Enhancements

  • Add support for JSONata (#114), a query language similar to JSONPath with support for transformations.

Bug fixes

  • Cannot read property 'filter' of undefined (#156)

Release v1.2.1

18 Jun 07:48
ec727e4
Compare
Choose a tag to compare

1.2.1 (2021-06-18)

Full changelog

Enhancements

  • Update dependencies, docs, and metadata