Releases: ncbo/ontologies_api_ruby_client
Releases · ncbo/ontologies_api_ruby_client
2.4.0
2.3.0
What's Changed
- Add multiple media types models by @syphax-bouazzouni in #17
Full Changelog: v2.2.5...v2.3.0
2.2.5
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
What's Changed
- Replace outdated test-unit with minitest by @jvendetti in #30
Full Changelog: v2.2.3...v2.2.4
2.2.3
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
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
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
2.2.0
What's Changed
- New GitHub Action for unit test execution
- Remove Ruby 2.6 from unit test matrix
- Add option to disable invalidate cache for all by @syphax-bouazzouni in #10
- Return HTTP delete, batch, and patch responses by @syphax-bouazzouni in #13
- Bump activesupport from 6.0.4.1 to 6.1.5.1
- Bump tzinfo from 1.2.9 to 1.2.10 by @dependabot in #12
- Match gem.version with GitHub tag
Full Changelog: v2.1.0...v2.2.0
2.1.0
What's Changed
- Added an option to disable invalidate cache for all if so desired (by @syphax-bouazzouni in #9)
- Added the faraday-multipart and faraday-excon dependencies (#8)
- Pinned activesupport to 6.0.4.1
- Added a default Rake task
New Contributors
- @syphax-bouazzouni made their first contribution in #9
Full Changelog: v2.0.3...v2.1.0