Releases: jeffbski/joi-browser
v13.0.1
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
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.