Skip to content

0.2.4 - Several bug fixes and automated tests

Compare
Choose a tag to compare
@lilith lilith released this 06 Jan 21:40
· 121 commits to master since this release
  • Added automated test suite. Sorry for the delay in PR acceptance, but a test suite seemed essential for long-term stability.
  • Merge #25 from perosb - Pass image url into data structure to allow logic based on file name.
  • Merge #27 from dancek - Configurable max-width and quality parameters
  • Merge #36 from dancek - Fix behavior when max-width is not defined (IE8) (replaces #18, fixes #29)
  • Refactored access notations to eliminate both minification errors and lint.
  • Fix bug: Perfect multiples of stepWidth were being rounded up to the next interval (images larger than needed in some instances).