All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Add
libpixel_image_tagRails view helper. - Add
httpsoption toLibPixel::Client.url. - Set host automatically in clients from
LIBPIXEL_HOSTenv var. - Set secret automatically in clients from
LIBPIXEL_SECRETenv var.
LibPixel::Client.urlraises an exception if host is undefined.LibPixel::Client.signraises 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.