v0.1.9
github-actions
released this
01 Aug 22:05
·
183 commits
to refs/heads/main
since this release
This is a cumulative changelog of all changes since v0.1.2.
🚀 New features and improvements
- Add
cppLibrary
andcppApplication
software types (#77) @adammurdoch - Add support for Now in Android :lint subproject (#92) @tresat
- Add support for Now in Android :app project to use declarative syntax (#91) @tresat
- Add support for Now in Android :app-nia-catalog project to use declarative syntax (#90) @tresat
🐛 Bug fixes
- Fix documentation's broken URL. (#95) @Jaehwa-Noh
📝 Documentation updates
- First stab at a software features reference page (#110) @ghale
- Remove links to dedicated forum category (#102) @big-guy
- Refresh the Support for Android and the Setup Guide (#99) @oleg-nenashev
- Fix default Markdown nested list indenting (#98) @oleg-nenashev
👻 Maintenance
- Update publishing to automatically perform version changes (#101) @octylFractal
- Update wrapper and rename conventions -> defaults (#111) @ghale
- Update wrapper to latest Gradle nightly (#105) @ghale
- Explicitly add software type model objects to extensions (#103) @ghale
- Upgrade the Gradle wrapper to the latest nightly, requiring conventions to be explicitly enabled in projects (#97) @tresat
✍ Other changes
- Fix typo in JetBrains Toolbox product name (#113) @zsmb13
- Add video embeds (#112) @big-guy
- Reorganize declarative.gradle.org content (#108) @eskatos
- Add runtimeOnly and compileOnly configurations to Android testing (#107) @tresat
- Add runtimeOnly and compileOnly configurations to Kotlin testing (#106) @tresat
- Adds a testing block to jvm software types (#104) @tresat
- Finish merging latest round of support for declarativizing Now in Android (#96) @tresat