adif 317.0.0
adif: ^317.0.0 copied to clipboard
Amateur Data Interchange Format (ADIF) parser for Dart.
317.0.0 #
No change since 315.2.0 except updated the ADIF version.
315.2.0 #
Breaking updates from v315.1.1:
- The constructor of
Adif()has BROKEN after the fielduserdefof it has been proved to be useless. You have to update the constructor of it after updated.
315.1.0 #
Breaking updates from v315.0.1:
- Modes have been no longer considered as strings. Instead they must be one of the modes enumeration or the submodes enumeration. Attempts to set a mode as one not among them will fail.
- Bands have been no longer considered as strings. Instead thay must be one of the bands enumeration.
315.0.1 #
Fixes:
- Downgraded dependences for better compatibility.
315.0.0 #
Initial version:
- Export to ADX.
- Most ADIF-defined fields (except enums).