Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 687 Bytes

CHANGELOG.md

File metadata and controls

21 lines (17 loc) · 687 Bytes

Seadragon

2014-07-26

  • Convert README to Markdown.
  • Add Makefile:
    • make build: Build all files.
    • make lint: Lint files using JSHint.
  • Add package.json for distribution through npm.
  • Improve linting.
  • Use standard requestAnimationFrame if available.
  • Add example for a zoomable image.
  • Drop -raw suffix for unminified files.
  • Switch from ajaxmin to UglifyJS for JavaScript minification.