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.
-
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.
v2.0.0 - 2020-03-14
-
Update
@robotlegsjs/core
to version^2.0.0
(see #62 and #68).-
Migrate array notation from
Array<SomeType>
toSomeType[]
. -
The rest of the
Public API
remains unchanged.
-
-
Add Tidelift as funding option (see #63).
-
Add Enterprise Support information (see #64).
-
Deploy example project (see #67).
-
Update
tslib
to version1.11.1
(see #66). -
Update dev dependencies to latest version.
- Migrate to terser-webpack-plugin to solve security vulnerability (see #62).
v1.0.1 - 2019-10-31
-
Update
@robotlegsjs/core
to version1.0.3
(see #55). -
Improve
prettier
rules andautoformat
script (see #34). -
Enable
"editor.formatOnSave"
rule forVS 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
-
Update
openfl
to version8.6.4
(see #22). -
Update
@robotlegsjs/core
to version1.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.
v0.2.0 - 2018-08-18
-
Added integration with openfl library (see #1).
-
Update
openfl
to version8.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.