Skip to content

v0.1.44

Choose a tag to compare

@IanVS IanVS released this 13 May 01:06
· 21 commits to master since this release
05f5524

🐛 Bugfixes

🏠 Internal

  • #1036 Extract pretender code to its own module for future move to another package by @cah-briangantzler

    This is a step towards decoupling pretender from Mirage, with the goal of Mirage supporting MSW or other mocking layers. There should not be any user-facing changes here, so long as you were not using internal methods like server._getFullPath(). If you were, you may need to change these to server.interceptor._getFullPath().

  • Dependency updates

New Contributors

  • @cah-briangantzler made their first contribution in #1036

Full Changelog: v0.1.43...v0.1.44