UNPKG

@tree-house/joi

Version:
59 lines (31 loc) 1.03 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [2.0.0] - 2021-10-02 ### Breaking - Dropped support for Node 10! ### Changed - Updated devDependencies to latest versions ## [1.4.0] - 2021-01-30 ### Changed - Add missing devDependencies - Output Typescript target from `esnext` to `ES2019` - Switched from `build` to `dist` as output folder. This is done internally and shouldn't affect anyone using the package. ## [1.3.0] - 2020-11-28 ## Added - Added `validateJoiSchema` function to validate data against Joi schemas. ## [1.2.2] - 2020-07-26 ## Changed - Use Typescript `3.9.7`. ## [1.2.1] - 2020-07-10 ## Added - Added Typescript `3.9.x` support. ## [1.1.0] - 2020-05-13 ## Added - Added `null` support. ## [1.0.1] - 2020-05-13 ## Changed - Revert tsconfig. ## [1.0.0] - 2020-05-13 Initial version