Skip to content

Releases: ncbo/ontologies_api_ruby_client

2.5.2

06 Mar 01:31
Compare
Choose a tag to compare

What's Changed

Increased the version number to 2.5.2

Full Changelog: v2.5.1...v2.5.2

2.5.1

06 Mar 01:12
Compare
Choose a tag to compare

What's Changed

  • Fixed a "can't modify frozen String" error
  • Fixed some RuboCop warnings
  • Synchronized with the upstream repository

Full Changelog: v2.5.0...v2.5.1

2.5.0

10 Feb 23:48
694648f
Compare
Choose a tag to compare

What's Changed

  • Added support for passing an ID when exploring links #15 by @syphax-bouazzouni
  • Added unit tests for the changes introduced in PR #15
  • Synchronized with the upstream repository
  • Removed Ruby 3.0 from the text matrix
  • Updated the copyright year in the license text
  • Increased the version number from 2.4.0 to 2.5.0

Full Changelog: v2.4.0...v2.5.0

2.4.0

04 Sep 18:36
f589b13
Compare
Choose a tag to compare

What's Changed

Adopt some of the optimizations implemented by our LIRMM collaborators in their version of this library. See #34 for more detail.

Full Changelog: v2.3.0...v2.4.0

2.3.0

22 Jul 19:45
Compare
Choose a tag to compare

What's Changed

Add multiple media types models by @syphax-bouazzouni in #17

Full Changelog: v2.2.5...v2.3.0

2.2.5

16 Jan 20:48
Compare
Choose a tag to compare

What's Changed

  • Upgrade activesupport from 6.1.7.3 to 7.0.8 (#31)
  • Bump minitest from 5.18 to 5.20
  • Add minitest-hooks as a development dependency
  • Validate provided API key before executing the unit test suite (#16)
  • Remove Ruby 2.7 and add 3.1 to the test matrix
  • Run unit tests in verbose mode
  • Update gemspec description and README to include the AllegroGraph database

Full Changelog: v2.2.4...v2.2.5

2.2.4

20 Jul 21:04
Compare
Choose a tag to compare

What's Changed

Replace outdated test-unit with minitest by @jvendetti in #30

Full Changelog: v2.2.3...v2.2.4

2.2.3

19 Jul 00:27
Compare
Choose a tag to compare

What's Changed

  • Modified the purl method to check class IDs for a PURL host, rather than the string 'purl' (#28)
  • Made the PURL host configurable, and set a default value
  • Added several unit tests for the purl method
  • Configured PURL host and prefix values in config.test.rb for the purposes of unit text execution
  • Added a development dependency on the faraday-follow_redirects gem for testing proper PURL resolution
  • Moved the gem version specifier to a module
  • Fixed some RuboCop warnings
  • Synced fork with the upstream repository

Full Changelog: v2.2.2...v2.2.3

2.2.2

20 Jun 20:56
Compare
Choose a tag to compare

What's Changed

  • Bump activesupport from 6.1.5.1 to 6.1.7.3
  • Remove version specifier from the faraday-excon gem

Full Changelog: v2.2.1...v2.2.2

2.2.1

13 Jan 00:45
Compare
Choose a tag to compare

What's Changed

  • Fixed URI.escape is obsolete warnings by @jvendetti in #19
  • Fixed code in the Class.find method that threw an ArgumentError by @jvendetti in #22
  • Added a new unit test file for testing the Class model
  • Added the rubocop gem to enable inspections in RubyMine
  • Added the addressable gem for improved URI handling
  • Fixed some RuboCop warnings

Full Changelog: v2.2.0...v2.2.1