Releases: speee/jsonapi-resources
Releases · speee/jsonapi-resources
Release v26.1.3
Release v26.1.2
- Merge pull request #30 from speee/release/v26.1.2 (512a6b9)
- Bump version to 26.1.2 (0ad00e6)
- Merge pull request #27 from speee/dependabot/github_actions/actions/checkout-6 (2babbb6)
- Merge pull request #26 from speee/dependabot/github_actions/softprops/action-gh-release-2 (532e672)
- ci: bump actions/checkout from 3 to 6 (396d3da)
- ci: bump softprops/action-gh-release from 1 to 2 (1d91198)
- Merge pull request #25 from speee/ci/add-security-scanning (29ec8d3)
- Merge branch 'master' into ci/add-security-scanning (457305b)
- Remove Brakeman (not suitable for gem libraries) (8677ba2)
- Merge pull request #24 from speee/rails-8.1-compatibility (5cd0ed8)
- Add security scanning and Dependabot configuration (ea9b2c5)
- Add Rails 8.1 compatibility improvements (4a10213)
- Merge pull request #23 from speee/fix/rails-8-forcessl-compatibility (0513b04)
- Merge pull request #22 from speee/test/rails-8.1-relationship-routes (302fa5d)
- Fix ActionController::ForceSSL compatibility with Rails 8.0+ (8aaa814)
- Add Rails 8.1 compatibility tests for relationship routes (3810178)
- Merge pull request #21 from speee/fix/rails7-polymorphic-inverse-relationship-1473 (b9de02d)
- Merge branch 'master' into fix/rails7-polymorphic-inverse-relationship-1473 (d6066d3)
- Merge pull request #20 from speee/fix/rails7-activemodel-resources-1467 (953ec76)
- Merge pull request #19 from speee/fix/rails72-activesupport-deprecation-1465 (17c0160)
- Merge pull request #18 from speee/fix/rails71-zeitwerk-resource-controller-1464 (4734642)
- Fix Rails 5.1 compatibility: Remove ActiveModel::Attributes (d5d116b)
- Remove controller test to avoid test suite interference (7cbcccd)
- Remove broken polymorphic_has_many_test.rb (d0ab8b9)
- Add test for Issue JSONAPI-Resources#1473: Polymorphic has_many relationships (64fa010)
- Add tests for Issue JSONAPI-Resources#1467: ActiveModel resources support (26aebdb)
- Fix Issue JSONAPI-Resources#1465: Rails 7.2 ActiveSupport::Deprecation compatibility (33e2dad)
- Fix Issue JSONAPI-Resources#1464: Rails 7.1 Zeitwerk autoloading race condition (03a4737)
- Merge pull request #17 from speee/docs/add-speee-fork-installation-instructions (e057af8)
- Add Speee fork goals and key changes to README (ec60062)
- Add Speee fork installation instructions to README (76e3dd7)
Release v26.1.1
- Merge pull request #16 from speee/release/v26.1.1 (c3c3924)
- Bump version to 26.1.1 (11f998a)
- Merge pull request #15 from speee/fix/quote-method-mysql-compatibility (67957b0)
- Add PORO support in find_fragments for 0.9.x compatibility (fd06792)
- Make apply_filters public for 0.9.x backward compatibility (e1576b2)
- Remove unnecessary find_by_key backward compatibility tests (c216d09)
- Refactor: Extract ResourceSetResultMethods module (e613d55)
- Add backward compatibility for 0.9.x result.resource access (406a196)
- Fix quote method to use database adapter for MySQL compatibility (dd05bd9)
Release v26.1.0
- Merge pull request #13 from speee/release/v26.1.0 (6facf3b)
- Merge branch 'master' into release/v26.1.0 (ad7809e)
- Merge pull request #14 from speee/fix/psych-ruby-2.6-2.7-compatibility (779b035)
- Fix Psych.unsafe_load NoMethodError for Ruby 2.6/2.7 (355912c)
- Release v26.1.0: Update version and add release workflow (3ab8a75)
- Merge pull request #11 from speee/fix/rails-8.2-deprecation-and-rack-compatibility (1e810a3)
- Fix Rails 8.2 deprecation warnings and improve Rack compatibility (005a426)
- Merge pull request #10 from speee/docker-support-speee (37bad60)
- Use Ruby 3.1.5 for Rails 6.1-7.2, Ruby 3.4 for Rails 8.0-8.1 (49d75c6)
- Change Rails 6.1-8.1 to use Ruby 3.1.5 (d78b012)
- Fix Psych::DisallowedClass error for Rails 6.0 with Ruby 2.7+ (5c90b83)
- Fix bundler version for Ruby 2.7 compatibility (44f9266)
- Add Ruby 2.7 Dockerfile for Rails 5.1-6.0 compatibility (74294a5)
- Add Docker services for Rails 5.1, 5.2, and 6.0 (5ff7f95)
- Add SQLite WAL mode files to .gitignore (d4203e2)
- Fix Docker command to remove Gemfile.lock before bundle install (d51c6dd)
- Add Docker services for Rails 7.1-8.1 testing (9783d74)
- Add Docker support for multi-version Rails testing (3fbf28b)
- Merge pull request #9 from speee/rails-8.1-support-core (7a7b80e)
- Add default_scope to BookComment for stable ordering (dbb5e1a)