Releases: andyruwruw/chess-web-api
Releases · andyruwruw/chess-web-api
User-Agent Authentication
- Added User-Agent information per pull request.
Fix Dispatch Callback Parameters
- Fixed error in which
dispatch
expected callback parameters to be a function and not an array.
Remove getPlayerOnline and Documentation
- Disabled
getPlayerOnline
, Chess.com removed the endpoint. - Updated tests for
getPlayerOnline
- Updated
getPlayerOnline
Documentation - Contacted Chess.com about
getGameById
and updated documentation with their warnings
Game by ID and CI
- Added
chess.js
as a dependency. - Added the
getGameByID
endpoint. - Tests no longer run synchronously.
- Added Github Actions for CI.
- Fixed links in README.md, sorry!
- Fixed
ifChanged
not throwing errors for missing parameters. - Added tests and organized them a bit.
Documentation Update
Silly mistake in README.md, no major changes.
Documentation Update
Minor update, the logo is now an SVG instead of PNG to help it display on NPM as well.
Spelling Errors and Bumped node-notifier to 8.01
v1.0.15 Merge pull request #8 from andyruwruw/dependabot/npm_and_yarn/node-no…
Callback Parameter Default
Defines a default callback parameter value.
Spelling Mistakes
Fixes spelling issues in documentation.
Updated README.md
Updated README.md to make things a little prettier.