Skip to content

Releases: pemassi/Pata

2.3.0

06 Oct 16:54
Compare
Choose a tag to compare

New Features

  • Add support data fields Float, Double, BigDecimal, and BigInteger.
  • Add support data fields enum class.

Changed

  • Now PataDataFieldDeserializer and PataDataFieldSerializerMap will look through inherited classes of data field when they fail to find by return type. (This makes easy to support enum class!)

Fix

  • Now CheckNullMode.EXCEPTION properly throws an exception.
  • Now PataDataFieldByteArrayToByteArrayDeserializer will properly deserialize with modes.

WIP

  • Logging

Full Changelog: 2.2.1...2.3.0

2.2.1

22 Jun 06:36
Compare
Choose a tag to compare

FIX

  • FixedLength model with ByteArray cannot deserialize Nullable type field.

2.2.0

22 Jun 04:45
Compare
Choose a tag to compare

Breaking Change

  • PataDataFieldDeserializer interface method deserialize has added more signatures for advance features!

New Features

  • FixedLength and Divided models are now supporting null-able data field.

Still working on

  • Trying to get over 80% test coverage.

Full Changelog: 2.1.1...2.2.0

2.1.1

23 Feb 08:17
Compare
Choose a tag to compare

Full Changelog: 2.1.0...2.1.1

[RELEASE] 2.1.0

23 Sep 14:27
Compare
Choose a tag to compare
- Make easy to use. (Grammar little changed.)
- New data model "DividedPataModel"

2.0.4

15 Jun 01:49
Compare
Choose a tag to compare
[UPDATE] More detail when logging byte array.

[RELEASE] 2.0.3

11 Jun 10:58
Compare
Choose a tag to compare
- Fix bug for multiple inherited class.

2.0.2

11 Jun 10:55
fb149fc
Compare
Choose a tag to compare
Update README.md

2.0.1

10 Jun 16:17
Compare
Choose a tag to compare
[FIX] Fix bug on JDK 11

2.0.0 Release!

10 Jun 16:07
b204cc9
Compare
Choose a tag to compare
Merge pull request #8 from pemassi/2.0.0

2.0.0 Release