Skip to content

Latest commit

 

History

History
126 lines (68 loc) · 3.43 KB

CHANGELOG.md

File metadata and controls

126 lines (68 loc) · 3.43 KB

RobotlegsJS OpenFL 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/openfl 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 OpenFL.

[Unreleased]

Robotlegs-OpenFL 2.0.0

v2.0.0 - 2020-03-14

Breaking Change

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

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

    • The rest of the Public API remains unchanged.

Added

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

  • Add Enterprise Support information (see #64).

  • Deploy example project (see #67).

Changed

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

  • Update dev dependencies to latest version.

Security

Robotlegs-OpenFL 1.0.0

v1.0.1 - 2019-10-31

Changed

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

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

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

  • Migrate project to travis-ci.com.

  • Update codebeat Project UUID.

  • Update dev dependencies to latest version.

v1.0.0 - 2018-11-26

Changed

  • Update openfl to version 8.6.4 (see #22).

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

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

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

  • Update GitHub Templates (see #25).

  • Update dev dependencies to latest version.

Robotlegs-OpenFL 0.2.0

v0.2.0 - 2018-08-18

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

  • Update openfl to version 8.4.1 (see #6).

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

  • Enable greenkeeper (see #2).

  • Update dev dependencies to latest version.