Skip to content

v4.0.0

Compare
Choose a tag to compare
@heroku-linguist heroku-linguist released this 21 Jan 19:47
· 3 commits to main since this release
c441e81

heroku/procfile

Changed

  • Regex based parser has been removed in favor of a winnow based parser combinator, the format is now more strict. See SPEC.md for more details. (#255)
    • Keys starting with spaces now emit a warning
    • Underscore key characters (_) are now converted to hyphens (-) and emit a warning
    • Uppercase key characters are now converted to lowercase and emit a warning
    • Invalid keys now error, previously they were ignored