8000 Release v1.2.1 · jstachio/jstachio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.2.1

Compare
Choose a tag to compare
@agentgt agentgt released this 24 Jul 19:39
· 249 commits to main since this release

Bug fix release

This release fixes some issues with supportsType as well as a Spring issue found by @dsyer .

The most notable change is to support inheritance of JStache annotations which is required for 1.3.0. We decided to support this feature in a patch release as it was unclear based on the documentation if a modelType requires an annotation or not and the current behavior was buggy.

What's Changed

  • Bump spring-boot.version from 3.1.1 to 3.1.2 by @dependabot in #197
  • ModelAndView can contain View that is not from JStachio by @dsyer in #202

Full Changelog: v1.2.0...v1.2.1

0