Skip to content

Releases: jeffbski/joi-browser

v13.0.1

02 Nov 13:34
Compare
Choose a tag to compare

Update to [email protected]

Upgrade dependencies joi 13.0.1, webpack 2.7.0 and karma-webpack 2.0.5 (thanks @jmgarciaromero)

Include Buffer polyfill

Switch to ChromeHeadless for tests

Thanks to @Marsup for help in debugging this update.

v10.0.5

08 Dec 01:32
Compare
Choose a tag to compare

Update to [email protected]

Joi@10 split the moment date functionality into joi-date-extensions so the bundled browser version of that is joi-date-extensions-browser (however there is still an unresolved issue when bundling joi-browser and joi-date-extensions-browser), so I created an alternative joi-full which is a universal/isomorphic build that includes the date extension and works on Node.js and in the browser using webpack or browserify.

You no longer need moment as a peer dependency unless you use joi-date-extensions-browser or joi-full.