Skip to content

Latest commit

Β 

History

History
40 lines (30 loc) Β· 957 Bytes

Changelog.md

File metadata and controls

40 lines (30 loc) Β· 957 Bytes

Changelog

All notable changes to this project will be documented in this file.

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

[Unreleased]

Changed

  • Update all dependencies to last versions

[0.1.3] - 2018-09-19

Fixed

  • Dark theme background

Changed

  • Better sidebar highlight

[0.1.2] - 2018-09-03

Added

  • You can define parser option in the configuration file

Fixed

  • Potential loop if the output file was in the watched folder

[0.1.1] - 2018-09-02

Changed

  • Publish v0.1.0 under v0.1.1 (v0.1.0 was already published due to a mistake)

[0.1.0] - 2018-09-02

Added

  • Table style

Fixed

  • Parsing was breaking with multiple delimiters

Changed

  • Create a parsers folder and refactored the parsing
  • Reads the version from package.json
  • Upgrade packages
  • Switch unit tests to ava