12 Commits

Author SHA1 Message Date
Luke Bennett
7978c4c9a2 feat(image): add useOffsetWidth option for scaled images 2020-08-26 10:54:11 +08:00
Brett Zamir
3b93c122bb - Refactoring: Move let to closer/deeper scope 2020-08-26 10:52:19 +08:00
Brett Zamir
b866452bed - Linting (ESLint): As per latest ash-nazg
- npm: Update devDeps.
2020-02-06 01:52:58 +08:00
Brett Zamir
b8a08ba25d - Build: Update build files per latest devDeps
- npm: Remove `package-lock.json` in favor of `yarn.lock`
- npm: Move from deprecated `opn-cli` to `open-cli`
- npm: Update devDeps (except jsdoc which seems to still have a problem with ESM exports: <https://github.com/jsdoc/jsdoc/issues/1644>)
2019-12-05 12:49:53 +08:00
Brett Zamir
36f2d76a81 - Build fix: Target 100% coverage; fixes #29
- Refactoring (minor): `x + x` -> `2 * x`
- Docs: Update docs
- npm Add prepublishOnly script for yarn
- npm: Update devDeps (no impact on build)
- npm: Bump to 2.2.0
2018-12-13 09:30:42 +08:00
Brett Zamir
15e748421d - Docs: Document function's throwing types
- Update builds
2018-11-06 14:40:16 +08:00
Brett Zamir
af06af0c13 - Breaking change: Remove now deprecated Bower
- Fix: Duck type with image or canvas in place of `instanceof` check (and a broken one)
- Enhancement: Add JSDoc comments
- Linting (ESLint): Add ESLint with "standard" base
- Linting (Markdown): Add `.remarkrc`
- Linting (package.json): Add recommended properties
- Linting (HTML): Add empty favicon to suppress console
- License: Change MIT license file name to reflect license type (MIT)
- Docs: Move changelog to own file: `CHANGES.md`
- Demo: Move demo to own directory (with static server to avoid Chrome security problems reaching out of folder)
- Demo: Move JS and CSS to separate files for easier linting/examination
- Build: Move from Grunt to Rollup, supporting ES6 Modules distribution as well as UMD
- Build: Add npm-recommended `package-lock.json`
- npm: Add start, eslint, rollup, open-docs, docs scripts
- npm: Add `module` for ES6 module discovery and switch `main` to point to `dist`
- npm: Bump to 2.0.0
2018-11-05 22:33:38 +08:00
Fabien LOISON
4a40e5213d 1.4.0 2016-10-20 20:32:50 +02:00
Fabien LOISON
d693397cc3 1.2.0 2016-01-23 21:10:12 +01:00
Fabien LOISON
a3ba9b5faa Updates README 2015-08-20 09:14:18 +02:00
Will Bamford
8153d7d94f Allow blur to act on the image data 2015-08-18 07:24:48 +01:00
Fabien LOISON
d17ae9ee4b Grunt + Browserify 2015-07-07 13:38:23 +02:00