Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Desdaemon committed Jul 23, 2023
1 parent 6603910 commit 7c42389
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.1.3

- Rename `config` to `jsxConfig`; imported directly from `typed-htmx`
- When `jsxConfig.trusted` is false (default) and `jsxConfig.sanitize` is
defined, plain text and interpolated values are sanitized
- Slight reduction in performance, dependent on the sanitizer supplied

## 0.1.2

- Fix `Fragment` not accepting non-array children and not sanitizing children
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-htmx",
"version": "0.1.2",
"version": "0.1.3",
"description": "Definitions for htmx attributes in JSX",
"scripts": {
"dist": "tsc -b && tsc -p tsconfig.esm.json",
Expand Down

0 comments on commit 7c42389

Please sign in to comment.