All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- added
stripMetadata()
to strip non-lead, non-appended data fromvars
- fixed
calculateTimeout()
to return minimum of 1 (not 0)
- Added utility function
calculateTimeout()
- Moved
cake(task)
to its own module (leadconduit-cakefile) after all, socoffee-script
et al don't have to be full dependencies
- Add
cake(task)
export to handle build tools (including PDF generation and linting) for integrations
- Initial creation