Skip to content

Releases: gund/ngx-router-meta

v2.0.0

08 Jul 01:27
Compare
Choose a tag to compare

2.0.0 (2022-07-08)

Bug Fixes

  • lib: remove typed providers (4772902)

Features

  • ng: update to Angular v14 (5607544)

BREAKING CHANGES

  • ng: Library is built using Angular v14

v1.0.0

04 Sep 22:59
Compare
Choose a tag to compare

1.0.0 (2019-09-04)

Bug Fixes

  • build: enable TS metadata emit (58c09b2)
  • lib: adjust public API to export only public entities (07774ea)
  • lib: cleanup old meta tags when updating meta (101a309)
  • lib: injection type in RouterMetaService to support AOT compilation (676935c)
  • lib: properly annotate optional injection token type (3044a72)
  • lib: remove personal scope from package name (5d13d4d)
  • lib: resets of meta with proper contexts (3c67c74)
  • lib: use personal scope for package name (4d987c0)

Features

  • lib: add templating capabilities to strings (9cd5c7c)
  • lib: allow custom intepolation in strings (6a305c2)
  • lib: allow providing default context (c0f91f2)
  • lib: allow to clear context via service (821dcdb)
  • lib: allow to provide config as custom provider (9e629f6)
  • lib: generate library (d39cf18)
  • lib: implement basic meta functionality (00ea7ea)
  • lib: implement title trnasfer from server to client (e10794b)
  • lib: process default title as template (ac7054a)
  • lib: support inner interpolations in templates (c0e4eb6)