Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Bugfixes:

Other improvements:
- Use more efficient implementation for `mapWithIndex` (#233 by @JordanMartinez)
- Updates non-`ST` FFI to use uncurried functions via `Fn` types (#235 by @JordanMartinez)

## [v7.1.0](https://github.com/purescript/purescript-arrays/releases/tag/v7.1.0) - 2022-08-06

Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"purescript-bifunctors": "^6.0.0",
"purescript-control": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-functions": "^6.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not considering this a relevant dependency change because this was already brought in transitively (but good we now have it listed)

"purescript-maybe": "^6.0.0",
"purescript-nonempty": "^7.0.0",
"purescript-partial": "^4.0.0",
Expand All @@ -35,4 +36,4 @@
"purescript-const": "^6.0.0",
"purescript-minibench": "^4.0.0"
}
}
}
Loading