Skip to content

Latest commit

 

History

History
174 lines (94 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

174 lines (94 loc) · 4.71 KB

Changelog

Full Changelog

Enhancements:

Fixed Bugs:

Breaking Changes:

Full Changelog

Enhancements:

  • #94 Fix method signature of #to_json and #as_json

Fixed Bugs:

Breaking Changes:

Full Changelog

Enhancements:

Fixed Bugs:

  • #92 Re-Overwrite as_json to avoid to too much loop.

Breaking Changes:

  • #92
    • Change type of key of returned Hash object from BrickFTP::API::Base#as_json to String.
    • Initialize BrickFTP::API::Base#properties with all defined attributes.

Full Changelog

Enhancements:

  • #89 [Experimental] Allow to execute each steps of multi part uploading.

Fixed Bugs:

Breaking Changes:

Full Changelog

Enhancements:

  • #80 Use Rubocop.
  • #85 Allow BrickFTP::Client#upload_file to multi part uploading.

Fixed Bugs:

Breaking Changes:

  • #87 Support Ruby >= 2.2.0

Full Changelog

Enhancements:

Fixed Bugs:

  • #76 Don't raise unexpected exception even if it can't expand path ~.

Breaking Changes:

Full Changelog

Enhancements:

Fixed Bugs:

Breaking Changes:

  • #72 Improve accessor of API properties
    • Cannot access some API properties named same as methods of Ruby's Object.
      • e.g. send property of File Uploading
      • Use #properties to access properties

Full Changelog

Enhancements:

Fixed Bugs:

Full Changelog

Enhancements:

  • #65 Allow to specify resource as ID

Fixed Bugs:

Full Changelog

Enhancements:

  • #62 Add property display_name to File API (terencedignon)
  • #63 Add property display_name to Folder API

Fixed Bugs:

Full Changelog

Enhancements:

Fixed Bugs:

Full Changelog

Enhancements:

  • #36 Add Changelog.
  • #46 Add CLI.
  • #53 Allow to pass action=stat to Files: Download API.

Fixed Bugs: