Skip to content

Latest commit

 

History

History
248 lines (129 loc) · 7.51 KB

CHANGELOG.md

File metadata and controls

248 lines (129 loc) · 7.51 KB

RobotlegsJS SignalCommandMap 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.

Suggestions or improvements for further versions

  • Use Function Types for handlers and callbacks instead of generic Function type.

  • Update Prettier rules:

    • printWidth should be around 140 characters per line.

    • Find a way to keep a new line between @inject anotation and property declarations.

  • Improve Code Coverage to reach 100%.

[Unreleased]

Changed

  • Update dev dependencies to latest version.

Security

  • Bump acorn to solve security vulnerability (see #114).

RobotlegsJS-SignalCommandMap 2.0.0

v2.0.0 - 2020-03-03

Breaking Change

  • Update @robotlegsjs/core to version ^2.0.0 (see #112).

    • Migrate array notation from Array<SomeType> to SomeType[].

    • The rest of the Public API remains unchanged.

Added

  • Add Tidelift as funding option (see #107).

  • Add Enterprise Support information (see #108).

Changed

  • Update tslib to version 1.11.1 (see #110).

  • Update @robotlegsjs/signals to version 1.1.0 (see #111).

  • Update dev dependencies to latest version.

Security

RobotlegsJS-SignalCommandMap 1.0.0

v1.0.2 - 2019-10-24

Changed

  • Update @robotlegsjs/signals to version 1.0.3 (see #98).

  • Update @robotlegsjs/core to version 1.0.3 (see #99).

  • Update instanbul settings (see #97).

  • Migrate project to travis-ci.com.

  • Update codebeat Project UUID.

  • Update dev dependencies to latest version.

v1.0.1 - 2019-03-20

Changed

  • Update @robotlegsjs/signals to version 1.0.1 (see #87).

  • Update @robotlegsjs/core to version 1.0.1 (see #87).

  • Improve prettier rules and autoformat script (see #86).

  • Enable "editor.formatOnSave" rule for VS Code (see #86).

  • Update dev dependencies to latest version.

v1.0.0 - 2018-11-25

Changed

  • Update @robotlegsjs/signals to version 1.0.0 (see #79).

  • Update @robotlegsjs/core to version 1.0.0 (see #80).

  • Update karma setup to generate code coverage report only for src folder (see #69).

  • Migrate to Headless Chrome and improve performance of karma (see #75).

  • Prepare package for stable version (see #76).

  • Update GitHub Templates (see #78).

  • Update dev dependencies to latest version.

RobotlegsJS-SignalCommandMap 0.2.0

v0.2.0 - 2018-08-02

Changed

  • Update @robotlegsjs/core to version 0.2.0 (see #67).

  • Update @robotlegsjs/signals to version 0.2.0 (see #66).

  • Update TypeScript Compiler Options (see #55, $64).

  • Use tslib library to avoid duplicated declarations (see #64).

  • Enforce TSLint rules (see #54).

  • Use rimraf instead of rm -rf (see #46).

  • Update Prettier rules (see #45).

  • Update CODEBEAT project UUID (see #44).

  • Update codeclimate settings (see #43).

  • Adopts year-agnostic copyright message.

  • Update dev dependencies to latest version.

RobotlegsJS-SignalCommandMap 0.1.0

v0.1.0 - 2017-11-16

Added

  • Add Changelog (see #27).

  • Add Code of Conduct (see #28).

  • Add Issue Template (see #29).

  • Add Pull Request Template (see #30).

Changed

  • Update @robotlegsjs/signals to version 0.0.12 (see #26).

  • Update @robotlegsjs/core to version 0.1.1 (see #24).

  • Improve Code Coverage and Fix Bugs (see #31).

  • Update dev dependencies to latest version.

RobotlegsJS-SignalCommandMap 0.0.1

v0.0.5 - 2017-09-26

Changed

v0.0.4 - 2017-09-15

Added

  • Add support to Prettier code formatter (see #13).

  • Add integration with CodeBeat (see #13).

  • Add support to Istanbul test coverage tool (see #13).

Changed

  • Update @robotlegsjs/signals to version 0.0.10 (see #12).

  • Update @robotlegsjs/core to version 0.0.5 (see #11).

  • Update TSLint rules (see #13).

  • Update dev dependencies to latest version.

v0.0.3 - 2017-08-30

Changed

v0.0.2 - 2017-08-11

Added

  • Add contributing guidelines.

Changed

v0.0.1 - 2017-08-07