Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 875 Bytes

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 875 Bytes

Changelog

All notable changes to the dillonkearns/elm-cli-options-parser elm package will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[3.2.0] - 2022-10-19

Added

  • Added Program.mapConfig helper.

[3.0.1] - 2020-3-15

Changed

  • Update ellie example link.

[3.0.0] - 2018-11-29

Fixed

  • Rename version flag to versionMessage to avoid a compiler bug.

[2.0.0] - 2018-11-29

Changes

  • Add version as a new required Flag, and removed version from the config constructor function. The String that is passed in as version from NodeJS will be printed out verbatim when you call your-cli --version.