Skip to content

Releases: Rooyca/query-json

0.1.2

23 Jul 07:58
Compare
Choose a tag to compare

Changelogs

  • ref: inline query for arrays (#5)

Full Changelog: 0.1.1...0.1.2

0.1.1

22 Jul 02:38
Compare
Choose a tag to compare

Changelogs

  • fix(?) not getting arrays nor values from arrays. (#5)

Full Changelog: 0.1.0...0.1.1

0.1.0

06 Jul 00:11
Compare
Choose a tag to compare

Changelogs

  • fix some minor bugs

Full Changelog: 0.0.9...0.1.0

0.0.9

27 May 23:05
Compare
Choose a tag to compare
  • Inline queries are rendered as they are written.

Full Changelog: 0.0.8...0.0.9

0.0.8

24 May 00:01
Compare
Choose a tag to compare

Fix and Changes

  • Now it's possible to access data in arrays using numbers (.0)

Features

  • New code-block flag #qj-format to display data in one of the following formats: list, table or img

Full Changelog: 0.0.7...0.0.8

0.0.7

22 May 02:15
Compare
Choose a tag to compare

Features

  • Added #qj-query flag to codeblocks
    • syntax: key.key[val >= 55 && val == val]

Full Changelog: 0.0.6...0.0.7

0.0.6

19 May 22:34
8e076cd
Compare
Choose a tag to compare
  • I'm trying to make the plugin syntax more readable and easy to understand

Full Changelog: 0.0.5...0.0.6

0.0.5

18 May 23:29
Compare
Choose a tag to compare
  • Fix performance by removing unnecessary runs
  • Change query syntax, from @>ID;PATH; to @ID>PATH;

Full Changelog: 0.0.4...0.0.5

0.0.4

18 May 00:51
Compare
Choose a tag to compare
  • Notice now display total of keys and a list of keys.

Full Changelog: 0.0.3...0.0.4

0.0.3

16 May 04:40
Compare
Choose a tag to compare
  • Replaced var for let.
  • remove activeLeaf

Full Changelog: 0.0.1...0.0.3