Skip to content

Commit

Permalink
Merge pull request #25 from SavchenkoValeriy/feat/use-api
Browse files Browse the repository at this point in the history
Migrate to GraphQL API
  • Loading branch information
SavchenkoValeriy authored Mar 12, 2023
2 parents 2ebea58 + c9c0069 commit 87074d2
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 154 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ If you have any active selection, `powerthesaurus-lookup-word` fetches selected

## Changelog

### Version 0.3.0
* Migrate from parsing HTML of the page to the use of the API.

### Version 0.2.2
* Remove redundant headers in request messages to server that potentially cause
failure to parse received candidates (Github issue #16).
Expand All @@ -93,3 +96,10 @@ If you have any active selection, `powerthesaurus-lookup-word` fetches selected
* Support queries involving terms that consist of multiple words (e.g.,
"give up").
* Fix Github issues #13, #14, #15 and #17.

## Acknowledgements

I want to give a huge shoutout to the creators of powerthesaurus.org for creating
such an amazing tool.

Also, kudos to the authors of [alfred-powerthesaurus](https://github.com/clarencecastillo/alfred-powerthesaurus) who figured out internal APIs and whose work I shamelessly copied.
Loading

0 comments on commit 87074d2

Please sign in to comment.