Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Latest commit

 

History

History
52 lines (21 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

52 lines (21 loc) · 1.37 KB

2.0.2 (2020-02-11)

Bug Fixes

  • service: use uniqBy instead of uniq (#38) (94ba684), closes #19

2.0.1 (2020-01-07)

2.0.0 (2019-10-22)

2.0.0-beta.1 (2019-01-09)

2.0.0-beta.0 (2018-12-14)

Bug Fixes

Code Refactoring

  • update stack with component-rollup-config (19dc591)

BREAKING CHANGES

  • module name is now ngTailLogs and package is scoped in @ovh-ux

    Before:

      import 'ovh-angular-tail-logs';
      angular.module('myModule', ['ovh-angular-tail-logs'])
    

    After:

      import '@ovh-ux/ng-tail-logs';
      angular.module('myModule', ['ngTailLogs'])
    

Change log

All notable changes to this project will be documented in this file.