Many thanks to @demarchenac, @Demivan, @david-plugge, @abd2561024 and @ooga for contributing to this release.
- Add possibility to define path of pipeline issue (issue #133)
- Add support for enums as key of
record
andrecordAsync
schema (issue #134) - Add support for default values to
optional
,optionalAsync
,nullable
,nullableAsync
,nullish
andnullishAsync
schema (issue #96, #118) - Add
getDefault
method to get default value of schema (issue #105) - Deprecate
withDefault
method in favor ofoptional
schema