Sha256: d7eb0f9588bf45675e6ac9331d454525692bd20b146ecf442e9b22e526aaa02c

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# Changelog
All notable changes to this project will be documented in this file.
The format suggested at http://keepachangelog.com/ is used.

## 1.0.1 - 2014-04-29

### Fixed
- Universal Analytics Adapter now marks event as non-interaction.

## 1.1.0 - 2014-10-17

### Added
- Some documentation regarding controller specs (closes #10)
- More middleware specs

### Fixed
- Error returns white page

## 1.2.0 - 2014-12-18

### Added
- A Test Adapter that pushes events to a `window.events` array.

## 1.3.0 - 2017-04-27

### Added
- Support for turbolinks.

## 1.4.0 - 2018-03-09

### Fixed
- Fixed turbolinks events. To prevent older events the be processed again after page
  changes orchestrated by turbolinks, events are no longer processed via the
  injected DOM node. (Because the node would be cached and the event already
  processed.) Instead the the header-strategy is being used.

## 1.4.1 - 2018-04-03

### Fixed
- Ensure category, action and label do not include any umlauts or ß chars
- Fixed an error where events are remaining after a redirect

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ga_events-1.4.1 CHANGELOG.md