What's Changed
- New cli flags (mostly needed for testing, but can be useful e.g. if using console-log-server in scripts). See details of the flags from README.md.
--silent-start
--mock-date
--indent-response
--sort-fields
- Added automatic compatibility tests with older node versions.
- Support to increase the raw body limit that bodyParser can handle by @jamonkko in #6
--raw-body-limit
- Fix number as body by @jamonkko in #9
Full Changelog: v0.3.0...v0.4.0