You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,30 @@ Notable changes to this project are documented in this file. The format is based
5
5
## [Unreleased]
6
6
7
7
Breaking changes (😱!!!):
8
+
- Added support for PureScript 0.14 and dropped support for all previous versions (#77, #79)
8
9
9
10
New features:
10
11
11
12
Bugfixes:
12
13
13
14
Other improvements:
15
+
- Updated documentation to use `Foreign.unsafeToForeign` as `Foreign.toForeign` has been removed (#74)
16
+
- Fixed duplicate variable name in documentation (#78)
17
+
- Edited guide to better match example JS DSL snippet (#72)
18
+
- Changed default branch to `main` from `master`
19
+
- Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#75)
-Bug fix: `param` will now remove `Query` from the internal state once all parameters have been consumed, allowing `end` to be used to disallow further parameters.
23
+
-Bugfix: `param` will now remove `Query` from the internal state once all parameters have been consumed, allowing `end` to be used to disallow further parameters.
0 commit comments