Skip to content

Latest commit

 

History

History
202 lines (106 loc) · 7.32 KB

File metadata and controls

202 lines (106 loc) · 7.32 KB

RobotlegsJS Phaser-CE 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

  • Add instructions of how to install the @robotlegsjs/phaser-ce-signalcommandmap package into README.md.

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

  • Update Prettier rules:

    • printWidth should be around 140 characters per line.
  • Improve Code Coverage to reach 100%.

[Unreleased]

RobotlegsJS Phaser-CE SignalCommandMap 2.0.0

v2.0.0 - 2020-03-14

Breaking Change

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

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

    • The rest of the Public API remains unchanged.

Added

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

  • Add Enterprise Support information (see #48).

Changed

  • Update phaser-ce to version 2.15.0 (see #53).

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

  • Update dev dependencies to latest version.

Security

RobotlegsJS Phaser-CE SignalCommandMap 1.0.0

v1.0.1 - 2019-10-31

Changed

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

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

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

  • Migrate project to travis-ci.com.

  • Update codebeat Project UUID.

  • Update dev dependencies to latest version.

v1.0.0 - 2018-11-26

Changed

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

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

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

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

  • Update GitHub Templates (see #12).

  • Update dev dependencies to latest version.

RobotlegsJS Phaser-CE SignalCommandMap 0.2.0

v0.2.0 - 2018-08-04

Added

  • Add changelog (see 30).

  • Add Code of Conduct (see 31).

  • Add Issue Template (see 32).

  • Add Pull Request Template (see 33).

Changed

  • Rename package to @robotlegsjs/phaser-ce-signalcommandmap and move to RobotlegsJS-Phaser-CE-SignalCommandMap (see #1).

  • Move phaser-ce library to peerDependencies, allowing the final user to choose the desired version of the phaser-ce library on each project (see #3).

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

  • Update phaser-ce to version 2.11.0 (see 37).

  • Update codeclimate settings (see 34).

  • Update Prettier rules (see 35).

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

  • Update TypeScript Compiler Options (see 38, 42).

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

  • Enforce TSLint rules (see 39).

  • Adopts year-agnostic copyright message (see 40).

  • Update dev dependencies to latest version.

RobotlegsJS Phaser SignalCommandMap 0.0.1

(published as @robotlegsjs/phaser-signalcommandmap)

v0.0.5 - 2017-09-26

Changed

  • Update @robotlegsjs/core to version 0.0.6 (see 9).

  • Update phaser-ce to version 2.8.8 (see 10).

  • Adapt to NPM v5.0.0 (see 7).

  • Update dev dependencies to latest version.

v0.0.4 - 2017-09-15

Added

Changed

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

  • Update phaser-ce to version 2.8.7 (see 6).

  • Update TSLint rules (see 6).

  • Update dev dependencies to latest version.

v0.0.3 - 2017-08-30

Changed

  • Update @robotlegsjs/core to version 0.0.4 (see 4).

  • Update phaser-ce to version 2.8.4.

  • Enable GreenKeeper.

  • Update dev dependencies to latest version.

v0.0.2 - 2017-08-12

Changed

  • Update npm badge.

v0.0.1 - 2017-08-12

  • The version 0.0.1 integrated version 2.8.3 of phaser-ce package.