Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 631 Bytes

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 631 Bytes

v1.3.1

Bug fixes:

  • Check for components support.
  • Fix component declaration issue.

v1.3.0

New:

  • Added custom headers option, thanks @Eloverflow.
  • Added priority for caching directive.
  • Added component.

v1.2.2

Bug fixes:

  • Change imgcache.js libarary dependency version, as 1.2.0 is not published to npm yet.

Improvements:

  • Update dependencies.
  • Add npm scripts.

v1.2.0

Features:

  • Added cacheClearSize option to clear cache after some limit.
  • Add add, get, remove, getCacheSize methods.

Improvements:

  • Add jsdoc to service methods.
  • Minor code improvements.