Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/purescript/purescript-strings

String utility functions, Char type, regular expressions.
https://github.com/purescript/purescript-strings

Update CHANGELOG.md

Fixup bad changelog entry.

72bb066aaf9f6f8ab049300bdd0ff8e90e21711d authored about 1 year ago by Nathan Faubion <[email protected]>
Better definition for `Data.String.NonEmpty.CodeUnits.fromFoldable1` (#168)

373c44a8f0ac776be836cc2d0f3b6a70a5525b07 authored about 1 year ago by postsolar <[email protected]>
v6.0.1

3d3e2f7197d4f7aacb15e854ee9a645489555fff authored over 2 years ago by Jordan Martinez <[email protected]>
Prep changelog for v6.0.1

82c2c9a6e3bb189902357faa9396f52a5f79fa36 authored over 2 years ago by Jordan Martinez <[email protected]>
Use fixed Char enums version (#163)

* Use fixed Char enums version

* Add changelog entry

abded947c3270cc102172b6e0302bc8f4ad86f22 authored over 2 years ago by JordanMartinez <[email protected]>
Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (#161)

* Update the bower dependencies

* Update Node to 14 in CI

* Update the changelog

4bc6954448d056f8aa7a659695a6ad60ad4fdf19 authored over 2 years ago by JordanMartinez <[email protected]>
Make `RegexFlags` a `newtype` (#159)

b2565978793ecd5ad6a460009ae8d5ea5c3b9c20 authored over 2 years ago by Mohammed Anas <[email protected]>
Fix formatting (#160)

bd172f8bf87d31315a9b4462b0522db2144414c9 authored over 2 years ago by Mohammed Anas <[email protected]>
Relax Data.String.CodeUnits.slice bounds checking and drop Maybe in return type (#145)

* For Data.String.CodeUnits.slice: remove bounds checking and drop `Maybe` in return type

* A...

d9ba5d0590de133d290f3a8ee12296d7bdea635b authored almost 3 years ago by maynard <[email protected]>
Update to v0.15.0 (#158)

* Convert foreign modules to try bundling with esbuild

* Replaced 'export var' with 'export c...

a8e757faa17ff24e6add938ba61a9375c867dd40 authored almost 3 years ago by JordanMartinez <[email protected]>
Use backticks around PS code in docs (#148)

* Use backticks around PS code in docs

* Add change to CHANGELOG.md

36493eee748bc35e2d4ecb09992f3c3eae42f4e8 authored over 3 years ago by Mohammed Anas <[email protected]>
Prepare v5.0.0 release (#144)

* Update CI to build with the latest version of the compiler

* Update the bower repository UR...

157e372a23e4becd594d7e7bff6f372a6f63dd82 authored almost 4 years ago by Cyril <[email protected]>
Update changelog since v4.0.2 (#141)

dd35f96ca15bea479e130fda2a15a5b2d6b2575d authored almost 4 years ago by Thomas Honeyman <[email protected]>
Generate changelog and add PR template (#140)

* Generate CHANGELOG.md file using notes from previous GH releases

* Add pull request template

6e27e114ac2b1672c730ba438826f0dec47ea300 authored almost 4 years ago by JordanMartinez <[email protected]>
update replace' to reflect the existence of optional capturing groups (#126)

* Update CI to use v0.14.0-rc5

* update replace' to reflect the existence of optional capturi...

5815ea91fafa623d99d703335d4645da748faa1b authored about 4 years ago by David Chambers <[email protected]>
Add dotAll regexp flag (#133)

3de404e1b99e07f1b1d648981879a16fcfff370d authored about 4 years ago by fujisawa <[email protected]>
Remove the bounds check from the foreign implementation of lastIndexOf' (#137)

* Remove the bounds check from the foreign implementation of lastIndexOf'

* Update lastIndexO...

7a94736df8575cdcf456c60b1554e652f58bba63 authored about 4 years ago by Cyril <[email protected]>
Run CI on push / pull_request to master

f1082da572c966e5b965e83d1ab1c40f5fe3b9e6 authored about 4 years ago by Thomas Honeyman <[email protected]>
Migrate to GitHub Actions and update installation instructions. (#136)

dcbd6cf859b4d7e432c36e49f3bc1048ef206307 authored about 4 years ago by Thomas Honeyman <[email protected]>
Remove references to `codePointToInt` (#135)

The `codePointToInt` function is no longer available but is still
referenced in a few documenta...

52cae45a69c8b4e6c6061e35e677b8079b389a9c authored about 4 years ago by Emiel van de Laar <[email protected]>
Use coerce instead of unsafeCoerce where appropriate (#130)

* Replace unsafeCoerce with safer alternative where possible

* Remove unused import

* Add ...

e897bb707acf3ae512d1dce12d2d79c585a03f72 authored about 4 years ago by JordanMartinez <[email protected]>
Merge pull request #134 from kl0tl/no-monomorphic-proxies

Replace monomorphic proxies by Type.Proxy.Proxy and polymorphic variables

10a3ddceb4efa6854b83f4fc2016e9deac1e2e5e authored about 4 years ago by Cyril <[email protected]>
Replace monomorphic proxies by Type.Proxy.Proxy and polymorphic variables

848b3309e4325a30cf60e295e4a266806df9a777 authored about 4 years ago by Cyril Sobierajewicz <[email protected]>
Fix line endings and formatting to match project (#132)

176633dc6d540b7ec279d970ead65b2ce2c734aa authored about 4 years ago by toastal <[email protected]>
Update to v0.14.0-rc3 (#129)

* Update TAG to v0.14.0-rc3; dependencies to master; psa to v0.8.0

* Account for `fromRight` ...

cc98047aea84eb2ea18969998cc611e176d8d671 authored about 4 years ago by JordanMartinez <[email protected]>
Merge pull request #125 from purescript/bump-pulp

Bump pulp version

5b0351da2c6155b105dc0303c6c5ee41b4a789bc authored over 4 years ago by Gary Burgess <[email protected]>
Bump pulp version

79981caa15e817f84f8b5a22198ac133b408ba40 authored over 4 years ago by Gary Burgess <[email protected]>
Merge pull request #124 from michaelficarra/GH-123

fixes #123: improve performance of stripPrefix/stripSuffix; add tests

ec6da8faa02112a82286c0ff1c5e8fccd969ca42 authored over 4 years ago by Gary Burgess <[email protected]>
improve performance of stripPrefix/stripSuffix; add tests

8813b42e9b5775daf25124e598f103f090cffe5f authored over 4 years ago by Michael Ficarra <[email protected]>
Remove primes from foreign modules exports (#121)

eefc8b04c16bce4669ffe88f9d5eeb6333bb2382 authored almost 5 years ago by Cyril <[email protected]>
Fix the retrieval of the latest compiler version tag (#122)

See https://discourse.purescript.org/t/new-404-ci-failures-in-core-libraries/1225.

1c7f254639f5f5bfc668bd9b2bdce66d17c5d3e9 authored almost 5 years ago by Cyril <[email protected]>
Fix tests for purs 0.13 (#119)

a455b8cd32aa305e1d5f3cd3500713f51a9b73f5 authored over 5 years ago by Rintcius Blok <[email protected]>
Fix documentation for `singleton` (#115)

aa5b16163b4974f0ad64f223dc6b3f0be8f743a8 authored over 5 years ago by menelaos <[email protected]>
Merge pull request #112 from restaumatic/fix-codePointAt-fallback

Fix out of bounds access in `unsafeCodePointAt0Fallback`

94c843b93142d0edf1c31ec075c40b6984c3dc7b authored about 6 years ago by Gary Burgess <[email protected]>
Merge pull request #113 from abaco/fix-slice

Fix slice when end index == string length

586307ddd79ed40c9d6c2e6eaddee8dae993f4e8 authored about 6 years ago by Gary Burgess <[email protected]>
Fix slice when end index == string length

6a74d00cc42299d2543ed869459503470959cb3c authored about 6 years ago by Dario Aprea <[email protected]>
Fix out-out-bounds access in unsafeCodePointAt0Fallback

`unsafeCodePointAt0Fallback` crashed when passed a string of length 1
due to always accessing in...

45be85e59f5aea683633160f0484c35f114bade3 authored about 6 years ago by Maciej Bielecki <[email protected]>
Run tests without codePointAt to exercise fallbacks

9d4387e685cfd1b285080785df027976ec6e2e2e authored about 6 years ago by Maciej Bielecki <[email protected]>
Merge pull request #111 from bouzuya/fix-doc

Fix splitAt example

a14dc7908ecaeb55b938265f7001fd85135b407a authored over 6 years ago by Gary Burgess <[email protected]>
Fix splitAt example

d94d97efc5b77444fcd0d565577f7d066d453f33 authored over 6 years ago by bouzuya <[email protected]>
Merge pull request #108 from purescript/compiler/0.12

Updates for PureScript 0.12

80dcf7ef362477214bee9082de091331576feb76 authored over 6 years ago by Gary Burgess <[email protected]>
Update dependencies, license, fix esling warning

b1d444667ee494019082cf25f2584e8e2144f962 authored over 6 years ago by Gary Burgess <[email protected]>
mirror .String structure from .NonEmpty

cdfef73597c9f0c4ed8e157d511d40e6e120ca12 authored over 6 years ago by Christoph <[email protected]>
reexport Data.String.CodePoints from Data.String

1fbc4c0cf0fb816870a6841fa83c5cbdcddaaf22 authored over 6 years ago by Christoph <[email protected]>
:facepalm:

6bbabd865a3af6d82ed7e955c232d43c6f41f104 authored over 6 years ago by Christoph <[email protected]>
resurrect toCharCode and fromCharCode

0903ec7efe220bb627beb052301b0545914d3c69 authored over 6 years ago by Christoph <[email protected]>
Remove Char module - toLower/toUpper should return String anyway

765e1df50993e01c6526ab9bfd028df3074ae8c9 authored over 6 years ago by Gary Burgess <[email protected]>
Major re-arrange for CodeUnit/CodePoint split

d723c305bdb20fcbfaf2c2bf16adee958b3df0b6 authored over 6 years ago by Gary Burgess <[email protected]>
WIP

e019df0d24f5d93b64dd9a27e8fa8751d04801e4 authored over 6 years ago by Gary Burgess <[email protected]>
Rename count to countPrefix #81

bc164b95a6d07ae6159230fcf448b9f007f5bb92 authored over 6 years ago by Gary Burgess <[email protected]>
Merge pull request #102 from matthewleon/nonemptyarray

conversions between NonEmptyArray/NonEmptyString

0e6048f2a3b7a18dddf99134f544d8f6796c9a2a authored over 6 years ago by Gary Burgess <[email protected]>
Merge branch 'compiler/0.12' into nonemptyarray

f2e40c0e3958bb33d4607cda0db4fb9e47447c7b authored over 6 years ago by Gary Burgess <[email protected]>
Merge pull request #87 from MonoidMusician/total-splitat

Make splitAt total

62c9fdc87a9516c1ca166c90d3232ca8d47bdf17 authored over 6 years ago by Gary Burgess <[email protected]>
Merge branch 'compiler/0.12' into total-splitat

90996dae123f1efa292901fc0120a7258ce964f0 authored over 6 years ago by Gary Burgess <[email protected]>
Use NonEmptyArray for Regex match

d6c6b58e5b733899233f6dc9e8de1c83eafc719b authored over 6 years ago by Gary Burgess <[email protected]>
Updates for 0.12

00030c2c1f2168f662659f06de559ee0f3648fff authored over 6 years ago by Gary Burgess <[email protected]>
add benchmarks

1f8411dfe6b2e54166ddba9c5179e0ce16efe18d authored almost 7 years ago by Matthew Leon <[email protected]>
conversions between NonEmptyArray/NonEmptyString

addresses https://github.com/purescript/purescript-strings/issues/101

This uses unsafePartial f...

58e66ed83bd65571b9fc0570b2c2da42c72b33b9 authored almost 7 years ago by Matthew Leon <[email protected]>
Merge pull request #104 from themattchan/master

add slice

6fce65769a30ccf0c4ded919fda37324510a7fae authored almost 7 years ago by Gary Burgess <[email protected]>
Merge pull request #97 from matthewleon/more-gens

add more String Gens corresponding to Char Gens

bdf8c1be1a18c07ee3b24e1063dc0383edde6482 authored almost 7 years ago by Gary Burgess <[email protected]>
add more String Gens corresponding to Char Gens

fd5a1394fad5d3da86263a1311158c0408f64494 authored almost 7 years ago by Matthew Leon <[email protected]>
more tests

e2d4b1d920826bc2aaea3594324d548f063c4ad1 authored almost 7 years ago by Matthew Chan <[email protected]>
move bounds checking logic to purescript

1c518db1a70dbc2c43bc9764e6a8947cf41d91aa authored almost 7 years ago by Matthew Chan <[email protected]>
refine condition

31b21bbfcb823885a37312be9469f5728134cdff authored almost 7 years ago by Matthew Chan <[email protected]>
check bounds etc

05305ea62a4da60ce1cd72cafef42904f54df3a1 authored almost 7 years ago by Matthew Chan <[email protected]>
use ===

58492574c3e5678cacc69f8fcd19016da72c6c00 authored almost 7 years ago by Matthew Chan <[email protected]>
wrap in maybe

9112112758f0d9fc3cd31ea0fa1041ea7bd1df4d authored almost 7 years ago by Matthew Chan <[email protected]>
close code block

f152cc5d1a4a2ed36a41a171425cf7dc9aea7fe3 authored almost 7 years ago by Matthew Chan <[email protected]>
fix comment

9a17b2f20eeb749fe803e1ac1ebb30650f77e5f0 authored almost 7 years ago by Matthew Chan <[email protected]>
add slice

e7519dd8be96405a686bbd39be4161141a9ae206 authored almost 7 years ago by Matthew Chan <[email protected]>
Merge pull request #103 from safareli/patch-1

fix takeRight example

b69dff8f7341b355cf36f5ad3849ab1ab8176fb7 authored almost 7 years ago by Gary Burgess <[email protected]>
fix takeRight example

1b32a5c8ccd65a5629a6631313e992f0e573231b authored almost 7 years ago by Irakli Safareli <[email protected]>
Update .gitignore

06e048c1a6026e3fd6dd9aff0a2d26da23cec783 authored almost 7 years ago by Gary Burgess <[email protected]>
Merge pull request #100 from purescript/nonempty

Non-empty strings & various operations

905936506dd8b10dac4321a2d908fa1348259f6c authored almost 7 years ago by Gary Burgess <[email protected]>
Add `unsafeFromString` partial function

48c77566361307641c1f696cb4c0bb4c93a4434b authored almost 7 years ago by Gary Burgess <[email protected]>
Non-empty strings & various operations

2b5cae787fc1c8329f8dc7334a51f0b2f2345a7b authored almost 7 years ago by Gary Burgess <[email protected]>
Add `dropRight` / `takeRight`

29c7d5d3fdf9df583e6bf60f8423123134da367f authored almost 7 years ago by Gary Burgess <[email protected]>
v3.4.0

81cfa1a37bd1937c969d55a0d83d022184c86ea8 authored about 7 years ago by Harry Garrood <[email protected]>
Small fix to Data.String.CodePoints docs (#96)

Remove trailing whitespace, and also fix a small error in an example

68e3156e8e8e223ab9c6b4da663237f29705ef76 authored about 7 years ago by Harry Garrood <[email protected]>
Add examples to docs for Data.String.CodePoints (#94)

3b14477800a409a3e7b4a47e605a0d8a79335c80 authored about 7 years ago by Carsten Csiky <[email protected]>
added function codePointFromChar (#92)

7a2a33c2beed068733cc8ec80840362359b2848e authored about 7 years ago by Carsten Csiky <[email protected]>
Show Instance for CodePoint (#93)

66b7bbc327e5d182e7b529b87f69a72b0c79f6ea authored about 7 years ago by Carsten Csiky <[email protected]>
created examples for `String` functions and refactored existing ones (#90)

b3485f66f800e8023b8e7d55fa1fc681a4b2823e authored about 7 years ago by Carsten Csiky <[email protected]>
Reuse the array returned by match (#89)

Instead of basically making a copy and letting the original go out of scope immediately after.
...

022f93280646eb0fc4c9670ff2b08a8232ceec31 authored about 7 years ago by Stefan Fehrenbach <[email protected]>
Add usage examples to the documentation (#88)

* Add usage examples to the documentation

* Detailed explanation for 'localeCompare', add res...

6558a55162e598719575eb4b23c1675dee0ec272 authored over 7 years ago by David Peter <[email protected]>
Copy the rest of the comment over

51aac608607deb59dd95bd6f91cd41a3c06d30f2 authored over 7 years ago by Nicholas Scheel <[email protected]>
Consistency

268ecdaf8a7fed21275c73ff7b4eb7796a166bd5 authored over 7 years ago by Nicholas Scheel <[email protected]>
Make change for CodePoints too

d69ea5f1a9805bfaca16d9314e4db3fffd1292b7 authored over 7 years ago by Nicholas Scheel <[email protected]>
Update documentation for splitAt

9f5d65b32002262cb98a536552ae4f8b5ffaa12c authored over 7 years ago by Nicholas Scheel <[email protected]>
Make splitAt total

ad0bf437dd8a47db12305e6329eb222e00faf96e authored over 7 years ago by Nicholas Scheel <[email protected]>
Quote strings in Show instances (#86)

43d8699de8106ebb8e0124a32bc4c9e0732191d9 authored over 7 years ago by Phil Ruffwind <[email protected]>
v3.3.0

80238f506581ee1375ffd330c56d8156ebb85c1d authored over 7 years ago by Harry Garrood <[email protected]>
Merge pull request #79 from michaelficarra/codepoints

add codepoint-based string functions as Data.String.CodePoints

d2e3292c2ef3efed95f8555cb57e2c50e3b6cc09 authored over 7 years ago by Harry Garrood <[email protected]>
forgot about a prime

6edb70fd2f7fea69502025cb90882008004e79b1 authored over 7 years ago by Michael Ficarra <[email protected]>
change complexity documentation for drop{,While} and take{,While}

085022e290d1c42f94714723fa39b410eece3157 authored over 7 years ago by Michael Ficarra <[email protected]>
pull functions out of where clauses

82a502f39ba8a8d52c29291da6350dffc3736f0b authored over 7 years ago by Michael Ficarra <[email protected]>
update comments

3a24c8d00b40a61fed564c9a6d0a154b180d8196 authored over 7 years ago by Michael Ficarra <[email protected]>
change JS implementation of count to use string iterator if possible

db3eba31fd1e15994a28a359b31249b30956200f authored over 7 years ago by Michael Ficarra <[email protected]>
prefer let over where

e3cea19e06a7e51fbb6313d217a7d0a3f5c9d7b3 authored over 7 years ago by Michael Ficarra <[email protected]>
remove fallback to Array.from in codePointAt JS implementation for now

4f3d71d72b5415d6ab043efd0e918e0ce17291ab authored over 7 years ago by Michael Ficarra <[email protected]>