Skip to content

Releases: nerro/table-layout

v4.3.0

20 Dec 17:39
v4.3.0
Compare
Choose a tag to compare

4.3.0 / 2015-12-20

Minor Enhancements

  • Change java compile level to 1.5 (#16)
  • Fix errors when building javadocs (#20)
  • Fix Travis-CI configuration (#17)

v4.2.2

21 Dec 20:50
v4.2.2
Compare
Choose a tag to compare

Minor Enhancements

  • Fix all compile warnings (#12)
  • Extract meta inf from POM into parent POM (#9)

v4.2.1

14 Nov 20:57
v4.2.1
Compare
Choose a tag to compare

Minor Enhancements

  • Refactoring pom.xml (#8)
  • Change java compile level to 1.6 (#6)
  • Add unit tests
  • Work on technical dept (#1)

Notes

From this release the project will use semantic versioning scheme. Given a version number MAJOR.MINOR.PATCH, increment the:

  1. MAJOR version when we make incompatible API changes,
  2. MINOR version when we add functionality in a backwards-compatible manner, and
  3. PATCH version when we make backwards-compatible bug fixes.

4.2

31 Aug 16:02
4.2
Compare
Choose a tag to compare
4.2

This release is completely identical to the last old release in Maven Central with exception of 2 bugfixes and typos.

Minor Enhancements

  • Typos in javadocs

Bug Fixes

  • Eliminating space for gaps between the crs
  • Horizontal justification of a component in a single cell (LEADING)

Note: following releases will use semantic versioning.