Skip to content

Releases: dzhibas/SublimePrettyJson

1.3.3: Merge pull request #186 from dzhibas/TerminalFi-patch-1

10 Aug 12:19
1eb32df
Compare
Choose a tag to compare

1.3.2: Merge pull request #184 from deathaxe/fix/event-listener

07 Aug 22:23
382534a
Compare
Choose a tag to compare

1.3.1: Update PrettyJson.py

16 Oct 03:53
eef27b8
Compare
Choose a tag to compare

1.3.0

22 Jul 13:12
Compare
Choose a tag to compare

Fixes #171
Fixes #169
Fixes #155
Fixes #166
Fixes #167

What's Changed

  • Hide sidebar in JQ window as it serves no purpose by @rchl in #163
  • Update Documentation of The Configuration Options by @rogerluan in #165
  • Fix check for whether jq is installed in the system by @rchl in #162

New Contributors

Full Changelog: 1.2.3...1.3.0

Fix Arrays, Implement JSON Lines

31 Jul 06:01
af5a670
Compare
Choose a tag to compare
Merge pull request #141 from dzhibas/st4_json_lines

ST4: format json lines

Remove print statements

12 Jun 14:36
6516ce7
Compare
Choose a tag to compare
Update PrettyJson.py

Remove print statements

Fix broken format with arrays

12 Jun 14:25
Compare
Choose a tag to compare
1.2.0

fix array commas

Restore default ensure_ascii

26 May 19:32
Compare
Choose a tag to compare
fix:

Unloaded settings

Fix: NoneType | Failed loading of sublime settings

26 May 19:30
Compare
Choose a tag to compare

Fix: keep_arrays_single_line issue of splitting on `,` in middle of string

25 May 23:51
Compare
Choose a tag to compare
fix: keep_arrays_single_line issue where it splits on `,` in the middle

of a string