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

Document requiredByDefault; closes #99

github.com/longshotlabs/simpl-schema - a78d894b11177c3061485fc44ea4085de26e1357 authored over 7 years ago
Document message box better; closes #110

github.com/longshotlabs/simpl-schema - 5d78b69a97be87d83f088f0259d2a3d852c914de authored over 7 years ago
Merge pull request #101 from unknown4unnamed/master

Add meaningful error messages for each validation error.

github.com/longshotlabs/simpl-schema - 0fcc53350d83ecab4588809c7880ac5d6eab56a8 authored over 7 years ago
Merge pull request #96 from Josh-ES/multiple-schema

Multiple schema issue

github.com/longshotlabs/simpl-schema - 2930063305c8c407c16d300b6ff84f4bb66f4e52 authored over 7 years ago
Merge pull request #93 from lmachens/isInteger-IE11

Add isInteger polyfill for IE11

github.com/longshotlabs/simpl-schema - 2ecb100012a12e08f7f5cdfe1b7e9d9fe334ca7d authored over 7 years ago
Merge pull request #83 from dpankros/master

Duck Typing Checks

github.com/longshotlabs/simpl-schema - c64c21cd62736e0997d0ddfca1e24a22ffe79689 authored over 7 years ago
Switch to _.contains

github.com/longshotlabs/simpl-schema - 0cb1302cb7c8954b41ee265028e8bb296cf95c4b authored over 7 years ago
Merge pull request #76 from janowsiany/issue-27

Public API for getting defaultValue

github.com/longshotlabs/simpl-schema - 3d53a8debe886047f5cc83329937f66fbdbd3e91 authored over 7 years ago
Merge pull request #22 from jasonphillips/hasOwnProperty-fix

fix error on prototype-less objects, include test

github.com/aldeed/meteor-collection2-core - 23b1f2794eab5a670dccbe1c678eb16da1560fbf authored over 7 years ago
Add meaningful error messages for each validation error.

github.com/longshotlabs/simpl-schema - 2de74bd8b490c4f7970a2ce34d7a9876ce50e284 authored over 7 years ago
fix error on prototype-less objects, include test

github.com/aldeed/meteor-collection2-core - b27b2a336e1634ccb84c5169cc0d87c6362f5b4c authored over 7 years ago
Add failing test with multiple SimpleSchema instances

Added a test case where two separate SimpleSchema instances are set up, with separate sets of cu...

github.com/longshotlabs/simpl-schema - ad09311f69a2abcfc423e410fcd89836ec8d342c authored almost 8 years ago
Add .idea directory to .gitignore

Added the .idea/ directory to the .gitignore file so the project can be worked on more easily in...

github.com/longshotlabs/simpl-schema - 55e0db5acd3030e9d76a4fa38cc9d7b457d2c43f authored almost 8 years ago
Fix custom error messages not separate

Fixed the issue where custom error messages passed to the "messageBox.messages" method would set...

github.com/longshotlabs/simpl-schema - 3e709c201e7a34b06a91f9947c9cd6b52fe5d4f7 authored almost 8 years ago
eslint style changes

github.com/longshotlabs/simpl-schema - e21ba21f4bb39ea805b63c6b5c4491218416c3a8 authored almost 8 years ago
Added guard condition and changed variable name

github.com/longshotlabs/simpl-schema - a82e6974bc33f8ebabbcd330a2d150638d619a9e authored almost 8 years ago
Added isSimpleSchema and changed instance checks to refer to SimpleSchema.isSimpleSchema(…)

github.com/longshotlabs/simpl-schema - 5d3c1fc26054b11cca7348341654cc68887fa343 authored almost 8 years ago
Missing sentence end point

github.com/longshotlabs/simpl-schema - 7cf02b0b56f7df8ff650bbb4addacdc100635192 authored almost 8 years ago
Use more generic solution as getter of field properties, update README docs

github.com/longshotlabs/simpl-schema - 37914d4fc3c6fea2ed8efea3594ae0b2689384d2 authored almost 8 years ago
Updates for add-on pkgs

github.com/aldeed/autoform-demo - 63c3e881d732a8e5af8bd1760d3467a77189a072 authored almost 8 years ago
Merge pull request #79 from cfnelson/patch-1

Fix CHANGELOG hyperlink for Meteor migration

github.com/longshotlabs/simpl-schema - 9d5e0ade12e8c962cbb75590add50cb6352e75b5 authored almost 8 years ago
Clarify where "unique" option comes from

