Releases: wimdeblauwe/htmx-spring-boot
Releases · wimdeblauwe/htmx-spring-boot
2.0.0-M2
What's Changed
- Upgrade github actions by @wimdeblauwe in #35
- Update to Spring Boot 3 (GA)
Full Changelog: 0.3.0...2.0.0-M2
0.3.0
What's Changed
- Cleanup README by @tk-png in #29
- Add #htmxRequest as an expression utility object by @checketts in #25
- Add HxRefreshHeaderAuthenticationEntryPoint by @wimdeblauwe in #33
- Addresses #27 adding support for maps the be serialized as json by @checketts in #31
- Compile against Spring Boot 2.7.6 by @wimdeblauwe in #34
New Contributors
Full Changelog: 0.2.0...0.3.0
2.0.0-M1
Version compatible with Spring Boot 3.0.0-M5. Feature-wise, this is the same as the 0.2.0 version (which works with Spring Boot 2)
0.2.0
What's Changed
- Feature/update readme for release by @wimdeblauwe in #12
- README: whitespace adjustments by @waldyrious in #13
- Add remaining hx-* attributes and alphabetize them for future reference. by @checketts in #16
- Fix link to https://htmx.org/ in readme by @derTobsch in #20
- Add support for HTMX partials. by @odrotbohm in #19
- Polish partials to include 'main' fragment by @checketts in #21
- Add remaining HTMX header support along with tests and javadoc domments by @checketts in #22
- Add all constants to HtmxResponseHeader by @wimdeblauwe in #23
New Contributors
- @waldyrious made their first contribution in #13
- @derTobsch made their first contribution in #20
- @odrotbohm made their first contribution in #19
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- Add support for @HxRequest by @wimdeblauwe in #1
- Add @HxTrigger by @wimdeblauwe in #3
- Add @HxRefresh to support HX-Refresh trigger in response by @wimdeblauwe in #6
- Add support for HtmxRequest injection into controller by @wimdeblauwe in #8
- Feature/trigger and swap attributes by @wimdeblauwe in #9
- Add asdf to .gitignore to ensure local java version properly by @checketts in #10
- Add some examples in the readme (and matching tests for those examples) by @checketts in #11
New Contributors
- @wimdeblauwe made their first contribution in #1
- @checketts made their first contribution in #10
Full Changelog: https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/commits/0.1.0