Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

79 lines (52 loc) · 1.61 KB

2.1.3 2019-06-21

  • insignificant api changes
  • fixed issues with typing of getter functions
  • covered with tests all api

2.1.2 2019-06-17

  • improved documentation
  • refactored code

2.1.1 2019-06-16

  • added new getSlice function (as an alternative to @Sliced decorator)
  • refactored code

2.1.0 2019-06-14

  • added new @Sliced decorator
  • created approach to leverage the issues with circular dependencies
  • refactored api
  • slightly refactored pattern
  • updated documentation

2.0.0 2019-06-09

  • reduced the amount of required boilerplate code
  • added new features to API: createNote, createUnion, getHub
  • added improvements that accelerate development
  • added tests for all creator functions
  • added support for recent Angular versions
  • completely rewritten documentation
  • fixed bugs and inaccuracies
  • finish hub management pattern and improved semantics
  • updated dependencies

1.3.0 2019-05-08

  • added new navLinkActive directive
  • refactored navigation directives
  • fixed bugs and inaccuracies
  • updated documentation
  • updated dependencies

1.2.0 2019-05-01

  • added few navigation directives
  • added forwardParams fn
  • deprecated stateFn and withdrawn from API
  • minor fixes and refactoring
  • updated documentation
  • updated dependencies

1.1.1 2019-03-09

  • improved reliability and typing
  • fixed issues with route names and ids
  • added tests to cover entry points
  • renamed some API (lazyPath become lazy)
  • extended internal API
  • other minor changes

1.0.1 2019-02-11

  • improved an explanation
  • updated and fixed readme
  • refactored and made functionality clearer

1.0.0 2019-02-09

  • initial release