Skip to content

Commit e5dc4c6

Browse files
committed
Update docs: add release notes
1 parent d5c5805 commit e5dc4c6

File tree

3 files changed

+395
-1
lines changed

3 files changed

+395
-1
lines changed

docs/src/docs/guide/releases.adoc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[[releases]]
2+
== Release History
3+
4+
To make it easier for users to use and upgrade, Plugin adopts a version policy consistent with the https://github.com/graceframework/grace-framework[Grace Framework].
5+
6+
7+
[cols="1,1"]
8+
|===
9+
| Plugin Version
10+
| Grace Version
11+
12+
| 6.3.x
13+
| 2023.3.x
14+
| 6.2.x
15+
| 2023.2.x
16+
17+
| 6.1.x
18+
| 2023.1.x
19+
20+
| 6.0.x
21+
| 2023.0.x
22+
23+
| 5.2.x
24+
| 2022.2.x
25+
26+
| 5.1.x
27+
| 2022.1.x
28+
29+
| 5.0.x
30+
| 2022.0.x
31+
|===
Lines changed: 361 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,361 @@
1+
=== 6.3.0
2+
3+
https://github.com/graceframework/grace-views/releases/tag/v6.3.0[release notes]
4+
5+
6+
=== 6.3.0-RC1
7+
8+
https://github.com/graceframework/grace-views/releases/tag/v6.3.0-RC1[release notes]
9+
10+
🛠 Improvements
11+
12+
* Update README Update badge versions of Grace, Groovy and Spring Boot
13+
* Streamline Gradle build scripts: using the Spring Dependency Management Plugin to manage dependencies and versions https://github.com/graceframework/grace-views/issues/111[#111]
14+
* Add the prefix 'views-' to all submodules https://github.com/graceframework/grace-views/issues/109[#109]
15+
* Migrate examples to Grace https://github.com/graceframework/grace-views/issues/107[#107]
16+
* Remove unused dependency on grace-datastore-gorm https://github.com/graceframework/grace-views/issues/106[#106]
17+
* Remove unused dependency on grace-boot https://github.com/graceframework/grace-views/issues/105[#105]
18+
* Revert 'Remove .gson files in json/app/views' https://github.com/graceframework/grace-views/issues/103[#103]
19+
* Remove duplicated applying 'grace-plugin' and jar task https://github.com/graceframework/grace-views/issues/104[#104]
20+
* Remove .gson files in json/app/views https://github.com/graceframework/grace-views/issues/103[#103]
21+
* Explicitly set the version of the Spring Boot dependency https://github.com/graceframework/grace-views/issues/102[#102]
22+
* Remove the unnecessary workaround for removing the generated extra dependencyManagement of POM https://github.com/graceframework/grace-views/issues/101[#101]
23+
24+
🚀 Dependency Upgrades
25+
26+
* Upgrade to functional test Views Gradle 6.3.0-M1 https://github.com/graceframework/grace-views/issues/97[#97]
27+
* Upgrade to Grace 2023.3.0-M2 https://github.com/graceframework/grace-views/issues/92[#92]
28+
* Upgrade to Grace Asset Pipeline Plugin 6.3.0-RC1 https://github.com/graceframework/grace-views/issues/96[#96]
29+
* Upgrade to Grace Data 2023.3.0-RC1 https://github.com/graceframework/grace-views/issues/93[#93]
30+
* Upgrade to Grace Data Mongodb 2023.3.0-M1 https://github.com/graceframework/grace-views/issues/99[#99]
31+
* Upgrade to Gradle 8.13 https://github.com/graceframework/grace-views/issues/95[#95]
32+
* Upgrade to Groovy 4.0.26 https://github.com/graceframework/grace-views/issues/94[#94]
33+
* Upgrade to Java Parser 3.26.4 https://github.com/graceframework/grace-views/issues/98[#98]
34+
35+
=== 6.3.0-M1
36+
37+
https://github.com/graceframework/grace-views/releases/tag/v6.3.0-M1[release notes]
38+
39+
🛠 Improvements
40+
41+
* Update README Update badge versions of Grace and Spring Boot
42+
* Update github workflows Switch to 6.3.x branch
43+
44+
🚀 Dependency Upgrades
45+
46+
* Upgrade to Grace 2023.3.0-M1 https://github.com/graceframework/grace-views/issues/88[#88]
47+
* Upgrade to Grace Asset Pipeline Plugin 6.3.0-M1 https://github.com/graceframework/grace-views/issues/90[#90]
48+
* Upgrade to Grace Data 2023.3.0-M1 https://github.com/graceframework/grace-views/issues/89[#89]
49+
* Upgrade to functional test Views Gradle 6.2.0 https://github.com/graceframework/grace-views/issues/91[#91]
50+
51+
=== 6.2.0
52+
53+
https://github.com/graceframework/grace-views/releases/tag/v6.2.0[release notes]
54+
55+
🛠 Improvements
56+
57+
* Add GitHub issue template https://github.com/graceframework/grace-views/issues/83[#83]
58+
* Update build scripts to avoid deprecation warnings with Gradle 8 https://github.com/graceframework/grace-views/issues/80[#80]
59+
* Update README update badges
60+
* Remove WARN: Using deprecated '-debug' fallback for parameter name resolution https://github.com/graceframework/grace-views/issues/79[#79]
61+
62+
🚀 Dependency Upgrades
63+
64+
* Upgrade to Grace 2023.2.0-RC1 https://github.com/graceframework/grace-views/issues/78[#78]
65+
* Upgrade to Grace Asset Pipeline Plugin 6.2.0 https://github.com/graceframework/grace-views/issues/85[#85]
66+
* Upgrade to Grace Data 2023.2.0 https://github.com/graceframework/grace-views/issues/84[#84]
67+
* Upgrade to functional test Views Gradle 6.2.0-RC1 https://github.com/graceframework/grace-views/issues/86[#86]
68+
* Upgrade to Test Retry Gradle Plugin 1.6.0 https://github.com/graceframework/grace-views/issues/81[#81]
69+
70+
=== 6.2.0-RC1
71+
72+
https://github.com/graceframework/grace-views/releases/tag/v6.2.0-RC1[release notes]
73+
74+
🛠 Improvements
75+
76+
* Remove Gradle wrapper task https://github.com/graceframework/grace-views/issues/74[#74]
77+
* Remove dependency: grace-console https://github.com/graceframework/grace-views/issues/72[#72]
78+
79+
🚀 Dependency Upgrades
80+
81+
* Upgrade to Grace 2023.2.0-M3 https://github.com/graceframework/grace-views/issues/71[#71]
82+
* Upgrade to Grace 2023.2.0-M2 https://github.com/graceframework/grace-views/issues/69[#69]
83+
* Upgrade to Grace Asset Pipeline Plugin 6.2.0-RC1 https://github.com/graceframework/grace-views/issues/76[#76]
84+
* Upgrade to Grace Data 2023.2.0-RC1 https://github.com/graceframework/grace-views/issues/70[#70]
85+
* Upgrade to Gradle 8.12 https://github.com/graceframework/grace-views/issues/73[#73]
86+
* Upgrade to Spring Dependency Management Plugin 1.1.7 https://github.com/graceframework/grace-views/issues/75[#75]
87+
* Upgrade to functional test Views Gradle 6.2.0-M1 https://github.com/graceframework/grace-views/issues/77[#77]
88+
89+
=== 6.2.0-M1
90+
91+
https://github.com/graceframework/grace-views/releases/tag/v6.2.0-M1[release notes]
92+
93+
🛠 Improvements
94+
95+
* Update README Update badge of Grace to current version
96+
97+
🚀 Dependency Upgrades
98+
99+
* Upgrade to Byte Buddy 1.14.19 https://github.com/graceframework/grace-views/issues/63[#63]
100+
* Upgrade to functional test Views Gradle 6.1.0 https://github.com/graceframework/grace-views/issues/68[#68]
101+
* Upgrade to Grace Asset Pipeline Plugin 6.2.0-M2 https://github.com/graceframework/grace-views/issues/67[#67]
102+
* Upgrade to Grace 2023.2.0-M1 https://github.com/graceframework/grace-views/issues/62[#62]
103+
* Upgrade to Grace Data 2023.2.0-M1 https://github.com/graceframework/grace-views/issues/66[#66]
104+
* Upgrade to JUnit Platform 1.10.5 https://github.com/graceframework/grace-views/issues/65[#65]
105+
* Upgrade to JUnit Jupiter 5.10.5 https://github.com/graceframework/grace-views/issues/64[#64]
106+
107+
=== 6.1.0
108+
109+
https://github.com/graceframework/grace-views/releases/tag/v6.1.0[release notes]
110+
111+
🛠 Improvements
112+
113+
* Update Badges
114+
115+
🚀 Dependency Upgrades
116+
117+
* Upgrade to Grace 2023.1.0-RC1 https://github.com/graceframework/grace-views/issues/57[#57]
118+
* Upgrade to Grace Asset Pipeline Plugin 6.1.0 https://github.com/graceframework/grace-views/issues/60[#60]
119+
* Upgrade to Grace Data 2023.1.0 https://github.com/graceframework/grace-views/issues/59[#59]
120+
* Upgrade to Groovy 4.0.24 https://github.com/graceframework/grace-views/issues/58[#58]
121+
122+
=== 6.1.0-RC1
123+
124+
https://github.com/graceframework/grace-views/releases/tag/v6.1.0-RC1[release notes]
125+
126+
🛠 Improvements
127+
128+
* Fixed tests failed in `JsonViewTemplateResolverSpec` https://github.com/graceframework/grace-views/issues/56[#56]
129+
* Remove extra dependency of `spring-boot-autoconfigure` https://github.com/graceframework/grace-views/issues/54[#54]
130+
* Move from GroovyPageForkCompileTask's deprecated `Project.javaexec(Action)` method to `ExecOperations.javaexec(Action)` https://github.com/graceframework/grace-views/issues/53[#53]
131+
* Remove dependency `micronaut-http-client` https://github.com/graceframework/grace-views/issues/52[#52]
132+
* Add dependency `jakarta.servlet-api` explicitly https://github.com/graceframework/grace-views/issues/51[#51]
133+
* Use `gradlePluginPortal()` https://github.com/graceframework/grace-views/issues/49[#49]
134+
135+
🚀 Dependency Upgrades
136+
137+
* Upgrade to Grace 2023.1.0-M3 https://github.com/graceframework/grace-views/issues/46[#46]
138+
* Upgrade to Grace Asset Pipeline Plugin 6.1.0-RC1 https://github.com/graceframework/grace-views/issues/50[#50]
139+
* Upgrade to Grace Data 2023.1.0-RC1 https://github.com/graceframework/grace-views/issues/47[#47]
140+
* Upgrade to Gradle Nexus Publish Plugin 2.0.0 https://github.com/graceframework/grace-views/issues/48[#48]
141+
* Upgrade to Gradle Nexus Publish Plugin 2.0.0 https://github.com/graceframework/grace-views/issues/55[#55]
142+
143+
=== 6.1.0-M3
144+
145+
https://github.com/graceframework/grace-views/releases/tag/v6.1.0-M3[release notes]
146+
147+
🛠 Improvements
148+
149+
* Add dependency `jakarta.annotation-api` explicitly https://github.com/graceframework/grace-views/issues/43[#43]
150+
* Generate Spring Boot configuration metadata file https://github.com/graceframework/grace-views/issues/42[#42]
151+
152+
🚀 Dependency Upgrades
153+
154+
* Upgrade to Grace 2023.1.0-M2 https://github.com/graceframework/grace-views/issues/39[#39]
155+
* Upgrade to Grace Asset Pipeline Plugin 6.1.0-M3 https://github.com/graceframework/grace-views/issues/45[#45]
156+
* Upgrade to Grace Data 2023.1.0-M3 https://github.com/graceframework/grace-views/issues/44[#44]
157+
* Upgrade to Groovy 4.0.23 https://github.com/graceframework/grace-views/issues/41[#41]
158+
159+
=== 6.1.0-M2
160+
161+
https://github.com/graceframework/grace-views/releases/tag/v6.1.0-M2[release notes]
162+
163+
⭐️ New Features
164+
165+
* Auto-Configure JsonView Plugin https://github.com/graceframework/grace-views/issues/16[#16]
166+
* Auto-Configure ComponentView Plugin https://github.com/graceframework/grace-views/issues/13[#13]
167+
* Auto-Configure MarkupView Plugin https://github.com/graceframework/grace-views/issues/12[#12]
168+
169+
🐞 Bug Fixes
170+
171+
* Remove dependency of `gorm-hibernate` Spock need `bytebuddy` to mock test https://github.com/graceframework/grace-views/issues/37[#37]
172+
* Use the `mainClass` property instead of deprecated `setMain(String) method` https://github.com/graceframework/grace-views/issues/35[#35]
173+
* Use `JavaPluginExtension` instead of deprecated `JavaPluginConvention` https://github.com/graceframework/grace-views/issues/32[#32]
174+
* Fixes source wrong in TemplateCompileTask https://github.com/graceframework/grace-views/issues/29[#29]
175+
* Fixes Grace views not included with War https://github.com/graceframework/grace-views/issues/27[#27]
176+
* Fixes `MarkupViewTemplateEngine` `compileStatic` property initialization error https://github.com/graceframework/grace-views/issues/24[#24]
177+
* Fixes Gradle build error with Grace Views tasks https://github.com/graceframework/grace-views/issues/19[#19]
178+
* Don't use `JsonViewGrailsPlugin` in `JsonViewSetupSpecInterceptor` https://github.com/graceframework/grace-views/issues/17[#17]
179+
* Fixes `MarkupViewTemplateEngine` `compileStatic` property initialization error https://github.com/graceframework/grace-views/issues/15[#15]
180+
* Fixes `GrailsView` `getG()` override issue https://github.com/graceframework/grace-views/issues/14[#14]
181+
* Make `views-json` tests pass https://github.com/graceframework/grace-views/issues/11[#11]
182+
* Resolve JUnit version conflicts https://github.com/graceframework/grace-views/issues/10[#10]
183+
* Correct the group name of `grace-datastore-core` https://github.com/graceframework/grace-views/issues/7[#7]
184+
185+
🛠 Improvements
186+
187+
* Enable Unit Tests https://github.com/graceframework/grace-views/issues/18[#18]
188+
* Set archiveClassifier to `plugin` https://github.com/graceframework/grace-views/issues/9[#9]
189+
* Rename `grails-app` to `app` https://github.com/graceframework/grace-views/issues/8[#8]
190+
* Update README
191+
192+
🚀 Dependency Upgrades
193+
194+
* Upgrade to Grace 2023.1.0-M1 https://github.com/graceframework/grace-views/issues/5[#5]
195+
* Upgrade to Grace Data 2023.1.0-M2 https://github.com/graceframework/grace-views/issues/36[#36]
196+
* Upgrade to Grace Asset Pipeline Plugin 6.1.0-M2 https://github.com/graceframework/grace-views/issues/38[#38]
197+
* Upgrade to Javassist 3.30.2-GA https://github.com/graceframework/grace-views/issues/6[#6]
198+
199+
=== 6.1.0-M1
200+
201+
https://github.com/graceframework/grace-views/releases/tag/v6.1.0-M1[release notes]
202+
203+
🐞 Bug Fixes
204+
205+
* Fixes gorm-hibernate artifactId wrong
206+
207+
🛠 Improvements
208+
209+
* Update README
210+
* Update README
211+
* Update README
212+
213+
🚀 Dependency Upgrades
214+
215+
* Upgrade to Grace Asset Pipeline Plugin 6.1.0-M1 https://github.com/graceframework/grace-views/issues/4[#4]
216+
* Upgrade to Grace 2023.0.2
217+
* Upgrade to Grace 2023.0.1
218+
* Upgrade to Groovy 4.0.23
219+
* Upgrade to GORM 2023.1.0-M1 https://github.com/graceframework/grace-views/issues/1[#1]
220+
* Upgrade to GORM 2023.0.1
221+
* Upgrade to JavaParser 3.26.2 https://github.com/graceframework/grace-views/issues/22[#2]
222+
* Upgrade to Spring Dependency Management Plugin 1.1.6 https://github.com/graceframework/grace-views/issues/3[#3]
223+
224+
=== 6.0.2
225+
226+
https://github.com/graceframework/grace-views/releases/tag/v6.0.2[release notes]
227+
228+
🐞 Bug Fixes
229+
230+
* Fixes source wrong in TemplateCompileTask https://github.com/graceframework/grace-views/issues/28[#28]
231+
* Fixes Grace views not included with War https://github.com/graceframework/grace-views/issues/26[#26]
232+
* Fixes Gradle build error with Grace Views tasks https://github.com/graceframework/grace-views/issues/25[#25]
233+
* Fixes `MarkupViewTemplateEngine` `compileStatic` property initialization error https://github.com/graceframework/grace-views/issues/24[#24]
234+
235+
🛠 Improvements
236+
237+
* Use the `mainClass` property instead of deprecated `setMain(String) method` https://github.com/graceframework/grace-views/issues/34[#34]
238+
* Use `JavaPluginExtension` instead of deprecated `JavaPluginConvention` https://github.com/graceframework/grace-views/issues/31[#31]
239+
* Update README
240+
* Update README
241+
242+
🚀 Dependency Upgrades
243+
244+
* Upgrade to Grace 2023.0.2 https://github.com/graceframework/grace-views/issues/40[#40]
245+
* Upgrade to Grace 2023.0.1
246+
* Upgrade to Groovy 4.0.23 https://github.com/graceframework/grace-views/issues/41[#41]
247+
* Upgrade to GORM 2023.0.1
248+
249+
=== 6.0.1
250+
251+
https://github.com/graceframework/grace-views/releases/tag/v6.0.1[release notes]
252+
253+
* Release v6.0.1
254+
* Update README.md
255+
* Required Grace version should be
256+
* Upgrade to Caffeine 3.1.8
257+
* Upgrade to functional test Views Gradle 6.0.0
258+
* Upgrade to Grace Asset Pipeline Plugin 6.0.0
259+
* Upgrade to Grace GORM 2023.0.0
260+
* Upgrade to Grace 2023.0.0
261+
* Set version to 6.0.1-SNAPSHOT
262+
263+
=== 6.0.0
264+
265+
https://github.com/graceframework/grace-views/releases/tag/v6.0.0[release notes]
266+
267+
* Release v6.0.0
268+
* Upgrade to functional test Views Gradle 6.0.0-RC1
269+
* Upgrade to Groovy 4.0.22
270+
* Upgrade to Grace 2023.0.0-RC2
271+
272+
=== 6.0.0-RC1
273+
274+
https://github.com/graceframework/grace-views/releases/tag/v6.0.0-RC1[release notes]
275+
276+
* Release v6.0.0-RC1
277+
* Update mavenCentral.gradle
278+
* Merge into release/6.0.0-RC1
279+
* Upgrade to Grace Asset Pipeline Plugin 6.0.0-RC1
280+
* Upgrade to GORM 2023.0.0-RC1
281+
* Upgrade to Gradle Wrapper 7.6.4
282+
* Upgrade to Groovy 4.0.21
283+
* Upgrade to Grace 2023.0.0-M7
284+
* Update github workflows
285+
* Back to 6.0.0-SNAPSHOT
286+
287+
=== 6.0.0-M4
288+
289+
https://github.com/graceframework/grace-views/releases/tag/v6.0.0-M4[release notes]
290+
291+
* Release v6.0.0-M4
292+
* Update Gradle dependency substitution rule
293+
* Upgrade to Groovy 4.0.12
294+
* Upgrade to Grace GORM 2023.0.0-M5
295+
* Upgrade to Grace 2023.0.0-M6
296+
* Grace: update github workflows
297+
* Grace: migrate to grace
298+
* Make tests passed
299+
* Make tests passed
300+
* Fixes ViewConfiguration compileStatic not found
301+
* Fixes tests NPE when baseDir may be NULL
302+
* Move findTemplatePath() to ViewsEnvironment
303+
* Upgrade to JUnit Jupiter 5.9.3 and JUnit Platform 1.9.3
304+
* Upgrade to functional test Views Gradle 6.0.0-M3
305+
* Upgrade to Asset Pipeline Plugin 6.0.0-M1
306+
307+
=== 6.0.0-M3
308+
309+
https://github.com/graceframework/grace-views/releases/tag/v6.0.0-M3[release notes]
310+
311+
* Release v6.0.0-M3
312+
* Upgrade to Grace GORM 2023.0.0-M4
313+
* Upgrade to Grace 2023.0.0-M5
314+
* Grace: update github workflows
315+
* Grace: migrate to grace
316+
* Upgrade to Caffeine 3.1.6
317+
* Upgrade to Asset Pipeline Plugin 4.3.0
318+
* Upgrade to Spring Dependency Management Plugin 1.1.0
319+
* Upgrade to Spock 2.3-groovy-3.0
320+
321+
=== 6.0.0-M2
322+
323+
https://github.com/graceframework/grace-views/releases/tag/v6.0.0-M2[release notes]
324+
325+
* Release v6.0.0-M2
326+
* Grace: update github workflows
327+
* Cleanup build scripts
328+
* Upgrade to Grace GORM 2023.0.0-M3
329+
* Upgrade to Grace 2023.0.0-M2
330+
* Grace: migrate to grace
331+
* Fixes `AbstractJsonViewContainerRenderer` compiling errors in `views-json` project
332+
* Migrate to Jakarta.annotation
333+
* Change Groovy group to `org.apache.groovy`
334+
* Upgrade to Groovy 4.0.11
335+
* Back to Snapshots
336+
337+
=== 6.0.0-M1
338+
339+
https://github.com/graceframework/grace-views/releases/tag/v6.0.0-M1[release notes]
340+
341+
* Release v6.0.0-M1
342+
* Upgrade to Grace GORM 2023.0.0-M1
343+
* Grace: update plugins info
344+
* Grace: update settings
345+
* Grace: update github workflows
346+
* Grace: add missing views
347+
* Grace: fix build errors
348+
* Grace: update gradle build scripts
349+
* Upgrade to Gradle Nexus Publish Plugin 1.3.0
350+
* Build target to Java 17
351+
* Migrate to Jakarta: Jakarta Servlet 6.0.0
352+
* Update dependencies
353+
* Cleanup build.gradle
354+
* Upgrade to Gradle 7.6.1
355+
* Rename variable 'defaultXmlRenderer' to defaultHtmlRenderer
356+
* Update dependencies
357+
* Migrate to Gradle 8 'GroovyForkOptions' has changed to 'Abstract' in Gradle 8
358+
* Fixes STC error
359+
* Clean build.gradle
360+
* Remove gradle/wrapper gradlew gradlew.bat in subprojects
361+
* Set version to 6.0.0-SNAPSHOT

0 commit comments

Comments
 (0)