Skip to content

Releases: johannschopplich/nitro-test-utils

v0.9.0

02 Oct 17:02
Compare
Choose a tag to compare

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub

v0.8.2

29 Aug 12:11
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.8.1

29 Aug 12:06
Compare
Choose a tag to compare

   🏎 Performance

    View changes on GitHub

v0.8.0

29 Aug 11:13
Compare
Choose a tag to compare

Migration

The Nitro test utilities have been rewritten to provide flexible Nitro setups per test suite. The global Nitro setup was previously implicit and is now explicit. To upgrade and keep the same testing behavior, add the global option to the Nitro configuration in the vitest.config.ts file:

import { defineConfig } from 'nitro-test-utils/config'

export default defineConfig({
  nitro: {
+    global: true
  }
})

Changes

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.7.0

14 Aug 05:47
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.6.0

09 Jul 08:22
Compare
Choose a tag to compare

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub

v0.5.0

19 Apr 10:06
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.4.4

19 Apr 08:01
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.4.3

14 Apr 19:37
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.4.2

13 Apr 07:08
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub