Skip to content

Releases: CrossLead/crosslytics

v3.0.0

14 Sep 08:32
Compare
Choose a tag to compare

3.0.0 (2017-09-14)

  • feat: convert TrackedEvent to interface (4351eb6)

BREAKING CHANGE

  • TrackedEvent is now an interface instead of an abstract base class so applications aren't tied to a particular implementation for concrete events.

v2.2.0

06 Sep 20:15
Compare
Choose a tag to compare

2.2.0 (2017-09-06)

  • docs: add more usage notes (8e11f3c)
  • feat: add Crosslytics.identify() helper (66822e8)

v2.1.0

06 Sep 15:16
Compare
Choose a tag to compare

2.1.0 (2017-09-06)

  • feat: bump typescript, use default type parameter (#1) (c1c2fca)

v2.0.0

25 Aug 04:38
Compare
Choose a tag to compare

2.0.0 (2017-08-25)

  • fix: add back accidentally deleted file (1abd6bd)
  • feat: add page() support (c5ed503)

BREAKING CHANGE

  • Trackers must now implement the page() method for tracking page visits. You MAY implement it as a noop if your tracking service does not support page views.

v1.1.2

18 Jul 02:51
Compare
Choose a tag to compare

1.1.2 (2017-07-18)

  • fix: use iterator properly (8f4c91c)

v1.1.1

17 Jul 20:25
Compare
Choose a tag to compare

1.1.1 (2017-07-17)

  • fix: target es5 for greater browser support (31b1066)

v1.1.0

12 Jul 22:47
Compare
Choose a tag to compare

1.1.0 (2017-07-12)

  • feat: add id to Trackers and manage with simple Map (7d04e23)
  • docs: update README (6ac09f8)

v1.0.0

12 Jul 05:40
Compare
Choose a tag to compare

1.0.0 (2017-07-12)

  • feat: add .identify() to Tracker (260423b)
  • style: fail tests on lint errors (5a87a11)
  • WIP: feat: add core interfaces and classes (62e0030)
  • test: adjust test structure (c994174)
  • chore: add scaffolding (29424dc)
  • chore: add semantic-release (3f6df3d)
  • docs: update README (320162a)
  • Initial commit (58bb251)