Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Latest commit

History

History
30 lines (21 loc) 路 1.06 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) 路 1.06 KB

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.

Added

  • Added logger.ts, which implements logger handling for the CLI. This includes the following items:
    • defaultKipperLoggerConfig - Default Config for the tslog Logger
    • defaultCliEmitHandler - Default Emit Handler for the CLI
    • defaultCliLogger - Default tslog Logger

Changed

Removed

0.0.5 - 2022-03-02

Added

  • Class KipperParseStream for storing the content of a file.
  • Namespace KipperStreams with the function fromFile(), which reads a file asynchronously and initialises an instance of the class KipperParseStream.
  • Basic commands analyse, compile and run, which were imported from the main repository.