Ecosyste.ms: OpenCollective

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

simple-schema-js

SimpleSchema: A JavaScript schema validation package that supports direct validation of MongoDB update modifier objects
Collective - https://opencollective.com/simple-schema-js - Code: https://github.com/aldeed/simple-schema-js

chore: fix semantic-release tag format

github.com/longshotlabs/simpl-schema - 96ef6f4d5f8063e581d2412e6c024e4bcafabfd6 authored over 4 years ago
chore: fix GH workflow file error

github.com/longshotlabs/simpl-schema - bcc01af02f8e9975a949071e904dfaed29ce7a83 authored over 4 years ago
chore: fix GH workflow publish condition

github.com/longshotlabs/simpl-schema - 964e2cfec673eadb69cc3a9e963882180deeec58 authored over 4 years ago
Merge pull request #377 from aldeed/gh-publish-workflow

chore: add lint-test-publish GH workflow

github.com/longshotlabs/simpl-schema - 59af932dcc00d8dbda15cac556e47eba9770fbfb authored over 4 years ago
chore: install and configure semantic-release

github.com/longshotlabs/simpl-schema - 52b8e35240f5fd1bafa538575ccf0f8938fc4521 authored over 4 years ago
chore: remove CircleCI config

github.com/longshotlabs/simpl-schema - 8cea2196fdcf18b545d26df6941a490a7ebee11c authored over 4 years ago
chore: add lint-test-publish GH workflow

