Releases: jimschubert/docker-parser
Releases · jimschubert/docker-parser
Release list
Initial Release
This is the initial release of docker-parser.
This attempts to retain as much whitespace as possible in the parsed result.
Comments and directives are treated as instructions.
Limitations:
- The escape directive is supported for EOL line escapes only.
- Heredocs lose indent on the first line of the heredoc.
- Multi-line RUN instructions are collapsed to a single line.
- Comments in multi-line RUN instructions are converted to preceding comments in the parsed result.
Full Changelog: https://github.com/jimschubert/docker-parser/commits/v1.0.3
v1.0.0
This is the initial release of docker-parser.
This attempts to retain as much whitespace as possible in the parsed result.
Comments and directives are treated as instructions.
Limitations:
- The escape directive is supported for EOL line escapes only.
- Heredocs lose indent on the first line of the heredoc.
- Multi-line RUN instructions are collapsed to a single line.
- Comments in multi-line RUN instructions are converted to preceding comments in the parsed result.
Full Changelog: https://github.com/jimschubert/docker-parser/commits/v1.0.0