Releases: dzhibas/SublimePrettyJson
Releases · dzhibas/SublimePrettyJson
1.3.3: Merge pull request #186 from dzhibas/TerminalFi-patch-1
Disable format on save by default
1.3.2: Merge pull request #184 from deathaxe/fix/event-listener
fix PrettyJsonLintListener
1.3.1: Update PrettyJson.py
fixes #173
1.3.0
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
- @rchl made their first contribution in #163
- @rogerluan made their first contribution in #165
Full Changelog: 1.2.3...1.3.0
Fix Arrays, Implement JSON Lines
Merge pull request #141 from dzhibas/st4_json_lines ST4: format json lines
Remove print statements
Update PrettyJson.py Remove print statements
Fix broken format with arrays
1.2.0 fix array commas
Restore default ensure_ascii
fix: Unloaded settings
Fix: NoneType | Failed loading of sublime settings
fix: Unloaded settings
Fix: keep_arrays_single_line issue of splitting on `,` in middle of string
fix: keep_arrays_single_line issue where it splits on `,` in the middle of a string