2.0.2 (2020-02-11)
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)
- remove jshint and jscs (128ff54)
- update stack with component-rollup-config (19dc591)
-
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'])
All notable changes to this project will be documented in this file.