tmpfs / async-validate

Asynchronous type validation for node and the browser
Other
314 stars 45 forks source link

ANN: Discuss v1 release #55

Closed tmpfs closed 7 years ago

tmpfs commented 8 years ago

The last bug I am aware of was fixed recently in 0.12.3, see #33.

For a list of all the recent breaking changes see #30.

The package should be able to validate any javascript object (asynchronously when necessary) has 100% code coverage and is well documented.

I intend to implement #49 and #54 before a v1 release, however if there are features that anyone believes are essential please let me know here, of course any bug reports are welcome too :)

I will research better i18n/messages support (gettext/jed etc) for a v2.

Thanks.

/cc @MarcosRava @oredi @filipedeschamps

tmpfs commented 8 years ago

Note that 0.13 removes the test against null in the required plugin.

This now allows for the null value to pass the required test and was decided due to the fact that some APIs use the null value to clear/delete a value.

tmpfs commented 7 years ago

Closing as v1.0.0 released.