- remove the proto for ie 10 support
- use batch package
- swap to export the right function (@abpai)
- support browserify
- fix format with fns
- fix cast
- relationships should only be compared if we're validating against those keys
- rube plugins are now immutable
- add custom messages and DRY out validation
- support Rube(object).only(str)
- Significant API change
- remove ability to use fn.name with plugins. it doesn't play well with minifiers :-(
- empty string should throw with required
- fix browser build
- update readme and makefile
- added rube.assert(mixed: assertion), rube.message(mixed: msg), and rube.between(mixed: min, mixed: max)
- bump step.js
- less strict
- add browser support
- fix error message
- Initial release