leepowelldev / mongoose-validator

Validators for mongoose models utilising validator.js
MIT License
378 stars 43 forks source link

Question: node-validator version #7

Closed Botono closed 11 years ago

Botono commented 11 years ago

node-validator is up to version 1.1. Will this project update its dependency to take advantage of new features?

leepowelldev commented 11 years ago

I will investigate. Were there any features in-particular you were interested in?

Botono commented 11 years ago

Nothing in particular. I just love this package and I want to make sure I can use it to its fullest potential. Thanks so much for publishing it!

Also, what license are you considering releasing this under?

leepowelldev commented 11 years ago

Now working on implementing a suite of tests against 1.1 - At first pass it looks like there shouldn't be any changes required. I'll be adding this under a MIT license.

jbmusso commented 11 years ago

node-validator is currently up to version 1.2.1 -- any help required on implementing these tests? Will gladly help if I can.

codepunkt commented 11 years ago

Same here - whats the status?

I need the new version because the isEmail regex in the currently used version rejects email addresses like "username+suffix@googlemail.com" which is kind of a big deal for me.

leepowelldev commented 11 years ago

Sorry for the delay, the new version is ready to be released - there's no changes, it's just updated to the latest node-validator and has some tests in there. But everything still seems to work ok.

I'll get the new version pushed over the weekend.

leepowelldev commented 11 years ago

Latest version published to NPM. Please let me know if you have any issues.