Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OwensAkpede committed Sep 7, 2023
1 parent 7928940 commit 467a647
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 738 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,18 @@ B:
[Option B](advance/README.B.md) is also recommended, as both patterns are treated as comments by HTML rendering engines.

## Installation
To start using XJSX, simply include the [source file or URL](https://owens94819.github.io/XJSX/release/beta/xjsx.2.1.2.js) in your HTML head:
To start using XJSX, simply include the [source file or
URL](https://owens94819.github.io/XJSX/release/beta/xjsx.2.2.0.js) in your HTML
head:
```xml
<html>
<head>
<script src="xjsx.js"></script>
</head>
</html>
```
***Download XJSX [`here`](https://owens94819.github.io/XJSX/release/beta/xjsx.2.1.2.js)***
***Download XJSX
[`here`](https://owens94819.github.io/XJSX/release/beta/xjsx.2.2.0.js)***

## XJSX Keywords

Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html >
<head>
<script src="release/beta/xjsx.2.1.2.js" type="text/javascript" charset="utf-8"></script>
<script src="release/beta/xjsx.2.5.0.js" type="text/javascript" charset="utf-8"></script>
<script src="modules/if.js" type="text/javascript" charset="utf-8"></script>
<script src="modules/print.js" type="text/javascript" charset="utf-8"></script>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<title>xjsx</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
</style>

<script src="xjsx.2.2.0.js"></script>
<script src="../xjsx.js"></script>

<!-- Modules -->
<script src="fetch.js"></script>
Expand Down
7 changes: 3 additions & 4 deletions modules/xjsx.2.2.0.js → release/beta/xjsx.2.5.0.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/*! XJSX v ?.?.? - 2-09-2023* */
/* XJSX v 2.5.0 - 2-09-2023 */

/***
* updated
* fix property name convention between (_remove & removed) @core.CALLBACK_PROTOTYPE & @core._observer & @core.XJSXNodeList>append...
* for-each eval bug fixed
*
*
*/

(function (window,exec) {
Expand Down
Loading

0 comments on commit 467a647

Please sign in to comment.