Releases: pablopunk/livesoccertv-parser
Releases · pablopunk/livesoccertv-parser
6.0.3 Search!
Full Changelog: 5.4.1...6.0.3
5.4.0 - Typescript types
Add typings
It's been 6 long years
Fixed it all in like 20 minutes with ChatGPT. Even tests.
What's Changed
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #19
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #18
- Bump moment from 2.27.0 to 2.29.2 by @dependabot in #22
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #23
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #21
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #20
Full Changelog: 5.3.1...5.3.2
More robust, better tests and a lot of bugs fixed
More stable
I'm glad to bring you this last release that fixes a major bug I was having for a long time and more timezones support:
- Now all timezones should work fine!
- Timezone resets to default on each request (there was a problem when you where making multiple requests - changing the default timezone would affect following requests).
- Replaced
axios
withgot
It works 🎉
Now the parser is consistent across all possible uses. Before it would cause problems depending on the browser language, server, etc.