v1.143.0
cloudposse-releaser
released this
09 Jan 21:23
·
29 commits
to refs/heads/main
since this release
Support Relative Path Imports @milldr (#891)
what
- Add support for relative paths in imports, when the path starts with
./
or../
- Support all path types:
import:
- ./relative_path
- ../relative_path
or
import:
- path: ./relative_path
- path: ../relative_path
why
- Allow less path duplication and support simpler code