All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Add
libpixel_image_tag
Rails view helper. - Add
https
option toLibPixel::Client.url
. - Set host automatically in clients from
LIBPIXEL_HOST
env var. - Set secret automatically in clients from
LIBPIXEL_SECRET
env var.
LibPixel::Client.url
raises an exception if host is undefined.LibPixel::Client.sign
raises an exception if secret is undefined.
- Make path optional in LibPixel::Client#url @matiaskorhonen.
- Set path default value to "/" in LibPixel::Client#url.
- Initial release.