tgriesser / checkit

simple, flexible validations for node and the browser
MIT License
223 stars 53 forks source link

update deps #55

Closed FredericHeem closed 8 years ago

FredericHeem commented 8 years ago

Finally, checkit is lodash 4.x compatible.

rhys-vdw commented 8 years ago

Why permit lodash v3?

FredericHeem commented 8 years ago

Because an app may still depend on other lib that has lodash 3.x as a dependency.

NinjaBanjo commented 8 years ago

3.0 is officially no longer maintained, I think it's reasonable to explicitly pull in 4.* only

FredericHeem commented 8 years ago

lodash > 4 is now required.

rhys-vdw commented 8 years ago

Awesome. Thanks @federicobond.

federicobond commented 8 years ago

Thanks, but credit should go to @FredericHeem! :wink:

FredericHeem commented 8 years ago

Any plan to release a new version soon ? including lodash 4 and 3 makes my app 10% fatter.