Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@jamonkko jamonkko released this 30 Oct 21:12

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