Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 1.47 KB

v0.3.0-beta.7

Added

  • support binding options from init method (commit). @vincenzopalazzo 07-01-2023

v0.3.0-beta.6

Fixed

  • API msg field plugin error (commit). @vincenzopalazzo 18-11-2022
  • make plugin error API public (commit). @vincenzopalazzo 18-11-2022

v0.3.0-beta.5

Fixed

  • expose plugin state as public (commit). @vincenzopalazzo 03-09-2022

Added

  • allow method chaining before startup (commit). @vincenzopalazzo 03-09-2022

v0.3.0-beta.4

Added

  • store configuration inside the plugin (commit). @vincenzopalazzo 01-09-2022
  • add possibility to register on init (commit). @vincenzopalazzo 01-09-2022

v0.3.0-beta.3

Added

  • introduce error handling (commit). @vincenzopalazzo 27-08-2022

v0.1.0-beta.1

  • Hello World :)