github.com/longshotlabs/simpl-schema - 9d91c5d1d7983a61b9e28edc216dd24287722789 authored over 4 years ago
fix: provide a stricter check for Object expectedType (PR #376)

* provide a stricter check for Object expectedType
* create tests for expected type Object and ...

github.com/longshotlabs/simpl-schema - 2c7043365f4a7fb22c449c5c09c647362bb5c16d authored over 4 years ago
fix: update message-box dependency

to fix IE11 support

github.com/longshotlabs/simpl-schema - 6531e160ade02631ae8f17e25399d9cabddd371c authored over 4 years ago
feat: support sparse arrays (#224)

github.com/longshotlabs/simpl-schema - f180bbd29095dcd79fb32ae2c70c3e85a101c7aa authored almost 5 years ago
test: more test cases

github.com/longshotlabs/simpl-schema - 0114f84bd4b1d592a1aaaf4d05e4bf0e70bb53df authored almost 5 years ago
test: add additional oneOf test for arrays

github.com/longshotlabs/simpl-schema - 8f3d8832709fff801a2d7759060078c9d72d8a90 authored almost 5 years ago
docs: update change log

github.com/longshotlabs/simpl-schema - 8c344c845e3892dffb2da9cfa89575435a258421 authored almost 5 years ago
fix: remove deep-extend dependency

fixes #370

github.com/longshotlabs/simpl-schema - 7f64e19984091dfebbccd0566a9aef0ed4ae46c9 authored almost 5 years ago
feat: added SimpleSchema.regEx.idOfLength for variable length IDs (#369)

github.com/longshotlabs/simpl-schema - db1e49dc825881d738ccfb90461a080fc29158b6 authored almost 5 years ago
fix: rule fn context issues

github.com/longshotlabs/simpl-schema - 87010e6ded56e335b1cabb19549c9c5426e7f02b authored almost 5 years ago
feat: add this context for whole-doc validators

closes #329 by manual merge

github.com/longshotlabs/simpl-schema - ec8f1523f8eded8f8d4d242a19a4a4fc7a5deeac authored almost 5 years ago
feat: add fn context to type check functions

closes #327 by manual merge
resolves #315

github.com/longshotlabs/simpl-schema - 08dd1af2f3b06ecc28dd5dd9b950413fb3359850 authored almost 5 years ago
fix: change blackbox keys from Array to Set

closes #362 with manual merge

github.com/longshotlabs/simpl-schema - 8f6180f3b62ccb9e064aba0581b5172399761187 authored almost 5 years ago
refactor: remove lodash.pick dep

github.com/longshotlabs/simpl-schema - eff4d34718e94b31c8f2f872bd2b8fb1922054cb authored almost 5 years ago
refactor: remove lodash.isobject dep

github.com/longshotlabs/simpl-schema - e93b3dbab5c7b2c9b6ed9b366c6d32b0ae498ef0 authored almost 5 years ago
refactor: remove lodash.isempty dep

github.com/longshotlabs/simpl-schema - 5061d3bc9a7484a14744a1b479a93fa7835522b8 authored almost 5 years ago
refactor: remove lodash.omit dep

github.com/longshotlabs/simpl-schema - fde5f8d57125947ccf901112ee4cc5052c0041f4 authored almost 5 years ago
refactor: remove lodash.uniq dep

github.com/longshotlabs/simpl-schema - 11fc6c34f2c82eeec7b0f782b723fd7fe03f9b2f authored almost 5 years ago
refactor: remove lodash.includes dep

github.com/longshotlabs/simpl-schema - 6aac648bfed6929b4d2e54a2bcb2d49d2fcbb86e authored almost 5 years ago
refactor: update packages and fix code lint

github.com/longshotlabs/simpl-schema - ba6f3300b3a15df585ce2e66f140360c24e3c6d0 authored almost 5 years ago
fix: fix to autovalues

fixes #366

github.com/longshotlabs/simpl-schema - 98d418b572dd73ce81c6ea9c4f01a3f8fa479c5e authored almost 5 years ago
chore: add test script

github.com/longshotlabs/simpl-schema - fcb8e87008ddc4addec0b37394faa8f5724f36d5 authored almost 5 years ago
chore: update test deps

github.com/longshotlabs/simpl-schema - eb028674e4ddb367b518ee8fd3c6c23f1f50f972 authored almost 5 years ago
fix: update dependencies to fix vulnerabilities

github.com/longshotlabs/simpl-schema - 6be040bef632461a8e7165beeb43204eb4714fdd authored almost 5 years ago
chore: update CircleCI image (#365)

* System image updated to use one with latest LTS release of nodejs
* Fixed formatting to follo...

github.com/longshotlabs/simpl-schema - 6ee7e0afe67da7e726ad25b7a378e39d66c93f27 authored almost 5 years ago
Implementing Any type from #169 (#280)

* First pass at implementing Any type

Currently works for all types, but not for values insid...

github.com/longshotlabs/simpl-schema - d8e7ad68c0d7872792e5eb7c7553c94b31332a6f authored almost 5 years ago
Bump acorn from 7.1.0 to 7.1.1 in /package (#364)

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://...

github.com/longshotlabs/simpl-schema - f710b52cb232760b8c4a87dcb840ccf097b64d0a authored almost 5 years ago
Bump lodash from 4.17.11 to 4.17.15 in /tests/meteor-app (#356)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](htt...

github.com/longshotlabs/simpl-schema - e4261003fa4b9dc5aae5bacf27730ffea29f8ce1 authored almost 5 years ago
Bump mixin-deep from 1.3.1 to 1.3.2 in /tests/meteor-app (#355)

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release...

github.com/longshotlabs/simpl-schema - 855c50d09b2b55527339394c26aad6ae60c763e0 authored almost 5 years ago
chore: publish 1.5.7

Signed-off-by: Eric Dobbertin <[email protected]>

github.com/longshotlabs/simpl-schema - fdb72d5db1ee39b9605b3f4688a58a12b119d2e7 authored almost 5 years ago
feat: update npm deps

github.com/longshotlabs/simpl-schema - ef2a65e0ecaadfd411de30fea87463e77ebaa997 authored almost 5 years ago
fix: remove node from babel env target

Use default instead. Fixes #344

github.com/longshotlabs/simpl-schema - f5e0a444563555ef10231a05e66e18cb104fbc6e authored almost 5 years ago
chore: publish 1.5.6

github.com/longshotlabs/simpl-schema - dde05325ec1cb48c648ded13ff1ab6ba27e7f5d1 authored over 5 years ago
fix: export properly for non-Babel Node projects

Signed-off-by: Eric Dobbertin <[email protected]>

github.com/longshotlabs/simpl-schema - 580ceb1dde4bd4878186d3095f15fb02d08b06eb authored over 5 years ago
chore: update to Babel 7

github.com/longshotlabs/simpl-schema - fb1940c48bf18cbf818bb879df7a162548eaa0bb authored almost 6 years ago
test: update test app

github.com/longshotlabs/simpl-schema - 307447790d26a34f8fb66c6877d7a32492edfd7e authored almost 6 years ago
fix: Prevent clean from changing a valid type from a oneOf group (#309)

* Fix issue #294 - Prevent cleaning from changing a valid type from a oneOf group
* Add further...

github.com/longshotlabs/simpl-schema - 94b9ef77e7b96dff7cfaa7c2b218db8adf60d24d authored almost 6 years ago
feat: update packages to resolve vulnerabilities

github.com/longshotlabs/simpl-schema - d901a885c3a126075cad5c93f491cee046e44dd5 authored almost 6 years ago
fix: add $setOnInsert for defaultValue only when isUpsert

Fixes #304. Newer versions of MongoDB stopped
ignoring it for non-upserts

github.com/longshotlabs/simpl-schema - 8348dc8514ba2f68f6f21a462db6ca49ee9caac8 authored almost 6 years ago
chore: update version in lock file

github.com/longshotlabs/simpl-schema - 67cb50e5390806c8dc3a755e18c5e2692cbec310 authored almost 6 years ago
Add docs on how allowedValues works with Arrays (#320)

* Add note about allowedValues and Arrays

* Fix formatting

* Add example

github.com/longshotlabs/simpl-schema - a61ddd707c5a7fca8161da8c600c0630a4910261 authored almost 6 years ago
Fix #307 - Test for empty object when creating schema (#308)

Issue #307 is caused because if you try to import a file with no
exports in ESM, it returns an ...

github.com/longshotlabs/simpl-schema - 4734d9776c5e95a76c055c26f4062b4617a280ce authored almost 6 years ago
autoValue functions sort should preserve fields order on the same depth (#299)

github.com/longshotlabs/simpl-schema - fb857c89c5c9b3afd91fccb11b465d915adf15ad authored almost 6 years ago
returns null when allowedValues key is empty (#306)

github.com/longshotlabs/simpl-schema - f08e971c14a4e011eea8380b4cfb2debd61f1e60 authored almost 6 years ago
chore: update to latest babel-core

github.com/longshotlabs/simpl-schema - d49bb846118f055452988d6c56dd44a07341a266 authored over 6 years ago
feat: update to latest mongo-object package

github.com/longshotlabs/simpl-schema - 0ec26787e671ea55b56548c6ff7f48a1c60cc51c authored over 6 years ago
fix: avoid returning a defaultValue when using the operator $pull (fixes #272)

github.com/longshotlabs/simpl-schema - ee2ce4bc0b56762e7892a6c73d2c2caaeb00e83f authored over 6 years ago
update paths to license and readme in package.json (#266)

update paths to license and readme in package.json - Fixes #263

github.com/longshotlabs/simpl-schema - 3037976ec94a80ff1244bab813a466b3ea79cda1 authored over 6 years ago
refactor: replace for-of with forEach (#259)

Continuation of #246 as precaution so these don't get recompiled in React Native

github.com/longshotlabs/simpl-schema - 54929ab1b12e3fbdb7ffc7a5647df447fd9e5bd7 authored almost 7 years ago
improve EmailWithTLD regular expression

github.com/longshotlabs/simpl-schema - 30c43688a38e49e17959d16e7b07131b502a7d1f authored almost 7 years ago
Allow allowedValues to be ES6 Set (#247)

github.com/longshotlabs/simpl-schema - a71e3bb46700a4c179d6e50c6c0e43c60b8be631 authored almost 7 years ago
use Array.forEach to remove empty objects fixes #244 (#246)

github.com/longshotlabs/simpl-schema - 7b2813debab6e2fbe966f9b7281441531f7bd479 authored almost 7 years ago
Fix broken anchor link (#230)

github.com/longshotlabs/simpl-schema - 8ced11a3f8ef1772165ca2af23421cd2227f6fac authored almost 7 years ago
fix: Throw error when parent key isn't in the schema; closes #229

github.com/longshotlabs/simpl-schema - eedeaeb5e86fd393dc13889c0f4196afb06667a9 authored almost 7 years ago
feat: Throw error if Array item def is missing; close #98

github.com/longshotlabs/simpl-schema - 3e1cacf0cc3a67e04672bcca7f666b62b263e243 authored almost 7 years ago
Deprecate this package

github.com/aldeed/meteor-collection2-core - 63b4b4d60d0d27679ff3789a4d6b933097dca4a3 authored about 7 years ago
Remove underscore dependency (fix #39)

github.com/aldeed/meteor-collection2-core - 6a8c873acc241c2b3d018fba4b50a3343e408927 authored about 7 years ago
Don't override default clean options from schema (fixes #46)

github.com/aldeed/meteor-collection2-core - ebf318368d5ef6a810ad340ee175e563809ccccb authored about 7 years ago
Fix defaultValues when $unsetting deep paths

github.com/longshotlabs/simpl-schema - 82a7a4e09d16fbdfed69137eead6e90fe5821e43 authored about 7 years ago
Fix moved url in documentation (#218)

Forgotten url from simple-schema-js upgrade

github.com/longshotlabs/simpl-schema - c778351dc7a0f8f7bd54ea7a340e37f08a33e103 authored about 7 years ago
Add regEx translation example

github.com/longshotlabs/simpl-schema - 435479557a173b0fcb1e19e7ae2658bae797a3e4 authored about 7 years ago
Bump message-box dep

github.com/longshotlabs/simpl-schema - 0f7853f9d2086bdb09d7fa901a9416b0beff3a5c authored about 7 years ago
Merge pull request #8 from chafey/master

fixed chrome warning: undefined' is not a valid enum value of interfa…

github.com/aldeed/meteor-http-extras - 5e2b090fd0fad444476d7eac63889a2931f1db85 authored about 7 years ago
Fix mutation issue with default obj

github.com/longshotlabs/simpl-schema - 24d427f301f3e8ef31007e0a644947c8cfd8b9e2 authored about 7 years ago
Add this.key when running function props

github.com/longshotlabs/simpl-schema - 3bd3c8eb3159d1413293636235ac603473dd8f51 authored about 7 years ago