Skip to content

Commit

Permalink
Cut 2.0.0
Browse files Browse the repository at this point in the history
Oxford Dictionaries has made a V2 upgrade to their API and will be
taking their V1 API offline on June 30, 2019.

Reference the following PRs for the new usage:
- Entries: #8
- Translations: #12
- Sentences: #13
- Thesaurus: #14
- Lemmas: #10
- Search: #15

This version uses the V2 endpoints exclusively.
  • Loading branch information
swcraig committed Jun 30, 2019
1 parent 3d47ec8 commit bb7475f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## OxfordDictionary master (unreleased)

## OxfordDictionary 2.0.0 (2019-06-29)
- Remove wordlist endpoint
[\#20](https://github.com/swcraig/oxford-dictionary/pull/20)
- Use new V2 interface for V1 inflection usage
[\#21](https://github.com/swcraig/oxford-dictionary/pull/21)
- Use new V2 interface for V1 search usage
[\#22](https://github.com/swcraig/oxford-dictionary/pull/22)
- Use new V2 interface for V1 entry usage
[\#23](https://github.com/swcraig/oxford-dictionary/pull/23)
- Remove all V1 functionality
[\#24](https://github.com/swcraig/oxford-dictionary/pull/24)

## OxfordDictionary 1.3.0 (2019-06-22)

- Add V2 translations support
Expand Down
2 changes: 1 addition & 1 deletion lib/oxford_dictionary/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OxfordDictionary
VERSION = '1.3.1'.freeze
VERSION = '2.0.0'.freeze
end

0 comments on commit bb7475f

Please sign in to comment.