Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@tiagoschenkel tiagoschenkel released this 03 Mar 20:00
· 4 commits to master since this release

Breaking Change

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

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

    • The rest of the Public API remains unchanged.

  • Update @robotlegsjs/signalcommandmap to version ^2.0.0 (see #120).

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

    • The rest of the Public API remains unchanged.

Added

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

  • Add Enterprise Support information (see #117).

Changed

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

  • Update dev dependencies to latest version.

Security