-
0.5.0 protecteddcee914f · ·
modulePreload and dependency upgrades ### Vite - Support build.modulePreload (!78, thanks @becmer!) ### Dependencies - Kotlin 2.0.20 - Gradle 8.10.2
-
0.4.0 protected822f813d · ·
Kotlin 2.0.0 support ### Samples - Removed the TailwindCSS sample (a99e97f5) ### Dependencies - Kotlin 2.0.0 (8b17d5c4)
-
0.3.10 protected5cbdc638 · ·
Kotlin 2.0.0-RC1 support ### Dependencies - Kotlin 2.0.0-RC1 (66672126, !62) ### Examples - Bump dependencies (#52, !63)
-
0.3.9 protected208b46bd · ·
Publication fixes ### Build and deployment - Fix publishing bug (#44, !54) ### Dependencies - Kotlin 1.9.22
-
0.3.8 protected96e4ddef · ·
Dependency upgrades ### Dependencies - Vite 5.0.0 - Rollup CommonJS 25.0.7 ### Build and deployment - Fix publication (#41, !47)
-
0.3.6 protected39d22296 · ·
Fix MavenCentral publishing ### Base - Removed the resource declaration syntax. Resources will be handled by their own plugin (#20, !42) ### Build and deployment - Fix invalid coordinates when publishing to MavenCentral (!43) ### Dependencies - Kotlin 1.9.21 - OpenSavvy Gradle Conventions 0.3.2
-
0.3.5 protected85a1e6da · ·
Dependency updates ### Dependencies - OpenSavvy Gradle Conventions 0.3.2 (!39, !40) - Kotlin 1.9.21 (!40) ### Build and deployment - The documentation will now be published to MavenCentral (!40)
-
0.3.4 protected731424fa · ·
Java 11 support ### Build and deployment - Java 11 support (#36, !37) ### Documentation - Fixed broken links in the README (!36)
-
0.3.3 protectedc90b249e · ·
Extended compatibility, project restructuration ### Documentation - Example usage for all plugins (#29, !32) - Fixed links after the project was moved to OpenSavvy/Automation (#35, !34) ### Build and deployment - Java 8 support (#32, !33) - Windows support (#31, !31)
-
0.3.2 protected22218f07 · ·
Change the default base path for easier CI configuration
-
0.3.0 protectedfb8f811d · ·
Performance improvements and Base separation ### Vite for Kotlin - Compatibility with Configuration On Demand (#26, !25) - Compatibility with Configuration Cache (#26, !25) - Compatibility with Build Cache (#26, #27, !25, !27) ### Base - Create the Base module which creates the tasks but configures nothing, to allow custom builds (#25, !28)
-
0.2.2 protected6d3c9834 · ·
Various bug fixes and documentation improvements ### Vite - Fixed :viteBuild which crashed because Vite wasn't installed (505ba9b7, !23) - Fixed :viteBuild not compiling the project (2b44fef8, !23) - Improved Gradle Configuration Cache compatibility (#24, !23) ### Documentation - Link to the Gradle documentation (64d7ebc0, !21) - Document how to use the plugin (#23, !21) ### Dependencies - Gradle 8.4 (!22)
-
0.2.1 protectede3242373 · ·
Fix Central publication ### Vite - Remove dead code (b93042d5) ### Build & deployment - Add the necessary metadata for Central (#21, !18)
-
0.2.0 protected32452cbe · ·
Multi-project support, local resource dependencies ### Vite - Fix an incompatibility with multi-project builds (#19, 1965e887) ### Examples - Created a multi-project example which imports resources from another project (#19, !15, !17) - Created a TailwindCSS example (#18, !19)
-
0.1.0 protectedd2422563 · ·
Initial version ### Vite - Development execution with 'viteRun' - Production build with 'viteBuild' - Auto-reload with 'viteCompileDev --continuous'