Skip to content

Releases: swcraig/oxford_dictionary

v3.0.0

14 Aug 16:01
Compare
Choose a tag to compare

OxfordDictionary 3.0.0 (2019-08-13)

  • Remove support for all V1 API calls

v2.0.0

30 Jun 06:05
Compare
Choose a tag to compare

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:

  • Entries: #8
  • Translations: #12
  • Sentences: #13
  • Thesaurus: #14
  • Lemmas: #10
  • Search: #15

This version uses the V2 endpoints exclusively.

v.1.3.0

23 Jun 05:42
Compare
Choose a tag to compare

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

23 Jun 00:12
Compare
Choose a tag to compare

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

22 Jun 21:05
Compare
Choose a tag to compare

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.

v1.0.1

08 May 03:16
bc59254
Compare
Choose a tag to compare

OxfordDictionary 1.0.1 (2019-05-07)

  • Deprecate the Wordlist endpoint #5