Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1.14 KB

ChangeLog for the Data Format and Semantics Description Language

All notable changes to this project will be documented in this file. This project does not use Semantic Versioning.

Version numbers SHALL consist of a major and a minor release number.

Conventions when editing this file.

Please follow the listed conventions when editing this file:

  • one subsection per version
  • reverse chronological order (latest entry on top)
  • write all dates in iso notation (YYYY-MM-DD)
  • each version should group changes according to their impact:
    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for once-stable features removed in upcoming releases.
    • Removed for deprecated features removed in this release.
    • Fixed for any bug fixes.
    • Security to invite users to upgrade in case of vulnerabilities.

Unreleased

1.1.0 (2020-02-27)

Added

  • basic Scala types for the XML elements and attributes of the DFASDL

1.0.1 (2020-02-05)

  • cross publish for Scala 2.11, 2.12 and 2.13
  • adjust compiler settings

1.0 (2017-06-28)

  • initial public release