Releases: docker-archive/pulpo
Releases · docker-archive/pulpo
1.3.1
- Update transform function used in schema to take in the config object as a second argument
1.3.0
- Added in check to make sure the type provided in a Property definition is valid
- Add new path type
1.2.1
- Remove
husky
npm since it caused some issues when install Pulpo on other projects
1.2.0
- Added document functionality for schemas
- Removed scope from module name
- Fixed typos in README
1.1.2
- Fix faulty regex for config referencing in strings
- Added additional tests for edge cases
1.1.1
- Update lookup functionality to cast and transform a value after evaluating the function or resolving any configuration references
1.1.0
- Added ability to reference other configuration values through JS interpolation syntax
- Added support for functions as configuration values