Skip to content

Commit

Permalink
prep 0.9.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Mar 2, 2023
1 parent 51e68c4 commit c907157
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ OK, let's get started with hyperscript!
Hyperscript is a dependency-free JavaScript library that can be included in a web page without any build step:

~~~ html
<script src="https://unpkg.com/hyperscript.org@0.9.7"></script>
<script src="https://unpkg.com/hyperscript.org@0.9.8"></script>
~~~

After you've done this, you can begin adding hyperscript to elements:
Expand Down
2 changes: 1 addition & 1 deletion www/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
HTML gets the language it deserves, with advanced event handling features and concise DOM manipulation.
_hyperscript has a simple goal: **make websites written in plain-old markup a joy to use.**

Install: `<script src="https://unpkg.com/hyperscript.org@0.9.7"></script>`{.language-html style="line-break:anywhere"}
Install: `<script src="https://unpkg.com/hyperscript.org@0.9.8"></script>`{.language-html style="line-break:anywhere"}

<strong><a class="<button>" style="font-size:1em" href="/docs">Go to the docs</a></strong>

Expand Down
20 changes: 20 additions & 0 deletions www/posts/2023-03-02-hyperscript-0.9.8-is-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: layout.njk
tags: post
title: hyperscript 0.9.8 has been released!
date: 2023-03-02
---

## hyperscript 0.9.8 Release

We are pleased to present the [0.9.8 release](https://unpkg.com/browse/hyperscript.org@0.9.8/) of hyperscript.

### Changes

* Scientific-notation style numbers are now supported (e.g. `1e6`)
* Event-filters can refer to properties directly in the `details` object of events
* The new `mod` operator can be used for modulo
* An embarrassing bug in the `exists` operator was fixed
* Many other smaller bug fixes

Enjoy!

0 comments on commit c907157

Please sign in to comment.