Skip to content

Releases: connect-group/thymeleaf-tdd

Spring 4 release 1.0.6

13 Jan 20:01
@4dz 4dz
Compare
Choose a tag to compare

Updated dependencies, streamlined releases.

Spring 4 Support

13 Jan 19:57
@4dz 4dz
Compare
Choose a tag to compare

This release supports Spring 4.

It also adds that ability to unit test i18n Thymeleaf entries such as data-th="#{my.key}".

See the README for more information about using the TestMessageSource class.

spring3-v1.0.6

13 Jan 19:57
@4dz 4dz
Compare
Choose a tag to compare

Updated dependencies and streamlined release process

With MessageSource Test Support

19 Feb 19:22
@4dz 4dz
Compare
Choose a tag to compare

This release adds that ability to unit test i18n Thymeleaf entries such as data-th="#{my.key}".

See the README for more information about using the TestMessageSource class.

Updated with latest Thymesheet release

23 Jun 15:11
@4dz 4dz
Compare
Choose a tag to compare

Updated release so it uses the lates Thymesheet/Thymesheet-Spring dependancies.

Minor update and release into Maven repository

29 Apr 11:55
@4dz 4dz
Compare
Choose a tag to compare

This releases makes it easier to perform basic tests of custom dialects by extending ExtendableTestSpringContext.

Two additional Hamcrest matchers are included in the project, to test text which occurs before the first child element, or after the first child element. These help test HTML which includes icons in Bootstrap, among other uses.

"thymeleaf-extras" was tested using this framework, take a look at that project for examples of unit tests.

Initial Release of framework extracted from internal projects at Connect Group

09 Feb 15:15
@4dz 4dz
Compare
Choose a tag to compare

This release is extracted from projects underway at Connect Group. We are running several agile teams all working with Thymeleaf, and all following Test Driven Development practices. The code here has been developed to allow "TDD" development of both Thymeleaf / Thymesheet HTML and Thymeleaf attributes.