Ecosyste.ms: OpenCollective

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

github.com/purescript/purescript-validation

Applicative-style validation
https://github.com/purescript/purescript-validation

Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (#39)

* Update the bower dependencies

* Update Node to 14 in CI

* Update the changelog

a3d9ec2176a7a808d70a01fa7e6f16d10e05429a authored almost 3 years ago
Drop deprecated `unV` (#38)

* Drop deprecated things

* Add changelog entry

* Remove warning, error import from Semigro...

f290c15dabd6dc7d4043bc9494e548a5914a3eb6 authored almost 3 years ago
Update to v0.15.0 (#37)

* Update to CI to use 'unstable' purescript

* Update pulp to 16.0.0-0 and psa to 0.8.2

* U...

c7ec9b8fff04770882c59005e63db8db9024d25a authored almost 3 years ago
Prepare v5.0.0 release (#36)

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

* Update the bower repository UR...

2d50284b192e71c9ca6aff87747b0d980c1ca657 authored almost 4 years ago
Update changelog since v4.2.0 (#35)

338cf0b717038beb46ceab84a61ee33d586c0c88 authored about 4 years ago
Generate changelog and add PR template (#34)

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

* Add pull request templat...

9bd5d79f6db4cfbcc08dbcb195fb2c914daa6752 authored about 4 years ago
Link to Applicative Validation chapter in the book (#29)

1400115d4c2b58627e54aa4ba9cd65119e55346b authored about 4 years ago
Rename unV to validation and deprecate it (#33)

94ea28bcf9e86997588698788cc7e677e02b7ac8 authored about 4 years ago
Run CI on push / pull_request to master

4441c72672333efd44f9b46c9985fb268b9015d8 authored about 4 years ago
Merge pull request #30 from purescript/github-actions

Migrate to GitHub Actions

74e0da10ce58af0de1f75de109e9247e447a5ab0 authored about 4 years ago
Migrate to GitHub Actions and update installation instructions.

d448d36d055f10f3ca7bb1f14b745df19ede9635 authored about 4 years ago
Update to v0.14.0-rc3 (#28)

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

* Stop cheating: no longer...

da9e845a9b631a71dcf28f4645dcccb04d15bbdf authored about 4 years ago
Merge pull request #26 from purescript/bump-pulp

Bump pulp version

b99557ce51f4fa8b3dd1deec648a0d0fb53b8e77 authored over 4 years ago
Bump pulp version

fc1a03802c36b7f780bdf1fa06bcf7d19bc88085 authored over 4 years ago
Merge pull request #25 from purescript/update-ci

Update CI

9883b0dab0d3055d52d5b48b2cea5aa84264036f authored almost 5 years ago
Update CI

dc261ab9f436dc4ed01a76b8e1fbabe17b84aec9 authored almost 5 years ago
Merge pull request #17 from jkachmar/feat/add-examples

Add Semigroup Validation Examples

63b253bbfea7257b0700eadaca1c53082e8fcad1 authored over 5 years ago
Adds example builds to CI

839e1df09a87348ee1e3c48657212cb92a9ad22d authored over 5 years ago
Uses newtype derivation

f0e0d1c95dee2ee7220b57c4f8b538c14e7a5e1f authored over 5 years ago
Uses NonEmptyArray and Harry's Map suggestion

0b28436fef4c42d6fbb9101e4f0d3f47a63adbf8 authored over 5 years ago
Removes sub-projects, compiles with latest purs

d91775362d25a062aa824c45950121c1e3812c3b authored over 5 years ago
Adds complete Semigroup validation example

accfdfa900a0d92c7cbe860cd71cafaa196f35f6 authored over 5 years ago
Adds a Semiring validation example.

3b79cf01e85291b5f95cf857eb9776800186d5e6 authored over 5 years ago
Adds README for the Semigroup example

69ffc739954f09c39ea9d202d2f00b60c0862fd3 authored over 5 years ago
Fixes a small typo

f3f3722b3032f96dcce4b7cbbc53743a0683a268 authored over 5 years ago
v4.2.0

bef3f9da737516e69f00d35310334004c29355cb authored about 6 years ago
Merge pull request #22 from purescript/expose-ctors

Expose V constructors, resolves #11

2d05d301bd1079a71e9ecf21593af6eb1e9dfe21 authored about 6 years ago
v4.1.0

d95077279f6f61bc5088035a980dd8b77043f437 authored about 6 years ago
v4.1.0

edaacd383ee06ce3d266644037c099ce7834c250 authored about 6 years ago
Merge pull request #19 from colin-lamed/master

add andThen for validation chaining

18669982ca10778c5b293b48c51a7c8da479f7d9 authored about 6 years ago
Expose V constructors, resolves #11

This is also relevant to #14 because exposing the constructor means that
you can implement the r...

15f292862631f80acf31cc91fd30f22c078c1ae2 authored about 6 years ago
export andThen

39a305a1c86c807fb12e9e0d31255149ec13f8c1 authored over 6 years ago
update documentation for andThen

89e1218c35c54d769252c64ffafb0a4f1ac1de18 authored over 6 years ago
update documentation for

af41d6a4d7e993b3d6beb939dd80561d5639a8d4 authored over 6 years ago
add andThen for validation chaining

a5bd752311671e332ebb7b218ee8b7826691792a authored over 6 years ago
Merge pull request #18 from purescript/compiler/0.12

Updates for 0.12

7437b4440da6586728f70239670f5abfccf55d7c authored over 6 years ago
Update dependencies, license, instances

5224930a3e71d4bac080e305c5016a58fe2b93c3 authored over 6 years ago
Reimplement as a newtype over `Either`

83cf162e929c4cfc2afd87ed164e29203b3a2ddf authored almost 7 years ago
Bump deps for compiler/0.12

836dc54f2873c7d1f4b253bab9ef10c5cdf31151 authored almost 7 years ago
Merge pull request #15 from purescript/f-t

Add Foldable and Traversable instances for V

ce51d5cf72a88084059fb326241b8f00aedcc3c8 authored over 7 years ago
Ignore npm droppings

Fix for Travis auto-publishing to pursuit

a71a7d67e97b0a4e92188dfd3548f075e5db2eb1 authored over 7 years ago
Add Foldable and Traversable instances for V

1c71b30e289d98ae6ed31c796e29dca32e948e8b authored over 7 years ago
Make V Monoid (#12)

* make V Monoid

* import abc ordering

f934666705db70be684e6740310d4ea85b18be94 authored over 7 years ago
Merge pull request #10 from purescript/ps-0.11

Update for PureScript 0.11

f28f0cd671b5fd6596e27cdaf3266c868fc544aa authored almost 8 years ago
Update for PureScript 0.11

421692f086803d30750be40731a757c8f2276661 authored almost 8 years ago
Update README.md

37e8c4660bea8a508c3b3741f60d2ea51255d03e authored about 8 years ago
Merge pull request #8 from purescript/bump

Prepare for 2.0 release

53de92d548028eb1134fd93d63fd5c6f2c122c96 authored over 8 years ago
Add bifunctor instances

7f04afa2319329bbd91ed5e88c8a72c8eda6ea94 authored over 8 years ago
Prepare for 2.0 release

f08ff5879473ac721fab74d5dccdf6643ec403d1 authored over 8 years ago
Update build

dc9d459a791f77ef166e37ce16420a2604320cb1 authored over 8 years ago
Update build for release

a8a1abaf80141231405ddacaba63ebf6af533f56 authored over 8 years ago
Update build

f43ff0fbddc140faa899afb1b86f77bfd6a7848c authored over 8 years ago
Merge pull request #6 from purescript/0.8-updates

Updates for PureScript 0.8

12d5dc7744cbb3b79246e65ad200332040939c4f authored almost 9 years ago
Updates for PureScript 0.8

cf62c860a13a2d61a5a239773b96cd52bb19f619 authored almost 9 years ago
Merge pull request #5 from telser/purescript-0.8-warnings

Fix warnings generated by purescript-0.8.0

bb514d498d0815f2fc43b4834ffe5a111a3b270b authored almost 9 years ago
Fix warnings generated by purescript-0.8.0

829c2584ac96cc2c82575e6ad108c162c6a09af0 authored almost 9 years ago
Update docs

788e6131d8bc53b9317376090e8b32270f58d1c0 authored over 9 years ago
Merge pull request #4 from anttih/fix-unused-warning

Fix unused type variable warning

f4569e60abe3c95c7d376a622834a40cef6f7c21 authored over 9 years ago
Fix unused type variable warning

b9f2ebedc6ec1193456c1996a93669cd64bc2f50 authored over 9 years ago
Update build

f9f45a2706cc029fa4c67155088ef93dff27c72b authored over 9 years ago
Changes for RC

50813ddfdc72bfe44cb75c08cc3c91cc75ac6bf4 authored over 9 years ago
Updates for 0.7

cc98256d2e7c941aa96158a93cf678f4acfd3c96 authored over 9 years ago
Bump deps

aabaaa72a230b3966a82f047c143014db0f5c2eb authored almost 10 years ago
Doc tweaks

c0e73093e191066184547c0e4e48b3e5ecb8b3b2 authored almost 10 years ago
Merge pull request #3 from cryogenian/master

added semiring, moved validation to semigroup module

d56777350dc3df656fbd58df31399f3f97e8b6c8 authored almost 10 years ago
forgot to rename semigroup module

905944105fa04f873bfdba68e51cc4144073c20f authored almost 10 years ago
alternative, docs

551206a2cf4320e0389b041d7fc4e8c4690cdc7e authored almost 10 years ago
added semiring, moved validation to semigroup module

23e73ca354e9d9d0b0108ed1355866d6e42f55af authored almost 10 years ago
Docs

fc2f07f8a60b517de8f06c28c9d0119032fd0a7b authored almost 10 years ago
Update docs

de6f711ecec3bf896f88422fe584335753a7ca11 authored over 10 years ago
Show instance

0b9d7fe7b7cf32922ae82dfb72bad315ddbc7aea authored over 10 years ago
Update docs with prettier docgen

96b13ffb9728ffc13b37374dfca527c6e3d237a5 authored over 10 years ago
Update build

06c805407675505f08d02cc8064f7faf7ddca31f authored almost 11 years ago
Remove test-related stuff (moved to core-tests)

c3a8c449b3f88ab317c92f3c9cab40d62e1cf392 authored almost 11 years ago
Setup grunt, bower, npm

79c54eaeabc8054d849a6f7a51bda72427114d09 authored almost 11 years ago
first commit

fbc2c6e0264ed0a16f43be083fa8d9255d6402a4 authored almost 11 years ago