Releases: Mehtrick/bjoern
Releases · Mehtrick/bjoern
1.4.0
1.3.3
What's Changed
- #51 Made Given / When / Then nullsafe when generating docs by @Mehtrick in #53
- Feature/52 updates for buildaction by @Mehtrick in #54
- dependency-update:(deps): bump the dependencies group with 11 updates by @dependabot in #65
New Contributors
- @dependabot made their first contribution in #65
Full Changelog: 1.3.2...1.3.3
1.3.2
1.3.1 - Restruturing of dependencies
1.3.0 - Dependency updates and minor fixes
What's Changed
- Feature/#4 moretesting by @Mehtrick in #34
- #41 Testmethods extracted to interface by @Mehtrick in #42
- Dependency updates by @Mehtrick in #47
- #44 Escape special chars in asciidoc by @TobiasJanz in #45
New Contributors
- @TobiasJanz made their first contribution in #45
Full Changelog: v1.2.1...1.3.0
Minor Improvements to speeeed
Well it hasn't been slow but now the generation is even faster, thanks to multithreading support
v1.2.0 Encoding an Junit 5
Major changes
-
Junit 5 support. It is now possible to configure junit5. That way, the generated annotations will follow the junit5 convetion. The default is still junit4.
-
UTF-8. The default encoding of bjoern is UTF-8. However you can now configure your desired encoding. Keep in mind, that this only affects the read files, not the generated java files, since java poet does only support UTF-8.