Skip to content

Commit

Permalink
Enable visible type application on hook functions (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin authored Sep 29, 2023
1 parent 96345e2 commit d8791d2
Show file tree
Hide file tree
Showing 9 changed files with 3,045 additions and 2,623 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.10.1

### Changed

- upgraded to PureScript 0.15.10 (allows visible type applications).
- `useState`, `useEffect`, and `useRef` now allow their type arguments to be visibly applied.

## 0.9.1

### Changed
Expand Down
2,420 changes: 1,376 additions & 1,044 deletions examples/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"license": "MIT",
"dependencies": {
"esbuild": "^0.14.1",
"purescript": "^0.15.7",
"purescript": "^0.15.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"spago": "^0.20.9",
"spago": "^0.21.0",
"stacktrace-parser": "^0.1.10"
}
}
Loading

0 comments on commit d8791d2

Please sign in to comment.