Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

46 lines (36 loc) · 1.51 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.0.9] - 2023-06-02

  • Add support for managing On-Top Placements
  • Remove support for Ruby < 2.6
  • Update ActiveSupport to 6.1.7

[0.0.8] - 2020-07-16

  • Added retrieve_all endpoint to attachments to retrieve all attachments of a property
  • Added destroy endpoint to attachments to destroy an attachment of a property

[0.0.7] - 2020-03-30

  • Improve error handling. Catching a InvalidRequest error still works, but now there are additional errors for a more fine-grained error-handling. Namely ResourceNotFound, CommonResourceNotFound and ResourceValidation.
  • Add rubocop, rubocop-rspec and rubocop-performance
  • Build with Ruby 2.6.5 on Travis

[0.0.6] - 2020-02-18

Adding update endpoint to update a property

[0.0.5] - 2020-02-06

Adding show endpoint to retrieve a single property

[0.0.4] - 2019-10-17

Adding endpoint to update order of attachments for a specific property

[0.0.3] - 2019-08-15

Update the response accord to the Immobilienscout changes in the JSON structure

[0.0.2] - 2019-06-17

Fixing bugs:

  • Require timecop in immoscout.rb
  • Require byebug in immoscout.rb

[0.0.1] - 2019-06-13

Releasing the gem with five endpoints:

  • Create Property
  • Publish Property
  • Delete Property
  • Add Attachment
  • Generate ScoutReport