Releases: pemassi/Pata
Releases · pemassi/Pata
2.3.0
New Features
- Add support data fields
Float,Double,BigDecimal, andBigInteger. - Add support data fields
enum class.
Changed
- Now
PataDataFieldDeserializerandPataDataFieldSerializerMapwill look through inherited classes of data field when they fail to find by return type. (This makes easy to supportenum class!)
Fix
- Now
CheckNullMode.EXCEPTIONproperly throws an exception. - Now
PataDataFieldByteArrayToByteArrayDeserializerwill properly deserialize with modes.
WIP
- Logging
Full Changelog: 2.2.1...2.3.0
2.2.1
2.2.0
Breaking Change
PataDataFieldDeserializerinterface methoddeserializehas added more signatures for advance features!
New Features
FixedLengthandDividedmodels 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
Full Changelog: 2.1.0...2.1.1
[RELEASE] 2.1.0
- Make easy to use. (Grammar little changed.) - New data model "DividedPataModel"
2.0.4
[RELEASE] 2.0.3
- Fix bug for multiple inherited class.
2.0.2
2.0.1
2.0.0 Release!
Merge pull request #8 from pemassi/2.0.0 2.0.0 Release