Ecosyste.ms: OpenCollective

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

github.com/gulpjs/value-or-function

Normalize a value or function, applying extra args to the function
https://github.com/gulpjs/value-or-function

chore: Normalize repository (#15)

314d3d0c2151846517c89616e690dd50815d81b9 authored almost 2 years ago by Takayuki Sato <[email protected]>
chore: Release 4.0.0 (#14)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

2ec5fdbae61826dd3423c435d24b1caf0f7905a2 authored almost 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: Run prettier

b35f029a672c3d231ae1bd55803943dfba77a4cb authored almost 3 years ago by phated <[email protected]>
fix!: Properly handle function coercer in array of coercers (#12)

feat!: Throw on non-function, non-string coercers
chore: Demonstrate in tests how coercer order...

1cf5dc747383694ee00a354c447c90798eb95c1e authored almost 3 years ago by Takayuki Sato <[email protected]>
chore: Run prettier

2e4071c8547e7e4a8a48f6488dfb748824bfe21c authored almost 3 years ago by phated <[email protected]>
chore!: Normalize repository, dropping node <10.13 support (#13)

92b4ec99ef944c59162fd612c51cd29b72b49c35 authored almost 3 years ago by Takayuki Sato <[email protected]>
Build: Enforce consistent line endings

fdcb172f678dc8fc294c6e997af4e215f7644db6 authored over 7 years ago by Erik Kemperman <[email protected]>
Release: 3.0.0

44e5b5808a46a6e22fee66ad2508d2d1a0e1477c authored over 7 years ago by Blaine Bublitz <[email protected]>
Breaking: Return undefined or null to signal failed validation

4c4ff01e00af1b5c2b3322cb8e3f131b18fc27af authored over 7 years ago by Erik Kemperman <[email protected]>
Breaking: Forward function context to coercers (closes #7) (#9)

953d8cdcc833681bb2d623369277d6e6d418b705 authored over 7 years ago by Erik Kemperman <[email protected]>
Release: 2.0.0

8a25e8a8b2f0b7cb0cc3991e9c4d58823a7cd079 authored over 8 years ago by Blaine Bublitz <[email protected]>
Docs: fix typo, value-of-function => value-or-function (#6)

5cf66ee1d2da91543aee7cb2a4ae3dee19f49911 authored over 8 years ago by Amio • 晋晓炜 <[email protected]>
Breaking: Support lenient input & normalize to strict output (closes #4) (#5)

This also changes the `predicate` function to a `coercer` function with different semantics.

fa24254b55d8f2f1963af11924041fbf9853b302 authored over 8 years ago by Erik Kemperman <[email protected]>
1.2.1

4bf80f2da5dd1fc33f82e1f25c989799e91a77bd authored over 8 years ago by Blaine Bublitz <[email protected]>
Fix: Reject invalid dates (#3)

b3c34023c2f8a43ca79b0cc84e3ef23232a26545 authored over 8 years ago by Erik Kemperman <[email protected]>
Scaffold: Normalize project

f61532b81a6789e21fa57a6a67fe165323e6e1c3 authored over 8 years ago by Blaine Bublitz <[email protected]>
Update: Add .date() test for Number objects

a6e085263dbecaa17eadabd201089171ea77546a authored over 8 years ago by Blaine Bublitz <[email protected]>
Release: 1.2.0

2a51ee6180dbc96dffa50b68e5b638c3f647e71b authored over 8 years ago by Blaine Bublitz <[email protected]>
New: date shorthand (#2)

54caa3083871d5ff8c75125e9e0f5535f0f4808f authored over 8 years ago by Hugo Wood <[email protected]>
Release: 1.1.0

444b78ee7b3d4dad46ce62fe85a756e9d006663a authored over 8 years ago by Blaine Bublitz <[email protected]>
Update: Accept predicate function or array of types as type parameter (#1)

* make npm run cover compatible with Windows

* accept function or array as type

* improve ...

75c41b5fcc49ee0462c38a9e896ee3f2b50f0b58 authored over 8 years ago by Hugo Wood <[email protected]>
Fix: Ensure final result conforms to predicate

b508685c8741461e9d4209fc90275f08a93e97b7 authored over 8 years ago by Blaine Bublitz <[email protected]>
Release: 1.0.0

b558b61c5cf924ee0b0d924f4fad02597517b6ad authored over 8 years ago by Blaine Bublitz <[email protected]>
Docs: Improve docs, mention function result checking

6f6c59ba83084c04e569988acdabc95e15db1ee9 authored over 8 years ago by Blaine Bublitz <[email protected]>
Fix: Ensure function result is valid type

d1a57c5d20d843bb08a8120ab0981c3b8fcf5bb4 authored over 8 years ago by Blaine Bublitz <[email protected]>
Docs: Initial documentation

a05ed76551e61e9c54ad6aaa28e3bf0fe7d7a20d authored over 8 years ago by Blaine Bublitz <[email protected]>
Update: Avoid multiple comparisons

2a4d8f27d17b6e15e625e1b100519288e0ab4e04 authored over 8 years ago by Blaine Bublitz <[email protected]>
New: First implementation

a1bcd1b002b719b29991bcace1719de890e83fa5 authored over 8 years ago by Blaine Bublitz <[email protected]>
Scaffold: Repository creation

7523abf7751c6db8503ee5023ad376785f0e3863 authored over 8 years ago by Blaine Bublitz <[email protected]>
Update: Add tests

8a19a60894c622a85a0293786610c39a14b5240c authored over 8 years ago by Blaine Bublitz <[email protected]>