Commit Graph

76 Commits

Author SHA1 Message Date
dependabot-preview[bot]
e33cd8d466 Merge pull request #51 from tiagosiebler/dependabot/npm_and_yarn/webpack-bundle-analyzer-4.3.0 2020-12-26 18:24:03 +00:00
dependabot-preview[bot]
084d21d6c2 Bump @types/node from 14.14.11 to 14.14.16
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.11 to 14.14.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-26 18:23:11 +00:00
dependabot-preview[bot]
049f3c5141 Bump webpack from 5.10.0 to 5.11.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.10.0...v5.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-26 18:21:56 +00:00
dependabot-preview[bot]
7ad4fc3be0 Bump webpack-bundle-analyzer from 4.2.0 to 4.3.0
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.2.0...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-26 18:21:23 +00:00
tiagosiebler
0606525e96 1.3.0-beta.1: introduce typescript, webpack, better overall browser support, deprecate assert calls 2020-12-13 17:19:18 +00:00
dependabot-preview[bot]
4d93e5f14e Merge pull request #31 from tiagosiebler/dependabot/npm_and_yarn/ws-7.4.0 2020-11-10 21:35:21 +00:00
dependabot-preview[bot]
9f4227c624 Bump ws from 7.3.1 to 7.4.0
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.3.1...7.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 07:11:30 +00:00
dependabot-preview[bot]
2f2f9dc05b Bump eslint from 7.12.1 to 7.13.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.12.1...v7.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 07:11:11 +00:00
dependabot-preview[bot]
d67e5be3aa Bump eslint from 7.12.0 to 7.12.1
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.0 to 7.12.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.12.0...v7.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-27 07:10:59 +00:00
dependabot-preview[bot]
d32d3cf48e Merge pull request #26 from tiagosiebler/dependabot/npm_and_yarn/axios-0.21.0 2020-10-26 08:57:52 +00:00
dependabot-preview[bot]
ed02b719c0 Bump axios from 0.20.0 to 0.21.0
Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.20.0...v0.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-26 07:07:26 +00:00
dependabot-preview[bot]
1a13b0ba99 Bump eslint from 7.11.0 to 7.12.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.11.0...v7.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-26 07:07:06 +00:00
dependabot-preview[bot]
0a2d0a421a Bump eslint from 7.10.0 to 7.11.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.10.0...v7.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-12 07:05:30 +00:00
tiagosiebler
3a2125e77b feat: deprecate request and implement axios. bump ws. cleaning. expose request options for proxy support. resolves #12. resolves #4. 2020-10-04 19:37:26 +01:00
tiagosiebler
b201d364bf feat: start work on axios integration, deprecating request. 2020-10-04 14:22:59 +01:00
Stefan Aebischer
49e829fcac 1.1.5 2020-04-20 14:12:00 +02:00
Stefan Aebischer
7618336df9 1.1.4 2020-04-09 15:31:48 +02:00
Stefan Aebischer
6464f83608 1.1.3 2020-02-12 10:47:02 -05:00
Stefan Aebischer
6fd3d34a47 1.1.2 2020-02-01 20:25:27 -05:00
Stefan Aebischer
4cb36631ea 1.1.1 2020-01-20 22:34:55 -05:00
Stefan Aebischer
d33fef4823 1.1.0 2020-01-17 21:47:35 -05:00
Stefan Aebischer
5f50dc9312 1.0.4 2020-01-16 13:32:58 -05:00
Stefan Aebischer
4aaa3e0a95 1.0.3 2020-01-15 17:45:02 -05:00
Stefan Aebischer
90cd20526f 1.0.2 2019-10-27 16:46:45 +02:00
Stefan Aebischer
b5f66480c4 Bumping version 2019-09-16 16:01:43 +02:00
Stefan Aebischer
ed28d14171 Initial commit 2019-09-14 16:02:11 +02:00