Skip to content

Releases: jimschubert/docker-parser

Initial Release

Choose a tag to compare

@jimschubert jimschubert released this 30 Mar 17:12

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

v1.0.0 Pre-release
Pre-release

Choose a tag to compare

@jimschubert jimschubert released this 30 Mar 17:02

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