-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
a-bentofreire
committed
Oct 23, 2024
1 parent
246221f
commit a64b17f
Showing
23 changed files
with
43 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## v1.2.1 - 2024-10-23 | ||
- Fix package.json | ||
|
||
## v1.2.0 - 2024-10-23 | ||
- Improve README | ||
- Add commonjs support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ i0:`Shoes` | Price:`100` | CityTax:`15` | _:`115` | |
```javascript | ||
import './App.css'; | ||
// Without local installation | ||
import { c__, d__ } from 'https://cdn.jsdelivr.net/gh/a-bentofreire/[email protected].0/component/jstracetoix.mjs'; | ||
import { c__, d__ } from 'https://cdn.jsdelivr.net/gh/a-bentofreire/[email protected].1/component/jstracetoix.mjs'; | ||
|
||
// If it's installed locally via "npm install jstracetoix --save-dev" | ||
// import { c__, d__ } from 'jstracetoix/component'; | ||
|
@@ -128,7 +128,7 @@ This example is similar to the React example, but instead the products are colle | |
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Product List</title> | ||
<script src="https://cdn.jsdelivr.net/gh/a-bentofreire/[email protected].0/browser/jstracetoix.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/a-bentofreire/[email protected].1/browser/jstracetoix.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script> | ||
<style> | ||
table { width: 50%; border-collapse: collapse; margin: 20px auto; } | ||
|
@@ -151,7 +151,7 @@ This example is similar to the React example, but instead the products are colle | |
<script> | ||
const tax = (price) => price > 40 ? 0.15 : 0.10; | ||
axios.get('https://cdn.jsdelivr.net/gh/a-bentofreire/[email protected].0/examples/products.json') | ||
axios.get('https://cdn.jsdelivr.net/gh/a-bentofreire/[email protected].1/examples/products.json') | ||
.then(function (response) { | ||
const products = response.data; | ||
const tableBody = document.querySelector('#productTable tbody'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.