Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 1.51 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

10.0.0 (2019-05-04)

chore

  • linting: add global tslint rules (#35) (336cc60), closes #4

Features

BREAKING CHANGES

  • Upgrades Angular dependencies to v7
  • linting: - ConnectArray has been renamed to ConnectArrayDirective
  • ReactiveConnect has been renamed to ReactiveConnectDirective
  • Connect has been renamed to ConnectDirective
  • interfaces with an "I" prefix have had that prefix removed (e.g "IAppStore" -> "AppStore")