Skip to content

Release 0.15.0

Choose a tag to compare

@gavoja gavoja released this 23 Mar 19:05
· 4 commits to main since this release

This change removes extend and add functions. The same functionality is now provided via init call. This is done to enforce the order of execution: extending needs to happen before the observer starts observing in order to avoid a race condition.

  • Fixed NPM audit. (1186ca8)
  • Enforced proper resolution order; extending is only possible on init. (551c4b0)
  • Added rumdl linting config. (22a2328)