Skip to content

Commit

Permalink
v0.4.83
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 16, 2023
1 parent 368cfc2 commit 529c4a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

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

## v0.4.82 (2-23-12-14)
## v0.4.83 (2023-12-16)

- Better support for pragmas and JSDoc via `js*` + `//` and `/* */`
- Add `rem`, `nnext`, `str/end-with?`, `str/index-of` and `str/last-index-of`
- Fix alias with hypen in REPL mode

## v0.4.82 (2023-12-14)

- Keep top level strings and comments (via `js*`) before imports (for JSDoc, Next.js `"use client"`, etc)

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.4.82",
"version": "0.4.83",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit 529c4a3

Please sign in to comment.