All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
1162 days ago

Changelog History
Page 1

  • v3.1.1 Changes

    January 11, 2021

    ๐Ÿ› Bug Fixes

    • โšก๏ธ update dependencies (894de5f)
  • v3.0.0 Changes

    • โฌ†๏ธ Bump dependencies and fix vulnerabilities

    ๐Ÿ’ฅ Breaking changes

    • Require Node.js >= 10
  • v2.2.4 Changes

    • โฌ†๏ธ Bump dependencies and fix vulnerabilities
  • v2.2.3 Changes

    • โฌ†๏ธ Bump dependencies and fix vulnerabilities
  • v2.2.2 Changes

    • ๐Ÿ›  Fix route matching with empty path components
  • v2.2.1 Changes

    • ๐Ÿ›  Fix route matching when filename has no route
  • v2.2.0 Changes

    • ๐Ÿคก Prettify recorded JSON mocks
    • ๐Ÿ›  Fix recorded mock content type in some cases

    ๐Ÿ—„ Deprecation notice

    • ๐Ÿ”„ Change route params prefix from : to @ to fix Windows-naming issue Note: old syntax with : still works, but mocks using this syntax will not be working on Windows filesystem.
  • v2.1.1 Changes

    • ๐Ÿ“š Update documentation regarding collection recording
  • v2.1.0 Changes

    • โž• Add --collection option to allow recording to a mock collection
    • โž• Add --save-query option to save query parameters when recording
    • โž• Add --depth option for mock conversion
    • ๐Ÿ”„ Change shorthand param for --ignore from -g to -i
    • ๐Ÿ›  Fix --ignore param for smoke-conv tool