Skip to content

Releases: witchcraftjs/nuxt-android

v0.1.0

20 Feb 23:47

Choose a tag to compare

0.1.0 (2026-02-20)

⚠️ BREAKING CHANGES

removed output override (1175cef)

This causes issues if using multiple of my nuxt-[platform] modules as module A
will try to set the regular output when it's not being built, but actually it's
overriding the output directory module B set when it was being built.

To keep following the suggested directory structure now requires one set the
output in the nuxt config manually.

Also fixed the example tree of directories, it was wrong.

v0.0.5

18 Oct 00:30

Choose a tag to compare

0.0.5 (2025-10-18)

v0.0.4

17 Oct 22:54

Choose a tag to compare

0.0.4 (2025-10-17)

v0.0.3

04 Oct 01:54

Choose a tag to compare

0.0.3 (2025-10-04)

v0.0.2

01 Oct 00:48

Choose a tag to compare

0.0.2 (2025-10-01)

🐛 Fixes

temporary workaround for types issue (31421ad)

v0.0.1

13 Sep 21:51

Choose a tag to compare

0.0.1 (2025-09-13)

⭐ New Features

initial commit (d6d79d1)