Notes
Bug Fixes
Notes
Bug Fixes
- Fix incompatibility with Ruby 3.0 and kwargs: #68
Notes
- Add support for Codecov so that we can track code coverage over time in the library: #59
Bug Fixes
- Fix incompatibility with Ruby 3.0: #64
- Relax
http
dependency declaration so that we canbundle install
with more modern versions of that gem: #63 - Fix issue when trying to remove an entity that is not removable: #61
Notes
- Changed behavior of
client.clients
so that it returns an instance ofHarvesting::Models::Clients
instead of anArray
: #39
Bug Fixes
- Add support for Harvesting::RateLimitExceeded instead of a JSON::ParserError: #57
- Add support for RequestNotFound instead of a JSON::ParserError: #54
Notes
- Added Ruby 2.5.1 to version matrix in Travis: #31
- Associated time entries for project: #32
- Add require forwardable in havest_record_collection model: #40
- Add syntax highlighting to readme examples: #41
- Rename the client key as harvest_client to avoid confusion: #43
- Update rake requirement from ~> 10.0 to ~> 13.0: #44
- Bump ffi from 1.9.23 to 1.12.2: #45
- Ability to supply filter options to the invoice end point and a model for line items on an invoice.: #46
Bug Fixes
Notes
- Support for users: #9
- Support for fetching single records: #14 and #22
- Nested models make it easier to access data: #15
- Better architecture for collections: #18
Bug Fixes
Notes
- More documentation in README.md
- Adds ability to access user associated with time entries: #3
- Adds support for Docker for development: #1
Bug Fixes
Notes
- Initial release