Skip to content

v0.1.39

Choose a tag to compare

@ryanto ryanto released this 20 May 01:29
· 225 commits to master since this release
9de5663

🚀 Enhancements

  • Introduce createServer #467

    Mirage now provides a createServer function as an alternative to new Server. This function was added for type-safe interactions with the server in the context of your config. See #467 for more details.

📝 Docs

  • Update serializer docs

🏠 Internal

  • Dependency updates