- Dropped support for Node.JS < 6
- Update
[email protected]
- Changed: major update run-it@v3
- Changed: add support for object with extra properties in
error()
functions
- Removed support for formats in
error()
functions
- Added: Lifter#requireFile callback to allow the user to hook into the requiring logic
- Changed: updated
[email protected]
- Changed: the validate plugin does not overwrite the exported value any more
- Added: the validate plugin exposes the parsed schema on '${exportName}-schema'
- Changed: ignore if folder is missing #1
- Changed: bump dependencies
- Added: option to disable recursive scan #3
failHard
option removed. See #4
- Added:
lifted.getRunner()
andaction.getRunner()
- Changed: [email protected]
- Fixed: call success() after errorHandler (if it does not throw)
- Changed: using validate-fields@^2.1.0
- Fixed: set default value back to output in validate plugin with direction: 'output'
- Added: option to validate output in validate plugin