This repository was archived by the owner on Mar 10, 2025. It is now read-only.
Releases: grails/scaffolding
Releases · grails/scaffolding
v6.0.0-M3
What's Changed
- Don't use custom tag library by @codeconsole in #152
- Update dependency gradle to v8.12.1 by @renovate in #142
- remove unused groovyVersion from gradle.properties by @jamesfredley in #155
Full Changelog: v6.0.0-M1...v6.0.0-M3
6.0.0-M1
What's Changed
- Update to Java 17, Grails 7 and Gradle 8.10.1 by @jamesfredley in #123
- 6.0.x merge by @codeconsole in #125
- 5.1.x by @codeconsole in #128
- 5.1.x by @codeconsole in #130
- update fields/micronaut version by @codeconsole in #131
- chore(deps): update dependency gradle to v8.10.2 by @renovate in #132
- Restore shell scripts by @codeconsole in #134
- Support if annotation is not present by @codeconsole in #135
- 5.1.x build by @codeconsole in #137
- 6.0.x merge oct 11 by @codeconsole in #138
- Update and cleanup build and CI workflows by @matrei in #115
- docs: Update readme by @matrei in #139
- Publish Plugin Update + Groovy 4.0.24 by @jdaugherty in #147
- Generate documentation by @jdaugherty in #148
- Bootstrap 5 templates by @codeconsole in #149
- Updating Scaffolding to M1 by @jdaugherty in #150
New Contributors
- @jamesfredley made their first contribution in #123
- @jdaugherty made their first contribution in #147
Full Changelog: v5.1.2...v6.0.0-M1
5.1.3
What's Changed
- Remove dependency on
grails-dependencies
and narrow dependency scopes by @codeconsole (9b0b9f9, 62e2344) - Update dependency versions by @matrei (#145)
Maintenance
- Switch to
liberica
jvm in Github workflows and add.sdkmanrc
by @codeconsole (fc2b332, a80a21b) - Update and cleanup build and CI workflows by @matrei (#115)
Contributors
@codeconsole and @matrei
Full Changelog: v5.1.2...v5.1.3
5.1.2
What's Changed
- restore generate-* scripts @codeconsole (#136)
- use org.grails.plugins:fields:5.1.0 @jamesfredley
Contributors
5.1.1
What's Changed
- Fix for npe if in non development mode introduced by #39 by @codeconsole in #121
- Skip redundant checks by @codeconsole in #122
- Static compilation fix by @codeconsole in #124
- GormService accepts an id for delete by @codeconsole in #127
- Allow live reload of gsp scaffold templates. by @codeconsole in #129
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
- Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.12 by @renovate in #91
- Update dependency org.grails:grails-gradle-plugin to v6.1.0 by @renovate in #93
- Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.12.1 by @renovate in #96
- Update actions/setup-java action to v4 by @renovate in #94
- Update dependency org.grails:grails-bom to v6.1.0 by @renovate in #92
- Update plugin com.gradle.enterprise to v3.16 by @renovate in #95
- Update dependency org.grails:grails-bom to v6.1.1 by @renovate in #97
- Update dependency org.grails:grails-gradle-plugin to v6.1.1 by @renovate in #98
- Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.13 by @renovate in #104
- Update plugin com.gradle.enterprise to v3.17.1 by @renovate in #99
- Update release-drafter/release-drafter action to v6 by @renovate in #102
- Update gradle/gradle-build-action action to v3 by @renovate in #106
- Update Fields plugin from 3.0.0.RC1 to 5.0.3 by @codeconsole in #110
- fix(deps): Remove unused dependency
org.grails:grails-plugin-testing
by @matrei in #112 - Ignore .DS_Store files on osx by @codeconsole in #117
- @scaffold annotation for Controllers and Services by @codeconsole in #118
New Contributors
- @codeconsole made their first contribution in #110
- @matrei made their first contribution in #112
Full Changelog: v5.0.1...v5.1.0
5.0.1
What's Changed
- Update Java CI Workflow @puneetbehl (#89)
🛠 Dependency upgrades
- Update plugin com.gradle.enterprise to v3.15.1 @renovate (#84)
- Update actions/checkout action to v4 @renovate (#85)
- Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.11.3 @renovate (#86)
- Update dependency org.grails:grails-gradle-plugin to v6.0.0 @renovate (#83)
- Update dependency org.grails:grails-bom to v6.0.0 @renovate (#82)
- Update dependency gradle to v7.6.3 @renovate (#87)
Contributors
@puneetbehl, @renovate and @renovate[bot]
5.0.0
What's Changed
- Use Custom ApplicationCommand instead of custom scripts by @puneetbehl in #65
- Update to Grails 6 RC1 by @puneetbehl in #69
- Update actions/checkout action to v3 by @renovate in #71
- Fixes #18. by @dustindclark in #39
- Update release-notes.yml by @puneetbehl in #72
- Configure Gradle Enterprise by @puneetbehl in #73
- Update actions/setup-java action to v3 by @renovate in #76
- Update plugin com.gradle.enterprise to v3.13.3 - autoclosed by @renovate in #74
- Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.11 by @renovate in #75
- Update plugin com.gradle.enterprise to v3.13.4 by @renovate in #78
New Contributors
- @dustindclark made their first contribution in #39
Full Changelog: v4.1.0...v5.0.0
5.0.0-M1
What's Changed
- Use Custom ApplicationCommand instead of custom scripts by @puneetbehl in #65
- Update to Grails 6 RC1 by @puneetbehl in #69
- Update actions/checkout action to v3 by @renovate in #71
- Fixes #18. by @dustindclark in #39
- Update release-notes.yml by @puneetbehl in #72
- Configure Gradle Enterprise by @puneetbehl in #73
New Contributors
- @dustindclark made their first contribution in #39
Full Changelog: v4.1.0...v5.0.0-M1
4.1.0
What's Changed
🐛 Bug Fixes/Improvements
- Use Bootstrap layout for scaffolding default templates @rainboyan (#60)