Skip to content

Releases: nicole-ashley/json-formatter

0.11.0

04 Feb 03:05
Compare
Choose a tag to compare

Fix for broken styles on some sites like GitHub.

0.10.0

08 May 11:56
64eae22
Compare
Choose a tag to compare

Switched to a tokenizer rather than using the browser engine to parse JSON. Fixes callumlocke#103, callumlocke#98, callumlocke#96, callumlocke#77, and callumlocke#70.

0.9.1

05 May 04:01
74a209c
Compare
Choose a tag to compare

Fixed doubled line numbers on empty objects and arrays

0.9.0

02 May 11:03
72d9484
Compare
Choose a tag to compare

New features:

  • Added line numbers

Fixes/changes:

  • Fixed incorrect name for Kuroir theme. If you had this theme selected it will reset to Dawn until you change it.
  • Fixed incorrect name for Tomorrow Night Bright theme. If you had this theme selected it will still work.
  • Removed stray console.log on page load.
  • Tweaks around CSS tooling.

0.8.3

27 Apr 08:17
4bb4fd5
Compare
Choose a tag to compare

New features:

  • JSON Formatter now works on plain text documents that have incorrect mime types

Fixes:

  • Fixed keyboard shortcuts not working
  • Fixed content displaying before theme was applied

0.8.2

22 Apr 03:56
6a1bc8c
Compare
Choose a tag to compare

Workaround for Chrome queuing transitions bug.

0.8.1

21 Apr 07:37
95188a7
Compare
Choose a tag to compare

Improved transitions between themes.

0.8.0

21 Apr 05:19
f9dbce0
Compare
Choose a tag to compare

Added a slew of new themes.

0.7.0

20 Apr 12:01
20ccc95
Compare
Choose a tag to compare

Added light/dark theme toggle.

0.6.1

20 Apr 02:17
c785633
Compare
Choose a tag to compare

Added Edge compatibility