Skip to content

Releases: techfromsage/echo-angular-service

Bump angular logging dependency version

01 Mar 15:14
4ad353d
Compare
Choose a tag to compare
Merge pull request #6 from talis/bumpLoggingServiceDepsVersion

Update bower.json

1.2.3 - Added BROWSER_OS & BROWSER_MOBILE to events

02 Nov 07:24
274a562
Compare
Choose a tag to compare

Minor change to add BROWSER_OS & BROWSER_MOBILE properties to created events.

1.2.2 - Drop back-off logger message level

28 Feb 13:51
Compare
Choose a tag to compare

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

24 Feb 07:33
Compare
Choose a tag to compare

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

19 Feb 12:30
Compare
Choose a tag to compare

Bumps app-logger-angular dependency onto ~2.0.

Descriptive Logging

27 Feb 10:59
Compare
Choose a tag to compare

Added descriptive data to the logs sent to app-logging-angular-service for upstream documentation/filtering

Bumped Logger version

01 Sep 11:10
Compare
Choose a tag to compare

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

17 Apr 09:54
Compare
Choose a tag to compare

had to wrap the word class in quotes when using it as the name of a property within an object, otherwise this errors in old browsers like IE8

Fixes plus browser version tracking

15 Apr 20:58
Compare
Choose a tag to compare
  • Fixed user_guid -> guid
  • Added APP_ID as source
  • Added browser version tracking

Initial public release

15 Apr 14:53
Compare
Choose a tag to compare
0.1.0

added lodash dep