Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 846 Bytes

CHANGELOG.md

File metadata and controls

26 lines (21 loc) · 846 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[1.2.0] - 2015-09-19

Added

  • Add libpixel_image_tag Rails view helper.
  • Add https option to LibPixel::Client.url.
  • Set host automatically in clients from LIBPIXEL_HOST env var.
  • Set secret automatically in clients from LIBPIXEL_SECRET env var.

Changed

  • LibPixel::Client.url raises an exception if host is undefined.
  • LibPixel::Client.sign raises an exception if secret is undefined.

[1.1.0] - 2015-08-12

Changed

[1.0.1] - 2015-08-11

Fixed

  • Set path default value to "/" in LibPixel::Client#url.

[1.0.0] - 2015-08-11

Added

  • Initial release.