BREAKING:
- Boolean CLI options do not accept a text value anymore (#46). Use the
--no-*prefix for negative values. For example, for a boolean option namedgzip, use--gzip(true) and--no-gzip(false). - Renamed
--dir-fileoption to--index(#53) - Renamed
--dir-listoption to--list(#54) - Removed empty
lib/index.jsentrypoint (#55)
Misc: