2.0.0: Reorganized project
This update removes the requirement for the plugin to be installed separately. Plugins using the API should now shade it into their plugin (make sure to relocate it to avoid conflicts). Read more under Multi-Gradle project(s)
- Update issue templates
- Multi-Gradle project(s)
- Separated the API and example plugin
- The API can now be implemented into plugins instead of requiring the API to be installed separately. The API should be relocated though to avoid conflicts with other plugins implementing it. This also makes the API version-safe :)
- Fix missing dependencies message
- Change artifact steps/paths
- Fix artifact structure
- Prettier missing dependencies list
- Fix
%command%
placeholder - Add
%command%
toerror.disabled-command
- Remove
version
message - Bump version (2.0.0)
Full Changelog: 1.1.11...2.0.0