github.com/longshotlabs/simpl-schema - d60c7196a6ab802dedaa2e2b5eed707da6131dfd authored almost 8 years ago
Fix CHANGELOG hyperlink for Meteor migration

github.com/longshotlabs/simpl-schema - 05fef119b6a7caafe584583638d25b6f72eea9f8 authored almost 8 years ago
Merge pull request #58 from gauravchl/master

Add missing package 'deep-extend'

github.com/longshotlabs/simpl-schema - b24ec61662f1763f82c5b8d935497b33c2ac98d7 authored almost 8 years ago
Stop striping defaultValue from schema definition and expose field defaultValue with a method, add simple tests

github.com/longshotlabs/simpl-schema - 02e0c89e0af651561742d54fd68ee8999a87e43f authored almost 8 years ago
Add missing package 'deep-extend'

github.com/longshotlabs/simpl-schema - 77cac07dc12c3f211a9a4d786b80fa8c8e1f7aef authored almost 8 years ago
Updates for AutoForm 6 and latest C2/SS

github.com/aldeed/autoform-demo - f055adcd038b174086bca92f8ae82bdee858535b authored almost 8 years ago
Fix Tracker reactivity

github.com/longshotlabs/simpl-schema - d2e812cdb26d2fdd14b76cb9a65f5324c2cc186a authored almost 8 years ago
Do not include keyNotInSchema error for $unset

github.com/longshotlabs/simpl-schema - dc97da68857e91ddd05e747e2e2ebc47c596f015 authored almost 8 years ago
Add additional methods

github.com/longshotlabs/simpl-schema - 31e0b87439e89338a0671431e8aa79cf66a77fa3 authored almost 8 years ago
Switch to escaped doube quotes; fixes #51

github.com/longshotlabs/simpl-schema - 740c76a42e518cc8a6841dda685bc304665e677c authored almost 8 years ago
Merge pull request #52 from intrueder/fix_message_tests

Fix 'SimpleSchema messages minDate / maxDate tests'

github.com/longshotlabs/simpl-schema - c150e3d8553be3e2cdc77d85a2bf1c154708dd18 authored almost 8 years ago
Merge pull request #37 from englishtom/master

Updated documentation for node-message-box

github.com/longshotlabs/simpl-schema - 6d68cb46a5dbf8d95ad3d9d3334961b6e4c05388 authored almost 8 years ago
Merge pull request #42 from DerekTBrown/master

Removing Array.includes references

github.com/longshotlabs/simpl-schema - 66e94d860e101cd0b584b84485bd6d6774f780cb authored almost 8 years ago
Add tests from PR #21

github.com/longshotlabs/simpl-schema - 6ff5f2fa59b3d8de1ed428bc6a43fb18dabbb61a authored almost 8 years ago
Make tests `SimpleSchema messages minDate / maxDate` timezone-independent

github.com/longshotlabs/simpl-schema - 70cf977e78811553003446bb1b937e306b720b79 authored almost 8 years ago
Removing Array.includes references

github.com/longshotlabs/simpl-schema - 836269148c3cb949819b99a63296c0153bb8fba8 authored about 8 years ago
Add better error for missing type

github.com/longshotlabs/simpl-schema - a60a0f9dadae1a0ff26e1cb5659550e3bd7810f5 authored about 8 years ago
Add getAllowedValuesForKey function

github.com/longshotlabs/simpl-schema - 42eed3d2fce1f8327f1683b6c2ed2e9e797b77c8 authored about 8 years ago
Updated documentation for node-message-box

- Changed custom error message example from meteor-simple-schema syntax to node-message-box syntax

github.com/longshotlabs/simpl-schema - af41b94ead303521bf1971b93ebcaf96b9ddf0fb authored about 8 years ago
Add objectKeys test

github.com/longshotlabs/simpl-schema - eacf7f758681bf5f6dac6bfc84dc863c74aaee3c authored about 8 years ago
Fix issues with nested autoValue

Thanks @clayne11

github.com/longshotlabs/simpl-schema - a3afc935dbd0012b2bfd0881e4072e22df4fe77c authored about 8 years ago
Fix requiredness validation for subschemas

Thanks @clayne11

github.com/longshotlabs/simpl-schema - 06a2a044c812a25d585f202d5a291d7695d25543 authored about 8 years ago
Make extend chainable; fixes #24

github.com/longshotlabs/simpl-schema - 357a50a96c651058b6b753a950ec71d7cc3d0bd4 authored about 8 years ago
Merge pull request #23 from clayne11/escape-label

Cannot use HTML escaped characters in labels

