Releases: swcraig/oxford_dictionary
v3.0.0
v2.0.0
OxfordDictionary 2.0.0 (2019-06-29)
- Remove wordlist endpoint
#20 - Use new V2 interface for V1 inflection usage
#21 - Use new V2 interface for V1 search usage
#22 - Use new V2 interface for V1 entry usage
#23 - Remove all V1 functionality
#24
More Information
Oxford Dictionaries has made a V2 upgrade to their API and will be
taking their V1 API offline on June 30, 2019.
Reference the README and following PRs for the new usage:
This version uses the V2 endpoints exclusively.
v.1.3.0
OxfordDictionary 1.3.0 (2019-06-22)
- Add V2 translations support
#12 - Add V2 sentences support
#13 - Add V2 thesaurus support
#14 - Add V2 search support
#15
More Information
Oxford Dictionaries is updating their API to a new version which
includes quite a few changes:
https://developer.oxforddictionaries.com/version2
Oxford Dictionaries is taking their V1 API offline on June 30, 2019.
The deprecation warnings (please check the closed PRs online which
include them) should give an idea on how users should update their
applications to use the new V2 interfaces. All V2 interfaces use named
parameters and specifically leverage their params
arguments for more
control over how the endpoints are called. Check out [Oxford
Dictionaries' online documentation]
(https://developer.oxforddictionaries.com/documentation), the specs, and
the commit messages for the V2 endpoints for more information.
v1.3.0 does not include a README update (I will do that when I cut
v2.0.0).
The 2.0.0 of this library will include the removal of all V1 interfaces.
The V2 interfaces for this library are in the following PRs:
Entries: #8
Translations: #12
Sentences: #13
Thesaurus: #14
Lemmas: #10
Search: #15
v1.2.0
V1 API support from Oxford Dictionaries will end on June 30, 2019:
https://developer.oxforddictionaries.com/version2
Current library uses will see deprecation warnings for the
Client#inflection
calls (until they upgrade to named parameters).
Use Client#lemma
instead.
Reference #10 for more information. The new interface is shown in
OxfordDictionary::Endpoints::Lemmas
.
v1.1.0
OxfordDictionary 1.1.0 (2019-06-22)
- Add V2 entries support
#8
More Information
V1 API support from Oxford Dictionaries will end on June 30, 2019:
https://developer.oxforddictionaries.com/version2
Current library uses will see deprecation warnings for the
Client#entry
calls (until they upgrade to named parameters).
Reference #8 for more
information. The new interface is shown in
OxfordDictionary::Endpoints::Entries
.