Skip to content

Latest commit

 

History

History
88 lines (57 loc) · 3.31 KB

RELEASE_NOTES.md

File metadata and controls

88 lines (57 loc) · 3.31 KB

RELEASE NOTES

main

Notes

Bug Fixes

Version 0.6.0 - July 17, 2023

Notes

Bug Fixes

  • Fix incompatibility with Ruby 3.0 and kwargs: #68

Version 0.5.1 - January 14, 2021

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 can bundle install with more modern versions of that gem: #63
  • Fix issue when trying to remove an entity that is not removable: #61

Version 0.5.0 - September 3, 2020

Notes

  • Changed behavior of client.clients so that it returns an instance of Harvesting::Models::Clients instead of an Array: #39

Bug Fixes

  • Add support for Harvesting::RateLimitExceeded instead of a JSON::ParserError: #57
  • Add support for RequestNotFound instead of a JSON::ParserError: #54

Version 0.4.0 - June 6, 2020

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

  • Complete pending test: #28
  • Fixed Code Climate link: #38

Version 0.3.0 - Jan 22, 2019

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

  • Correct pagination support: #17
  • Added documentation: #30

Version 0.2.0 - Oct 18, 2018

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

  • Fixes issues with specs: #2
  • Fixed #6 with #7

Version 0.1.0 - Sep 04, 2018

Notes

  • Initial release