Skip to content

Releases: relekang/event-value-extractor

v2.1.0

Choose a tag to compare

@relekang relekang released this 08 Jan 07:08

<a name"2.1.0">

2.1.0 (2016-01-08)

Bug Fixes

  • Add better handling of undefined events (36739925, closes #1)

Features

v2.0.1

Choose a tag to compare

@relekang relekang released this 08 Jan 07:08

<a name"2.0.1">

2.0.1 (2016-01-08)

Bug Fixes

  • Add better handling of undefined events (36739925, closes #1)

v2.0.0

Choose a tag to compare

@relekang relekang released this 07 Jan 16:03

<a name"2.0.0">

2.0.0 (2016-01-07)

Features

  • Add support for extracting the name property (d4dc94df)

Breaking Changes

  • This changes the arguments which event-value-extractor
    calls the passed function with. The first argument was earlier the
    value, but from now on it is the name and the value is the second
    argument.

    (d4dc94df)

v1.0.1

Choose a tag to compare

@relekang relekang released this 15 Oct 05:53

<a name"1.0.1">

1.0.1 (2015-10-15)

Bug Fixes