Skip to content

Commit 665ad8a

Browse files
committed
0.9.3 release
1 parent 229b792 commit 665ad8a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fixi takes advantage of some modern JavaScript features not used by htmx:
5050
A hard constraint on the project is that the _unminified_, _uncompressed_ size must be less than that of
5151
the minified & compressed version of the (excellent) [preact library](https://bundlephobia.com/package/preact) (currently 4.6Kb).
5252

53-
The current uncompressed size is `3292` bytes, the gzipped size is `1398` bytes and the brotli'd size is `1181` bytes,
53+
The current uncompressed size is `3360` bytes, the gzipped size is `1421` bytes and the brotli'd size is `1206` bytes,
5454
as determined by:
5555

5656
```bash
@@ -84,12 +84,12 @@ The fixi project consists of three files:
8484
fixi is designed to be easily [vendored](https://htmx.org/essays/vendoring/), that is, copied, into your project:
8585

8686
```bash
87-
curl https://raw.githubusercontent.com/bigskysoftware/fixi/refs/tags/0.9.2/fixi.js >> fixi-0.9.2.js
87+
curl https://raw.githubusercontent.com/bigskysoftware/fixi/refs/tags/0.9.2/fixi.js >> fixi-0.9.3.js
8888
```
8989

90-
The SHA256 of v0.9.2 is
90+
The SHA256 of v0.9.3 is
9191

92-
`0957yKwrGW4niRASx0/UxJxBY/xBhYK63vDCnTF7hH4=`
92+
`Qalmv6iqaAnrglOx2AWSoLfJFmXLGtjAIdBgsLc3bgg=`
9393

9494
generated by the following command line script:
9595

@@ -98,14 +98,14 @@ cat fixi.js | openssl sha256 -binary | openssl base64
9898
```
9999
Alternatively can download the source from here:
100100

101-
<https://github.com/bigskysoftware/fixi/archive/refs/tags/0.9.2.zip>
101+
<https://github.com/bigskysoftware/fixi/archive/refs/tags/0.9.3.zip>
102102

103103
You can also use the JSDelivr CDN for local development or testing:
104104

105105
```html
106-
<script src="https://cdn.jsdelivr.net/gh/bigskysoftware/fixi@0.9.2/fixi.js"
106+
<script src="https://cdn.jsdelivr.net/gh/bigskysoftware/fixi@0.9.3/fixi.js"
107107
crossorigin="anonymous"
108-
integrity="sha256-0957yKwrGW4niRASx0/UxJxBY/xBhYK63vDCnTF7hH4="></script>
108+
integrity="sha256-Qalmv6iqaAnrglOx2AWSoLfJFmXLGtjAIdBgsLc3bgg="></script>
109109
```
110110

111111
Finally, fixi is available on NPM as the [`fixi-js`](https://www.npmjs.com/package/fixi-js) package.

0 commit comments

Comments
 (0)