Skip to content

Commit

Permalink
nested json strings, open new tab, start collapsed from 1 level
Browse files Browse the repository at this point in the history
  • Loading branch information
dardesantis committed Jun 4, 2017
1 parent e90929d commit da8ebb1
Show file tree
Hide file tree
Showing 20 changed files with 98 additions and 75 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Features
* Counts items and properties in a collection
* Show JSON path of the elements on hover and copy it with the context menu
* Option to start with JSON collapsed
* Recognize nested JSON strings in properties value

A background worker is used to prevent the UI freezing when processing very long JSON pages.

Expand Down
12 changes: 9 additions & 3 deletions extension/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,25 @@
<h1><img src="icons/128.png" alt="djson logo" style="width: 32px; vertical-align: bottom;"> DJSON - ChangeLog</h1>
<h2 style="color: green">We just updated the extension... check out what's new!!!</h2>
<hr>
<h2>v0.4.2 (latest)</h2>
<h2>v0.4.3 (latest) - 05/06/2017</h2>
<ul>
<li>Simplified the view json flow. Now it will always open a new tab</li>
<li>Recognize nested JSON strings in properties value</li>
<li>Start with collapsed JSON will start from the first tree level</li>
</ul>
<h2>v0.4.2 - 02/05/2017</h2>
<ul>
<li>Added option to show always the number of items in collections</li>
<li>Option to start with collapsed JSON now has no downsides</li>
<li>Optimized collapse action</li>
</ul>
<h2>v0.4.1</h2>
<h2>v0.4.1 - 23/04/2017</h2>
<ul>
<li>Context menu enabled by default</li>
<li>More context menu functions (copy key, copy value, open selected json)</li>
<li>Initial support to view selected json using strip slashes</li>
</ul>
<h2>v0.4.0</h2>
<h2>v0.4.0 - 15/04/2017</h2>
<ul>
<li>Options in a new page</li>
<li>Context menu for copy JSON path</li>
Expand Down
2 changes: 1 addition & 1 deletion extension/css/content.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extension/css/content.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions extension/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
font-family: Arial, serif;
font-size: 15px;
font-weight: bold;
padding: 4px 110px;
padding: 4px 123px;
text-decoration: none;
margin-left: 5px;
margin-top: 3px;
Expand Down Expand Up @@ -127,17 +127,6 @@
margin-top: 7px;
}

.newTab {
background: url(/images/new-tab.png) no-repeat center transparent;
width: 24px;
height: 24px;
display: inline-block;
background-size: 24px;
position: relative;
top: 6px;
cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
Expand Down
Binary file removed extension/images/new-tab.png
Binary file not shown.
Binary file removed extension/images/paint.png
Binary file not shown.
Loading

0 comments on commit da8ebb1

Please sign in to comment.