Releases: techfromsage/echo-angular-service
Bump angular logging dependency version
1.2.3 - Added BROWSER_OS & BROWSER_MOBILE to events
Minor change to add BROWSER_OS & BROWSER_MOBILE properties to created events.
1.2.2 - Drop back-off logger message level
Dropped the log level of the back-off message from 'error' to 'warn' as it's really not an error and is just polluting the TN HipChat room
1.2.1 (24 Feb 2016) Bump app-logger-angular to 2.x
Updated dependency on app-logger-angular from ~2.0 to 2.x so that 2.1 and above are allowed.
(Don't know why ~2.0 wasn't allowing 2.1.0 when I thought from the docs it should)
1.2.0 (19 Feb 2016) - Bump app-logger-angular version
Bumps app-logger-angular dependency onto ~2.0.
Descriptive Logging
Added descriptive data to the logs sent to app-logging-angular-service for upstream documentation/filtering
Bumped Logger version
Had to create a new release to change the logger dependency. That is not backward compatible, hence semantic versioning states we need to create a new version.
also commented out $rootScope.$apply, we aren't sure why this was originally needed.
Bug fix
Fixes plus browser version tracking
- Fixed user_guid -> guid
- Added APP_ID as source
- Added browser version tracking
Initial public release
0.1.0 added lodash dep