Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

124 lines (67 loc) · 3.51 KB

RobotlegsJS CreateJS 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/createjs package into README.md.

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

  • Evaluate if IMediator interface should be mandatory.

  • Update Prettier rules:

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

  • Migrate original documentation and adapt it to TypeScript and CreateJS.

[Unreleased]

Robotlegs-CreateJS 2.0.0

v2.0.0 - 2020-03-14

Breaking Change

  • Update @robotlegsjs/core to version ^2.0.0 (see #58 and #64).

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

    • The rest of the Public API remains unchanged.

Added

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

  • Add Enterprise Support information (see #60).

  • Add link to example project on Readme (see #63).

Changed

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

  • Update dev dependencies to latest version.

Security

Robotlegs-CreateJS 1.0.1

v1.0.1 - 2019-10-31

Changed

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

  • Deploy example project (see #24).

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

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

  • 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 #21).

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

  • Improve webpack configuration used to run example project. The npm start script will generate hashed files (to avoid browser cache) and open the broswer automatically (see #5).

  • Migrate to Headless Chrome and improve performance of Karma (see #16).

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

  • Update GitHub Templates (see #20).

  • Update dev dependencies to latest version.

Robotlegs-CreateJS 0.2.0

v0.2.0 - 2018-08-08

  • Added integration with createjs library (see #1).

  • Use easeljs package instead of full createjs package (see #3).

  • Enable greenkeeper (see #2).