@@ -1,6 +1,11 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
|
||||
Changes in version 1.3 RC1 (2021-03-31)
|
||||
----------------------------------------
|
||||
- #1505 - Improve signature of HalFormsOptions.inline(…).
|
||||
- #1504 - Allow mapping links conditionally via RepresentationModel.mapLinkIf(…).
|
||||
|
||||
Changes in version 1.3 M3 (2021-03-16)
|
||||
----------------------------------------
|
||||
- #1497 - Upgrade to Spring 5.3.5.
|
||||
|
||||
@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 62;
|
||||
private static final int MILESTONE_ID = 65;
|
||||
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
|
||||
|
||||
public static void main(String... args) {
|
||||
|
||||
Reference in New Issue
Block a user