Releases: jeremytregunna/ruby-trello
Releases · jeremytregunna/ruby-trello
v4.2.0
What's Changed
- Support query parameters for most model GET like methods by @hoppergee in #314
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- Fix #add_attachment multipart upload with Faraday by @hoppergee in #312
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Remove rest-client dependency in the gemspec and default to faraday by @armilam in #308
- Drop support for Ruby < 2.7 and Rails < 6 by @hoppergee in #310
Full Changelog: v3.2.0...v4.0.0
v3.2.0
What's Changed
- Fix truncation issue in CI configuration entries by @petergoldstein in #306
- Allow use of either rest-client or faraday by @armilam in #307
New Contributors
- @petergoldstein made their first contribution in #306
- @armilam made their first contribution in #307
Full Changelog: v3.1.0...v3.2.0
v3.1.0
- Test against Ruby 3.1 and Rails 7
- Fix a bug of
Trello::Comment.find
- Change CI from Travis to GitHub Action
- Test all matrix combinations with matrixeval-ruby on local
v3.0.0
- Fix "Trello::Board#update! fail to update description"
- Add
Trello::List#move_to_board
- Use schema to handle attribute register work
- Standardize all data models' initialize/save/update!/update_fields process.
- [Breaking] some data model's attribute names changes, check each data model for details
- Support Ruby 3 (ActiveModel >= 6)