Skip to content

Releases: g0ddest/fixedlength

Optional keeping empty strings

13 Oct 12:23
Compare
Choose a tag to compare

Adding more parametrization: the allowEmptyStrings attribute of FixedField annotation for keeping empty string for values as described in #46 .
Example of configuration:

@FixedField(offset = 1, length = 3, padding = Character.MIN_VALUE, allowEmptyStrings = true)

Java records experimental support

13 Oct 11:38
Compare
Choose a tag to compare

There is a java 14+ records support. It will not break java 8 support.

Custom predicate

20 Aug 15:02
Compare
Choose a tag to compare

Before for mixed lines there was only option indicate if line of type starts with. Now there is custom predicate support where you could place any logic you want.

Inheritance support

29 Apr 19:55
Compare
Choose a tag to compare

Now library could pull fields even from superclasses. Thanks @shotishu for contribution!

Add ignoring errors mode

01 Oct 07:01
Compare
Choose a tag to compare
0.9

add ignoring errors modes

Support for not only public fields

16 Feb 20:46
Compare
Choose a tag to compare
0.8

increase version

0.7

04 Mar 08:50
7e9e464
Compare
Choose a tag to compare
0.7

Fixes StackOverflowError when SplitLineAfter returns 0 #17

0.6

16 Sep 05:58
Compare
Choose a tag to compare
0.6

Generics support

0.5

14 Sep 16:13
Compare
Choose a tag to compare
0.5
fix style

0.4

11 Sep 08:15
Compare
Choose a tag to compare
0.4
add benchmark