github.com/longshotlabs/simpl-schema - e49d56cc2a5ab7af9f59b361982df92d43581bca authored about 8 years ago
Manually merge PR; closes #5

Thanks @yanickrochon

github.com/longshotlabs/simpl-schema - eb9d212999bca4560b4bfe574dcd86e0c5e610fa authored about 8 years ago
Remove babel-polyfill dep

github.com/longshotlabs/simpl-schema - 29c6d9fa60c89bd0e1300eeacebf25f86e57a22b authored about 8 years ago
Mark this package unsupported

github.com/aldeed/meteor-http-extras - 8ef3590d81bcbbe79058da46967c345945698fd9 authored about 8 years ago
Merge pull request #26 from MadMaxedy/master

Fixed: dead link to CHANGELOG in README

github.com/longshotlabs/simpl-schema - 4f53eec44e5c38ee98d12ef9019a7d682fd7dda6 authored about 8 years ago
Add mocha tests and publish 2.0

github.com/aldeed/meteor-collection2-core - 19c81267e079db3ee2729f90bc2f2596ffa0ad2b authored about 8 years ago
Fixed: dead link to CHANGELOG

github.com/longshotlabs/simpl-schema - c0eb116e03cf4ab2b11d17bd8c2554e71a05fda5 authored about 8 years ago
Add a static method to SimpleSchema to modify the default messages

This allows users to override default messages.

github.com/longshotlabs/simpl-schema - 0236dfc01f2f370827bba9d870bbca6c9f447d3f authored over 8 years ago
Cannot use HTML escaped characters in labels

Added failing test to demonstrate this issue.

Issue #22

github.com/longshotlabs/simpl-schema - 36949e38c3b11d7a293b4067fb15b2c8177c5668 authored over 8 years ago
Add EmailWithTLD and add missing reg exp messages

github.com/longshotlabs/simpl-schema - 2b8f902e0d8d84eb923f9cf0cca2124f03f41cf8 authored over 8 years ago
Renamed to validated-method package

github.com/longshotlabs/simpl-schema - fd1c6db7b76e8389d520b4f24cdeed708c9a7885 authored over 8 years ago
Support SimpleSchema 2.0; publish 1.2.0

github.com/aldeed/meteor-collection2-core - 1f4acc68a50a4b62793a327ed34832bd9254998a authored over 8 years ago
Publish a few updates

github.com/longshotlabs/simpl-schema - 4370c01b087bf7c17c4377de755ef001e024ea02 authored over 8 years ago
Copy Readme from Meteor pkg and update it

github.com/longshotlabs/simpl-schema - a2ffec47012f1e66b66eebd62dccbec15cf4b2f5 authored over 8 years ago
Fix autoValues and clone when cleaning

github.com/longshotlabs/simpl-schema - 7ab4eadedf6f56fee514c32cee5d98c345914766 authored over 8 years ago
Ignore settings

github.com/aldeed/autoform-demo - 086c9b367d05ca021c3df3be244a4e4a82d2931f authored almost 9 years ago
Choose correct schema for cleaning in deny

github.com/aldeed/meteor-collection2-core - 4aaf9744330a17f21d7ac6ebe98ca6e3e07f8691 authored almost 9 years ago
Properly replace schemas

github.com/aldeed/meteor-collection2-core - 8bc69b675e9958590d681fdb88c8e6d36a7d2f22 authored almost 9 years ago
Merge pull request #5 from spencern/merge-identical-selector-schemas

Merge identical selector schemas

github.com/aldeed/meteor-collection2-core - 2d2d8bb6992b6a411afb9e0ce584e41a262e31c9 authored almost 9 years ago
support replace flag for selector based schemas

github.com/aldeed/meteor-collection2-core - 55442d4eec3ab4a074eec9ad5977bab858e1e622 authored almost 9 years ago
Check selector equality for any selector

github.com/aldeed/meteor-collection2-core - f076315bebe2d9eca2be569363240ed060e455c7 authored almost 9 years ago
updated to not always create new schema, but rather to verify if one exists

github.com/aldeed/meteor-collection2-core - 33feaedb13a049c3ecf5dab2e74ff05893c21688 authored almost 9 years ago
Print when ready in case --once is used

github.com/aldeed/meteor-mocha-for-1.3 - a4504bdd6fa5a0ef464667298a34e57213e89437 authored almost 9 years ago
Changed to use console reporter by default

github.com/aldeed/meteor-mocha-for-1.3 - 365f3f36c1cfab9b81f6838a4ed776d5a112afc8 authored almost 9 years ago