Skip to content

Releases: 42BV/CSVeed

CSVeed 0.9.0

Choose a tag to compare

@hazendaz hazendaz released this 25 Jun 18:40
csveed-0.9.0
cce5b54
  • Avoid error prone enum ordinal usage
  • Use SPDX marking for currently apache 2.0 license for easier detection
  • Library and Build Updates

Csveed 0.8.3

Choose a tag to compare

@hazendaz hazendaz released this 09 Sep 02:45
csveed-0.8.3
798be43
  • Updated dependencies
  • Confirms central publishing

Csveed 0.8.2

Choose a tag to compare

@hazendaz hazendaz released this 24 Aug 18:27
  • Library Updates / build updates

Csveed 0.8.1

Choose a tag to compare

@hazendaz hazendaz released this 28 May 18:15
  • Same as 0.8.1 but has fixes to get the site working again

Csveed 0.8.0

Choose a tag to compare

@hazendaz hazendaz released this 28 May 17:58
  • requires java 11 now
  • Updated maven wrapper to 3.3.2

Csveed 0.7.6

Choose a tag to compare

@hazendaz hazendaz released this 21 Apr 19:07
  • lib updates / plugin updates
  • Move to maven site 4 (site xsd 2)

CSVeed 0.7.5 Release

Choose a tag to compare

@hazendaz hazendaz released this 18 Jun 00:18

Consumer Items

  • Site now uses github only for documentation. This may affect users with cached browser data. To resolve, clear browser history as the CNAME was deleted and likely cached.
  • Update dependencies
  • Overall code cleanup using fixes suggested by error prone, eclipse source cleanup
  • Add support on custom boolean converter for T|F and Y|N
  • Some updates on comparison matrix

Build Items

  • Code is auto formatted now
  • Code is auto licensed now
  • All code pull requests will now run CI
  • Update plugins
  • Added coveralls to github actions
  • Updated badges on readme

CSVeed 0.7.4 Release

Choose a tag to compare

@hazendaz hazendaz released this 16 Jan 18:02
  • Distribute secure hashes to central
  • Slf4j 2.0.6 now

CSVeed 0.7.3 Release

Choose a tag to compare

@hazendaz hazendaz released this 16 Jan 17:56

Set slf4j back to 1.7.36 rather than 2 alpha
Fixed site issues

CSVeed 0.7.2

Choose a tag to compare

@arjanvlek arjanvlek released this 20 Oct 12:51

CSVeed 0.7.2 contains all changes between v0.6.0 and v0.7.1 and is now again available under the org.csveed groupId.

<dependency>
    <groupId>org.csveed</groupId>
    <artifactId>csveed</artifactId>
    <version>0.7.2</version>
</dependency>