v0.2.0
danielwippermann
released this
25 Mar 06:15
·
54 commits
to master
since this release
- Add
SpecificationFile.getLanguageForLocale
. - Update VSF file to version 9 / 20180312.
- fix off-by one in forged boolean-like-enums
- Change
convertToDate
to uselong
instead ofdouble
. - Add
PacketFieldValue#getRawValueDate()
method. - Add
Formatter#convertToDate()
. - Add
PacketFieldValue#isBooleanLikeEnum()
. - Forge enum for boolean-like errors.
- Add
PacketFieldSpec#getEnum()
. - Revert changes in constructor of
PacketFieldSpec
. - Fix bug that caused the locale to be ignored for dates.
- Add
Enum
andEnumVariant
support toSpecification
. - Add
Enum
andEnumVariant
support toSpecificationFile
. - Add access to all know units.
- Fix reading whole specification file.
- Fix VBusLAN adapter device info parsing bug.