Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions migration-guides/0.15-Ecosystem-Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Breaking changes:
Breaking changes:
- Replaced polymorphic proxies with monomorphic `Proxy` ([#158](https://github.com/purescript/purescript-strings/pull/158) by @JordanMartinez)
- In `slice`, drop bounds checking and `Maybe` return type ([#145](https://github.com/purescript/purescript-strings/pull/145) by Quelklef)
- Make `RegexFlags` a `newtype` and a `Newtype` instance for it([#159](https://github.com/purescript/purescript-strings/pull/159) by @mhmdanas)

Other improvements:
- Surround code with backticks in documentation ([#148](https://github.com/purescript/purescript-strings/pull/148))
Expand Down