v4.0.0
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