- Update packages.
- [BREAKING] Update packages and minimum engine version to Node v12
- [BREAKING]:Coerce to known type (#12) (can be disabled)
- [BREAKING]:
~importno longer throws on missing files; introduced~requirewhich does. - [BREAKING]: Typings now use a generic to describe the return object
- [BREAKING]: Introduced
strictmode which is on by default - Add CLI tool to print the environment variables.
- First major version, woo!
- BREAKING:
composeis now~compose. Built-in "operators" will use the tilde (~) character from now on. - FEATURE: Added
~importoperator, see the README section about importing. (#4)
- [FEATURE]: Added composition
- Initial release