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/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.
v2.0.0 - 2020-03-14
-
Update
@robotlegsjs/core
to version^2.0.0
(see #58 and #64).-
Migrate array notation from
Array<SomeType>
toSomeType[]
. -
The rest of the
Public API
remains unchanged.
-
-
Add Tidelift as funding option (see #59).
-
Add Enterprise Support information (see #60).
-
Add link to example project on
Readme
(see #63).
-
Update
tslib
to version1.11.1
(see #62). -
Update dev dependencies to latest version.
- Migrate to terser-webpack-plugin to solve security vulnerability (see #58).
v1.0.1 - 2019-10-31
-
Update
@robotlegsjs/core
to version1.0.3
(see #52). -
Deploy example project (see #24).
-
Improve
prettier
rules andautoformat
script (see #32). -
Enable
"editor.formatOnSave"
rule forVS 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
-
Update
@robotlegsjs/core
to version1.0.0
(see #21). -
Update
karma
setup to generate code coverage report only forsrc
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.