Skip to content

Commit

Permalink
v0.3.37
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 5, 2023
1 parent 05edf91 commit c7e8baa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

[Squint](https://github.com/squint-cljs/squint): ClojureScript syntax to JavaScript compiler

## 0.3.37 (2023-11-05)

- [#357](https://github.com/squint-cljs/squint/issues/357): fix version in help text
- Fix iterating over objects
- Add `clojure.string`'s `triml`, `trimr`, `replace`
- Fix `examples/vite-react` by adding `public/index.html`
- Add `find`, `bounded-count`, `boolean?`, `merge-with`, `meta`, `with-meta`, `int?`, `ex-message`, `ex-cause`, `ex-info`
- Fix munging of reserved symbols in function arguments

## 0.3.36 (2023-10-31)

- [#350](https://github.com/squint-cljs/squint/issues/350): `js*` should default to `:context :expr`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "squint-cljs",
"type": "module",
"sideEffects": false,
"version": "0.3.36",
"version": "0.3.37",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit c7e8baa

Please sign in to comment.