Skip to content

Releases: joutvhu/fixed-width-parser

Release v1.1.5

Choose a tag to compare

@joutvhu joutvhu released this 28 Aug 05:30
114c4bb

What's New

  • Allow spaces in number

Gradle

compile "com.github.joutvhu:fixed-width-parser:1.1.5"

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>fixed-width-parser</artifactId>
    <version>1.1.5</version>
</dependency>

Release v1.1.4

Choose a tag to compare

@joutvhu joutvhu released this 06 Jul 03:36
50bcd65

What's New

  • Validate previous value of trimming
  • Remove unused dependency

Gradle

compile "com.github.joutvhu:fixed-width-parser:1.1.4"

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>fixed-width-parser</artifactId>
    <version>1.1.4</version>
</dependency>

Release v1.1.3

Choose a tag to compare

@joutvhu joutvhu released this 19 Jun 14:54
ccaf546

What's New

  • Fix alignment issue

Gradle

compile "com.github.joutvhu:fixed-width-parser:1.1.3"

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>fixed-width-parser</artifactId>
    <version>1.1.3</version>
</dependency>

v1.1.3.0-SNAPSHOT

v1.1.3.0-SNAPSHOT Pre-release
Pre-release

Choose a tag to compare

@joutvhu joutvhu released this 17 Jun 15:09
  • Fix alignment issue

v1.1.2.4-SNAPSHOT

v1.1.2.4-SNAPSHOT Pre-release
Pre-release

Choose a tag to compare

@joutvhu joutvhu released this 17 Jun 07:01
  • Test publish by workflow

Release v1.1.2

Choose a tag to compare

@joutvhu joutvhu released this 16 Jun 18:51
610a3b3

Gradle

compile "com.github.joutvhu:fixed-width-parser:1.1.2"

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>fixed-width-parser</artifactId>
    <version>1.1.2</version>
</dependency>

Release v1.1.0

Choose a tag to compare

@joutvhu joutvhu released this 30 Sep 12:56
03005b5

Gradle

compile "com.github.joutvhu:fixed-width-parser:1.1.0"

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>fixed-width-parser</artifactId>
    <version>1.1.0</version>
</dependency>

Release v1.0.4

Choose a tag to compare

@joutvhu joutvhu released this 23 Sep 13:12
3f84e0a

Gradle

compile "com.github.joutvhu:fixed-width-parser:1.0.4"

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>fixed-width-parser</artifactId>
    <version>1.0.4</version>
</dependency>

Release v1.0.0

Choose a tag to compare

@joutvhu joutvhu released this 20 Sep 17:27
bc8d5f1

Gradle

compile "com.github.joutvhu:fixed-width-parser:1.0.0"

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>fixed-width-parser</artifactId>
    <version>1.0.0</version>
</dependency>