Dittly / website

πŸ”¨ The Dittly Website
4 stars 2 forks source link

Update keen-tracking to the latest version πŸš€ #87

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 2.0.0 of keen-tracking was just published.

Dependency keen-tracking
Current Version 1.4.2
Type dependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of keen-tracking.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 33 commits.

  • 2dea6aa 2.0.0
  • 879686a Merge pull request #127 from keen/akasprowicz-v2
  • 2d5a2fc update autotracking docs to use v2.0.0
  • 076d042 fix tests and remove deprecated dependencies
  • 93c7471 v2.0.0 readme and docs info
  • 2734a71 Merge pull request #126 from keen/akasprowicz-webpack-es5-umd
  • 1423b98 remove deprecated packages and testing software
  • a0e46cf remove browserify from travis
  • 707c22a remove testing from gulp - move to npm
  • 6df51e1 turn off keen debug logs
  • 788c782 jest match unit tests
  • 6a7ddfd jest match unit tests
  • f1d0b48 fix test for record-events-server
  • aeb291e fix test for record-events-browser
  • eeffb2d fix test for helpers

There are 33 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 2.0.1 just got published.

Update to this version instead πŸš€

Release Notes Fixes

FIXED:

  • Listener for HTML A tags containing downloadable base64 data. (#128 contributed by hinaloe)
Commits

The new version differs by 9 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 5091eac 2.0.2
  • abded35 Merge pull request #130 from keen/akasprowicz-fetch
  • 070aa68 fix doc
  • d2e6752 build with Fetch and Promise
  • ce62d8b update docs and tests
  • 14b9c09 fix listener not waiting until request completed
  • 07f8c6a fetch api and promises as a default method of communication

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.7 just got published.

Update to this version instead πŸš€

Release Notes AutoTracking - IP addresses

New:

  • Turn off IP collecting with:
    client.initAutoTracking({ collectIpAddress: false });
Commits

The new version differs by 7 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.8 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 135f471 2.0.8
  • 8e1daa1 fix issue with babelrc in node_modules
  • e08bf2c Merge pull request #132 from keen/akasprowicz-update-docs-autocollector
  • 4cf26fb update docs for Autocollector

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.9 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • f372832 2.0.9
  • 8a65664 Merge pull request #133 from keen/akasprowicz-readme
  • bfc34ea update cdn urls
  • 17d13d3 remove deprecated build status errored by too huge builds

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 733376e 3.0.0
  • 47bcdbb fix node req header
  • 1028141 Merge pull request #134 from keen/akasprowicz-retry-save
  • c46f51f update readme with Retry config
  • 109c482 cleanup files from old pipeline
  • ec48c18 retry if request fails, related to #51 and #52
  • c45fd8a retry if request fails, related to #51 and #52
  • 2dce548 update UUID generation with Crypto
  • 18fb9fa update UUID generation with Crypto

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 8e47fc9 3.0.2
  • 732b672 test demo naming
  • cbb8c93 Merge pull request #135 from keen/akasprowicz-window-var-keen-tracking
  • 6ace29c name KeenTracking global window variable, instead of just Keen, to keep docs clear
  • 766eada fix ending of readme

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 79b76fe 3.2.0
  • 3e94e9e Merge pull request #138 from keen/akasprowicz-hot-features
  • bdf4c5b update docs with unique and error handling for autotracking
  • 831fa02 build with new features
  • 1411569 testing new functionality
  • 3802b24 autotracking error handling, unique events feature

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.1 just got published.

Update to this version instead πŸš€

Release Notes v4.0.1

New:

Deprecated and removed methods:

  • request types: jsonp, xhr
  • addEvent
  • addEvents
  • setGlobalProperties

This way we reduced the size of gzipped js file to 18.3 KB (5% reduction).

Commits

The new version differs by 12 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 44ef75a 4.0.5
  • 18d22f9 add keywords and description to better explain what is this package
  • 40d49a3 add keywords and description to better explain what is this package

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • fc2dd82 4.0.6
  • a7e5daf Merge pull request #142 from keen/update-noconflict
  • 50dbee1 get href of parent if no href defined for element
  • 42e3812 update

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • c547d8b 4.0.7
  • 14f04ee fix broken link #146 and remove duplicated paragraphs

See the full diff