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

github.com/typelevel/cats-parse

A parsing library for the cats ecosystem
https://github.com/typelevel/cats-parse

Setup codecov (#56)

4db060c6fe2eeef9ae30d9ec2296a0aa6da94bdf authored over 4 years ago
Add githubWorkflowCheck to prePR (#55)

* Add githubWorkflowCheck to prePR

* fixup! Add githubWorkflowCheck to prePR

* fixup! Add gith...

adba187c3513d3f38ba922a8e5dd134c7671dba7 authored over 4 years ago
Add common Functor#as directly (#52)

* Add Functor#as

* Add Applicative#replicateA

* Add review comments

9f404d9050d9eeaa05dbca6f0179fc871c173a17 authored over 4 years ago
Update sbt-mdoc to 2.2.12 (#54)

45261536ceb5f592e52c474cdb67b31a0967bc1c authored over 4 years ago
Update munit, munit-scalacheck to 0.7.17 (#53)

698382fe787e0a4eb1af12098c9d4b47bac78cda authored over 4 years ago
Thank you for contributing to `cats-parse`! (#51)

* Add prePR command alias and PR template

* fixup! Add prePR command alias and PR template

3e9454f882e29ef6b848b4fba473e08e6451337d authored over 4 years ago
Add some ignoreCase methods, rename stringCI to ignoreCase (#50)

7b0770083047a33b8f7e98c3c33cbf91003f8720 authored over 4 years ago
minor refactor in `stringCI1` (#47)

0fb945e2b2d6ac942046404c61dec2a7e2a2a12e authored over 4 years ago
Fix unclear SBT example in documentation (#44)

* Fix typo in documentation

* Make js/non-js sbt distinction clear

d837fcb95cade46f5f8d71e131e23579308074c0 authored over 4 years ago
Add `stringCI` and `stringCI1`, case-insensitive string parsers (#46)

c681b812d032c02dbf383cf38799970c1e0e69ee authored over 4 years ago
Add ability to repeat into different structures (#45)

* Add ability to repeat into different structures

* minor cleanup

* Address Erik's comments

2dbcad5bd5bd6c3bac8b1a1fd11533de8344e4ce authored over 4 years ago
Add failWith for user defined error messages (#42)

* Add failWith for user defined error messages

* add fail/failwith to doesBacktrack

a3bc2bd97deb5f2d74897e2b4c78c49e033411fe authored over 4 years ago
Update sbt-mdoc to 2.2.11 (#41)

133ef877f96f622f97dadcf2d1983091dad58652 authored over 4 years ago
Add initial mdoc support (#30)

* Initial mdoc

* fixup! Initial mdoc

* Add separate step for docs

* fixup! Add separate...

88409efc9d12897f6d20df76e84c739770b5a5c6 authored over 4 years ago
Add a law relating backtrack and orElse (#40)

379868d98bfa6e3e0a2085933953c5df708469e4 authored over 4 years ago
First pass at improving the Scaladoc comments. (#37)

* First pass at improving the Scaladoc comments.

* respond to review comments

* Formatting...

124eb22103d48a0b27de0086e1461f3b43a85d74 authored over 4 years ago
Test some distributivity laws (#38)

b88d23c532ff26294b3c63379b3a56a0fe2a5392 authored over 4 years ago
Update munit, munit-scalacheck to 0.7.16 (#36)

d4eec5ee494d062f4e33d11e61f91be8af202bd8 authored over 4 years ago
remove unused sbt plugins (#35)

2d148c93269451b267e85a78ba4b794ce4f6fca0 authored over 4 years ago
Update sbt-spiewak-sonatype to 0.17.0 (#31)

c570309c1ae3da14ddfcbd16d0f280da081c1b16 authored over 4 years ago
Update sbt to 1.4.2 (#33)

a987660740455bf41daf953b00753815fd5996dd authored over 4 years ago
Update munit, munit-scalacheck to 0.7.15 (#34)

c1f57204c1f026145c535c6c012896171170493e authored over 4 years ago
Update scala 2.12.11 -> 2.12.12 (#28)

* Update scala 2.12

* Update CI

85b48736c8aadf2a4565e71152340c43ce96b42d authored over 4 years ago
Upgrading sbt-github-actions to 0.9.4 to remove deprecations (#27)

* Upgrading sbt-github-actions to 0.9.4 to remove deprecations

* Run githubWorkflowGenerate t...

aa73ef7c34305ee17515c0405ef69dc9e21caab4 authored over 4 years ago
Update scalafmt tasks (#26)

1055360900a8f1407b0c4d89416c0dcbadbf1891 authored over 4 years ago
Update README.md

add link to the docs, note the latest version

ffea241e084eaa4d3793b8d0ecf9c396e1065a15 authored over 4 years ago
Expand the readme (#23)

* Expand the readme

* fix a typo

afb6df9053378c689b8d0629fa9688da7492b11a authored over 4 years ago
Add docs, make APIs more consistent (#22)

17965a446bc97d7680b516a3b1a512b5504ee061 authored over 4 years ago
Optimize repetition and json strings (#21)

* Optimize repetition and json strings

* remove dead code

4486a3467a5f3778e4a01b0e3b6f7f203b70d32f authored over 4 years ago
Adding the Release markdown first draft (#20)

* Adding the Release markdown first draft

* Fixing the formatting of #2

* Bullets for note...

85836cf3bc1caa22f0b914274cb2d6cb929eb5ac authored over 4 years ago
Add Numbers parsers (#13)

* Add Numbers parsers

* remove unneeded code from bench

* respond to Ross's review

84af746c383820a55e325d51337ccf097b855fb0 authored over 4 years ago
Optimize string parsing in our benchmark. (#17)

* Optimize string parsing in our benchmark.

This adds an optimistic optimization: it tries to p...

78130c288b7cef6ab523a89b5ba38b64496849ec authored over 4 years ago
JSON benchmarks (#12)

* JSON benchmarks

* Bench atto, in the sports metaphorical sense

* Fixes from @mpilquist's rev...

2276f066ba1bccff5fb3d3b662c4cc495518ebdd authored over 4 years ago
add release drafter (#16)

a6520d18540da8ee4d0754e49e9cbfb7709c5458 authored over 4 years ago
ci badge links to ci actions

cbad2e8238d181b87a02ca57214e06c42bf3c564 authored over 4 years ago
Merge pull request #14 from typelevel/readme-ci-badge

Add CI badge to readme

103715f8822e59801a094779492c7ff2718b84ce authored over 4 years ago
add ci badge to readme

23a2783a460eaa8fd597240bad2021f870a7d83a authored over 4 years ago
Enable scalafmt, fixes #6 (#11)

* Enable scalafmt, fixes #6

* Update workflow

* Disable format on save, disable alignment

f0ff1d99dd597ab6a7fbf46fd3c5712535a82f1d authored over 4 years ago
Enable sbt-spiewak and sbt-github-actions, cross-build for dotty and 2.13 (#10)

* Enable sbt-spiewak and sbt-github-actions, cross-build for dotty and 2.13

* Fix unused warnin...

61b8b3382a8ef103f18805b9b143d76f5db2cdc4 authored almost 5 years ago
Initial import from bosatsu

4933a5d092c3e63514788dfab592f7d67de558a4 authored almost 5 years ago
Initial commit

ff8c9395c646a50c671a9d02058b43292cacbfbc authored almost 5 years ago