Skip to content

Commit

Permalink
Merge pull request #11 from williamtroup/1.8.0
Browse files Browse the repository at this point in the history
1.8.0
  • Loading branch information
william-troup committed Sep 4, 2024
2 parents 3fd071c + 1542d4d commit f5b2154
Show file tree
Hide file tree
Showing 30 changed files with 990 additions and 869 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Peek.js

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Peek.js%2C%20a%20free%20JavaScript%json%20converter&url=https://github.com/williamtroup/Peek.js&hashtags=javascript,element,property,viewer)
[![npm](https://img.shields.io/badge/npmjs-v1.7.0-blue)](https://www.npmjs.com/package/jpeek.js)
[![nuget](https://img.shields.io/badge/nuget-v1.7.0-purple)](https://www.nuget.org/packages/Peek.js/)
[![npm](https://img.shields.io/badge/npmjs-v1.8.0-blue)](https://www.npmjs.com/package/jpeek.js)
[![nuget](https://img.shields.io/badge/nuget-v1.8.0-purple)](https://www.nuget.org/packages/Peek.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Peek.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Peek.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
</h1>

> <p align="center">🐛 A lightweight JavaScript library that attaches a viewer to a specific node type, allowing you to view the CSS properties, attributes, and size/position.</p>
> <p align="center">v1.7.0</p>
> <p align="center">v1.8.0</p>
<br />
![Peek.js - CSS Mode](docs/images/css-mode.png)
Expand Down Expand Up @@ -64,8 +64,8 @@ npm install jpeek.js
You can also use the following CDN links:

```markdown
https://cdn.jsdelivr.net/gh/williamtroup/Peek.js@1.7.0/dist/peek.min.js
https://cdn.jsdelivr.net/gh/williamtroup/Peek.js@1.7.0/dist/peek.js.min.css
https://cdn.jsdelivr.net/gh/williamtroup/Peek.js@1.8.0/dist/peek.min.js
https://cdn.jsdelivr.net/gh/williamtroup/Peek.js@1.8.0/dist/peek.js.min.css
```
<br>
<br>
Expand Down Expand Up @@ -106,7 +106,7 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
</script>
```

To see a list of all the available binding options you can use, click [here](docs/options/OPTIONS.md).
To see a list of all the available binding options you can use, click [here](docs/options/START_OPTIONS.md).

<br>

Expand Down
12 changes: 6 additions & 6 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Peek.js v1.7.0
# Peek.js v1.8.0

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Peek.js%2C%20a%20free%20JavaScript%json%20converter&url=https://github.com/williamtroup/Peek.js&hashtags=javascript,element,property,viewer)
[![npm](https://img.shields.io/badge/npmjs-v1.7.0-blue)](https://www.npmjs.com/package/jpeek.js)
[![nuget](https://img.shields.io/badge/nuget-v1.7.0-purple)](https://www.nuget.org/packages/Peek.js/)
[![npm](https://img.shields.io/badge/npmjs-v1.8.0-blue)](https://www.npmjs.com/package/jpeek.js)
[![nuget](https://img.shields.io/badge/nuget-v1.8.0-purple)](https://www.nuget.org/packages/Peek.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Peek.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Peek.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
Expand Down Expand Up @@ -47,8 +47,8 @@ npm install jpeek.js
You can also use the following CDN links:

```markdown
https://cdn.jsdelivr.net/gh/williamtroup/Peek.js@1.7.0/dist/peek.min.js
https://cdn.jsdelivr.net/gh/williamtroup/Peek.js@1.7.0/dist/peek.js.min.css
https://cdn.jsdelivr.net/gh/williamtroup/Peek.js@1.8.0/dist/peek.min.js
https://cdn.jsdelivr.net/gh/williamtroup/Peek.js@1.8.0/dist/peek.js.min.css
```


Expand Down Expand Up @@ -81,7 +81,7 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
</script>
```

To see a list of all the available binding options you can use, click [here](docs/options/OPTIONS.md).
To see a list of all the available binding options you can use, click [here](docs/options/START_OPTIONS.md).

### 4. Finishing Up:

Expand Down
Loading

0 comments on commit f5b2154

Please sign in to comment.