LookAtMySuitBot/js/node_modules/yggdrasil/HISTORY.md

29 lines
597 B
Markdown
Raw Normal View History

2023-12-24 20:08:39 -05:00
## History
## 1.7.0
* Add new endpoint to invalidate all accessTokens using current valid accessToken and clientToken
* Fixed "call" function throwing an empty error message
## 1.6.1
* Properly escape the username
## 1.6.0
* move back to js
## 1.5.2
* Fix the release
## 1.5.0
* Add async support and typings with typescript and convert to node-fetch (thanks @Rob9315)
## 1.4.0
* Add ability to request user from token refresh (thanks @ph0t0shop)
## 1.3.0
- improve code (@IdanHo)
- add proxy support (@IdanHo)
## 1.2.0
- Fix phin error handler @rom1504
- Handle CloudFlare errors @wvffle