Skip to content

Commit

Permalink
Tagging 0.4.2 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Skinner <info@gskinner.com>
  • Loading branch information
gskinner committed Apr 18, 2012
1 parent 9c03853 commit ca7eab8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions VERSIONS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Future:
- packaging / namespace


Version 0.5.0 [Not Released]
Version 0.4.2 [Apr 18, 2012]
****************************************************************************************************
- fixes to ColorMatrix
- hot fix for issues with Ticker that caused reduced frame rates.
- NO API CHANGES


Version 0.4.1 [Apr 14, 2012]
Expand Down
Binary file removed docs/EaselJS_docs-0.4.1.zip
Binary file not shown.
Binary file added docs/EaselJS_docs-0.4.2.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ It is recommended that you use this version in almost all cases, unless you need

easeljs-VERSION.min.js is a single file that contains compacted versions of all of the EaselJS classes (comments and white space stripped) except the contents of easeljs/filters and easeljs/display/MovieClip.

movieclip-VERSION.min.js contains a compact version of the MovieClip class. This class is not commonly used for hand coded projects so it is packaged separately.
movieclip-VERSION.min.js contains a compact version of the MovieClip class. This class is not commonly used for hand coded projects so it is packaged separately. It's version number is updated with EaselJS's version, but ONLY when the MovieClip class. For example, if MovieClip is updated when EaselJS is at version 0.5.0, but not when EaselJS is updated to 0.5.1, the minified version of MovieClip will remain at 0.5.0.

You can also gzip the file to further reduce its size (by about 75%). Many servers do this automatically.
6 changes: 3 additions & 3 deletions lib/easeljs-0.4.1.min.js → lib/easeljs-0.4.2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca7eab8

Please sign in to comment.