Skip to content

Latest commit

 

History

History
125 lines (68 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

125 lines (68 loc) · 6.04 KB

5.1.0 (2024-12-07)

5.0.2 (2022-10-04)

Bug Fixes

  • 🐛 (docs) update usage docs (ffc8df8)
  • 🐛 (globals) remove no longer used declarations file (112b62a)
  • 🐛 (globals) remove wrong globals documentation (8bc9ca7)

5.0.1 (2022-01-12)

Bug Fixes

5.0.0 (2022-01-04)

chore

Features

BREAKING CHANGES

  • 🧨 Upgrade to Angular 13 and Ivy
  • 🧨 Angular upgrade

4.0.1 (2021-03-17)

Bug Fixes

  • build: fix pretty-html-log dep (55df5ed)

4.0.0 (2021-03-17)

Features

BREAKING CHANGES

  • 🧨 Angular 11

3.1.3 (2020-11-30)

Bug Fixes

  • 🐛 document the exported logNgHTML function (43191cf)

3.1.2 (2020-09-20)

Bug Fixes

  • range: support multiple Angular versions (407f30f)

3.1.1 (2020-04-20)

Bug Fixes

3.1.0 (2020-04-20)

Features

  • prettier: update pretty-html-log to use existing prettier config if available (69edee7)

3.0.0 (2020-04-17)

Features

  • upgrade: upgrade to Angular 9 (97c9f61)

BREAKING CHANGES

  • upgrade: Uprgrade to Angular 9, upgrade deps, improve docs

2.0.0 (2020-03-12)

Features

  • comments: disable comments by default and add flag to add them (8bbda1e)

BREAKING CHANGES

  • comments: param order changed: before(ngHTMLElement, theme) - now: (ngHTMLElement, enableComments, theme)

1.0.3 (2019-12-04)

Bug Fixes

  • docs: add import order information to the README (1382e40)

1.0.2 (2019-11-25)

Bug Fixes

1.0.1 (2019-11-08)

Bug Fixes

  • metadata: add missing metadata (a948d3b)

1.0.0 (2019-11-06)

Bug Fixes

  • linting: adjust selector in tslint (d9ccdb7)
  • package: add publish config (3128b15)
  • package: adjust package.json and trigger a release (4e31227)
  • type: adjust typo to trigger release (66604be)

Features

  • logmethod: add logNgHTML method to console (3054c05)
  • setup: setup library (1337b80)
  • showcase: add a showcase (912a254)