Nock v11.0.0-beta.30 Release Notes

Release Date: 2019-07-28 // almost 5 years ago
  • 11.0.0-beta.30 (2019-07-28)

    🔨 Code Refactoring

    💥 BREAKING CHANGES

    • The only argument passed to the Interceptor.query
      📜 callback now receives the output from querystring.parse instead of
      📜 qs.parse. This means that instead of nested objects the argument will
      be a flat object.