Skip to content

Commit

Permalink
* History update
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrebant committed May 9, 2014
1 parent 01beacd commit e189c1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
## v0.2.2

- Safer image loading: images with a wrong or missing source get a placeholder image (when used
in a DOM context a missing image is not a big deal, but when trying to draw it on a canvas it crashes javascript)
in a DOM context a missing image is not a big deal, but when trying to draw it on a canvas it crashes javascript).
- Final callback now provides the list of failed images keys.
- The error and loaded callback now provides the image key that have been loaded or erronous.
- Exhaustive documentation added.

## v0.2.1

Expand Down

0 comments on commit e189c1c

Please sign in to comment.