Skip to content

Releases: Mehtrick/bjoern

1.4.0

19 Apr 14:46
689efb6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.4.0

1.3.3

26 Feb 19:16
e6ec4bb
Compare
Choose a tag to compare

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

Full Changelog: 1.3.2...1.3.3

1.3.2

28 Oct 17:53
9b99034
Compare
Choose a tag to compare

What's Changed

  • Added Junit 5 Displayname + made junit 5 the default by @Mehtrick in #49
  • Fix for #50. UTF-8 is now the default encoding for Docs

Full Changelog: 1.3.1...1.3.2

1.3.1 - Restruturing of dependencies

26 Oct 16:50
1695ae8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0 - Dependency updates and minor fixes

23 Oct 20:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...1.3.0

Minor Improvements to speeeed

18 Dec 18:40
Compare
Choose a tag to compare

Well it hasn't been slow but now the generation is even faster, thanks to multithreading support

v1.2.0 Encoding an Junit 5

13 Dec 21:34
Compare
Choose a tag to compare

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.