Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

74 lines (49 loc) · 1.26 KB

Changelog

All notable changes to image-engine-angular will be documented in this file

1.0.3 - 2017-08-01

Updated

  • Defines AngularJS as peer dependency

1.0.2 - 2017-07-20

Added

  • Crop (cr) parameter support
  • Compression (cmpr) parameter support
  • Inline (in) parameter support
  • Tests for AngularJS versions 1.6.x

Deprecated

  • isLite() method

1.0.1 - 2016-03-09

Added

  • Tests for AngularJS versions 1.5.x

Updated

  • Dev dependencies

Fixed

  • strict mode error: function(imgEngConfig) is not using explicit annotation and cannot be invoked in strict mode (#4)

1.0.0 - 2015-11-16

Changed

  • WURFL Image Tailor (WIT) is now ImageEngine

Added

  • Token support
  • Flag to switch between "ImageEngine" and "ImageEngine Lite"

Updated

  • Base Urls
  • Tests

0.9.4 - 2015-03-23

Added

  • $observe expression on all allowed attributes

0.9.3 - 2015-02-27

Fixed

  • When ngSrc was undefined at the beginning, image wasn't refreshed

0.9.2 - 2015-02-26

Added

  • $observe expression on 'ngSrc'
  • CHANGELOG file
  • Gulp.js support
  • Tests for AngularJS versions 1.2.x, 1.3.x, 1.4.x

0.9.1 - 2015-01-19

Added

  • ngSrc directive support

Changed

  • copyright info

0.9.0 - 2014-06-20

Added

  • Initial release