Skip to content
lecogiteur edited this page Dec 1, 2014 · 1 revision

0.0.4

release notes

A new native formatter is added. The NO_CARRIAGE_RETURN formatter deletes all carriage return. See documentation (french).

Now you can use:

<dependency>
    <groupId>com.github.lecogiteur</groupId>
    <artifactId>csvbang</artifactId>
    <version>0.0.4</version>
</dependency>

Get Csvbang: 0.0.4

released on June 6, 2013.

0.0.2

release notes

This release is deployed on Central Maven Repository. In order to validate the project and to be in conformity with Sonatype OSS Maven Repository Usage Guide, we must change package names and Grouid of pom.xml. No features added.

Now you can use:

<dependency>
    <groupId>com.github.lecogiteur</groupId>
    <artifactId>csvbang</artifactId>
    <version>0.0.2</version>
</dependency>

Get Csvbang: 0.0.2

0.0.1

The version 0.0.1 is the first release and has been released on June 3, 2013. This release can only write CSV files.

Features:

  • Asynchronous writing
  • Block writing
  • Thread-safe writing
  • Annotation configuration
  • Format field
  • Write dynamic number of fields (with Collection or Array)
  • Scan package in order to find CSV bean
Get Csvbang 0.0.1: