Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytics v2.0 #11

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"
- run: npm install --no-save
- run: npm publish --access=public
- run: npm run build && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '15']
node: ["16"]
steps:
- uses: actions/checkout@v2
- name: Setup node ${{ matrix.node }}
Expand Down
31 changes: 24 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,55 @@
# Changelog

All changes to this project will be documented in this file.

## [2.0.0] - 2024-07-31

- Switch to api.video analytics v2.0

## [1.0.13] - 2022-11-08

- Fix "seek" event "from" value when seek is the first event

## [1.0.12] - 2022-02-21

- Disallow arrow functions in webpack configuration

## [1.0.11] - 2022-01-01

- Pause pings if the current src is not an api.video one

## [1.0.10] - 2021-09-20

- Bump npm player-analytics dependency version

## [1.0.9] - 2021-07-06

- Bump npm player-analytics dependency version

## [1.0.8] - 2021-06-30
- Add dist/*

- Add dist/\*

## [1.0.7] - 2021-06-30

- Bump npm player-analytics dependency version

## [1.0.4] - 2021-04-21

- Bump @api.video/player-analytics

## [1.0.3] - 2021-04-21

- Add some more videojs events

## [1.0.2] - 2021-04-20

- Relay all listened events

## [1.0.1] - 2021-03-24

- Bump npm dependencies version

## [1.0.0] - 2021-03-24

- First release
Loading
Loading