Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@marcbachmann marcbachmann released this 09 Oct 15:32
· 1 commit to master since this release
64d25b3
  • Migrate to modern js #393
    • ♻️ Migrate internal handler to an object
    • ♻️ Migrate to ES2022
    • ♻️ Migrate to Class
    • ♻️ Migrate to async/await
    • 🎁 Migrate handlers and history to a flat array. That way one only needs to check the history array to see all requests. The verbs on the array are still exposed, so there's no downside.
    • 🎁 Add MockResponse types