FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · purescript/purescript-ordered-collections · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
purescript
/
purescript-ordered-collections
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
38
Code
Issues
11
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Apr 11, 2026
Add set limit to range operation using submap (#75)
tomcumming
authored
92a7c20
View commit details
Copy full SHA for 92a7c20
Browse repository at this point
Commits on Jun 8, 2025
Improve documentation for Map functions with bounds params (#74)
Show description for 45d1e4f
aranchelk
authored
45d1e4f
View commit details
Copy full SHA for 45d1e4f
Browse repository at this point
Commits on Mar 19, 2024
Prep v3.2.0 release
JordanMartinez
committed
b9c8ec7
View commit details
Copy full SHA for b9c8ec7
Browse repository at this point
Commits on Mar 12, 2024
Add any & anyWithKey (#73)
flip111
authored
3907933
View commit details
Copy full SHA for 3907933
Browse repository at this point
Commits on Aug 30, 2023
Prep v3.1.1 release
JordanMartinez
authored
313ec0c
View commit details
Copy full SHA for 313ec0c
Browse repository at this point
Fix difference (#68)
Show description for db50eee
natefaubion
authored
db50eee
View commit details
Copy full SHA for db50eee
Browse repository at this point
Commits on Aug 11, 2023
Prep v3.1.0 release
JordanMartinez
committed
93f3595
View commit details
Copy full SHA for 93f3595
Browse repository at this point
Rewrite internals for performance improvements (#66)
Show description for 85ee3ba
natefaubion
authored
85ee3ba
View commit details
Copy full SHA for 85ee3ba
Browse repository at this point
Commits on Oct 31, 2022
Use a single fold for difference (#64)
Show description for f149d50
JordanMartinez
authored
f149d50
View commit details
Copy full SHA for f149d50
Browse repository at this point
Commits on Apr 27, 2022
Prepare v3.0.0 release (1st PS 0.15.0-compatible release) (#63)
Show description for 9826b76
JordanMartinez
authored
9826b76
View commit details
Copy full SHA for 9826b76
Browse repository at this point
Commits on Apr 22, 2022
Speed up `keys` by using foldrWithIndex (#62)
Show description for 6221be7
JordanMartinez
authored
6221be7
View commit details
Copy full SHA for 6221be7
Browse repository at this point
Change `values` to use `foldr` for improved speed (#61)
Show description for ba5f689
JordanMartinez
authored
ba5f689
View commit details
Copy full SHA for ba5f689
Browse repository at this point
Added more efficient `unionWith`, eliminate transformation `Map` to `List` in `Foldable{WithIndex}` instances. (#60)
Show description for f97253d
xgrommx
authored
f97253d
View commit details
Copy full SHA for f97253d
Browse repository at this point
Commits on Apr 21, 2022
Fix benchmark run configuration (#59)
xgrommx
authored
2a0bffe
View commit details
Copy full SHA for 2a0bffe
Browse repository at this point
Commits on Apr 13, 2022
Replace unsafePartial with unsafeCrashWith (#57)
JordanMartinez
authored
57a5f2a
View commit details
Copy full SHA for 57a5f2a
Browse repository at this point
Commits on Mar 23, 2022
Re-add Semigroup/Monoid Map instances with Warn (#54)
Show description for 75b9bf4
JordanMartinez
authored
75b9bf4
View commit details
Copy full SHA for 75b9bf4
Browse repository at this point
Commits on Mar 15, 2022
Update to v0.15.0 (#53)
Show description for ef2f9ef
JordanMartinez
authored
ef2f9ef
View commit details
Copy full SHA for ef2f9ef
Browse repository at this point
Commits on Mar 2, 2022
Export Data.Map.Internal constructors (#52)
natefaubion
authored
ac380f9
View commit details
Copy full SHA for ac380f9
Browse repository at this point
Commits on Aug 27, 2021
Update changelog for v2.0.2
garyb
committed
1929b70
View commit details
Copy full SHA for 1929b70
Browse repository at this point
Commits on Jun 16, 2021
Add `toggle` for Set (#49)
garyb
authored
0efa4f1
View commit details
Copy full SHA for 0efa4f1
Browse repository at this point
Commits on Apr 21, 2021
v2.0.1
thomashoneyman
committed
f226bdf
View commit details
Copy full SHA for f226bdf
Browse repository at this point
Update changelog for v2.0.1
thomashoneyman
authored
066f816
View commit details
Copy full SHA for 066f816
Browse repository at this point
Fix warnings revealed by v0.14.1 PS release (#48)
Show description for f855acd
JordanMartinez
authored
f855acd
View commit details
Copy full SHA for f855acd
Browse repository at this point
Commits on Feb 26, 2021
Prepare v2.0.0 release (#47)
Show description for e834498
kl0tl
authored
e834498
View commit details
Copy full SHA for e834498
Browse repository at this point
Commits on Feb 3, 2021
Idiomatic Show instances for sets (#46)
Show description for 47ff34f
kl0tl
authored
47ff34f
View commit details
Copy full SHA for 47ff34f
Browse repository at this point
Commits on Jan 26, 2021
Drop left-biased Semigroup/Monoid instances for Map; add SemigroupMap (#38)
Show description for 0b540ea
JordanMartinez
authored
0b540ea
View commit details
Copy full SHA for 0b540ea
Browse repository at this point
Commits on Jan 24, 2021
Update changelog since v1.6.1 (#45)
thomashoneyman
authored
02bf9ce
View commit details
Copy full SHA for 02bf9ce
Browse repository at this point
Commits on Jan 10, 2021
Generate changelog and add PR template (#44)
Show description for dacef78
JordanMartinez
authored
dacef78
View commit details
Copy full SHA for dacef78
Browse repository at this point
Commits on Dec 30, 2020
Remove fold1 from the Foldable1 instance for NonEmptySet (#43)
Show description for 54e5474
kl0tl
authored
54e5474
View commit details
Copy full SHA for 54e5474
Browse repository at this point
Commits on Dec 23, 2020
Add toMap and fromMap to Data.Set (#31)
Show description for d004644
milesfrain
and
np
authored
d004644
View commit details
Copy full SHA for d004644
Browse repository at this point
Convert from NonEmpty Array to NonEmptyArray (#42)
Show description for 4772100
milesfrain
and
thomashoneyman
authored
4772100
View commit details
Copy full SHA for 4772100
Browse repository at this point
Add Apply instance for Map (#16)
Show description for d63c873
rhendric
and
thomashoneyman
authored
d63c873
View commit details
Copy full SHA for d63c873
Browse repository at this point
Commits on Dec 8, 2020
Migrate to GitHub Actions (#37)
Show description for 7232230
thomashoneyman
authored
7232230
View commit details
Copy full SHA for 7232230
Browse repository at this point
Commits on Nov 16, 2020
Update to v0.14.0-rc3 (#35)
Show description for 8eeb3d5
authored
8eeb3d5
View commit details
Copy full SHA for 8eeb3d5
Browse repository at this point
Commits on Nov 14, 2020
Add Map.catMaybes function (#25)
Show description for 3857c6c
drewolson
authored
3857c6c
View commit details
Copy full SHA for 3857c6c
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL