ease.js - News
GNU ease.js 0.2.6 released
Item posted by Mike Gerwitz <mikegerwitz> on Sat 15 Aug 2015 04:35:31 AM UTC.
GNU ease.js 0.2.6 released [stable]
This is a minor release, focusing on a single compatibility issue.
This release succeeds v0.2.5, which was released 28 May, 2015. There are no
backwards-incompatible changes; support continues for ECMAScript 3+.
Changes between 0.2.5 and 0.2.6:
* `require` paths in index.js changed to be compatible with Browserify
- Browserify will now properly recognize all require'd modules;
previously, it was halting after processing only index.js.
Historical release notes are available at:
https://www.gnu.org/software/easejs/release-notes.html
Getting GNU ease.js
-------------------
Here are the compressed sources and a GPG detached signature[*]:
https://ftp.gnu.org/gnu/easejs/easejs-0.2.6.tar.gz
https://ftp.gnu.org/gnu/easejs/easejs-0.2.6.tar.gz.sig
Alternative download options are available at:
http://www.gnu.org/software/easejs/download.html
[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
and the corresponding tarball. Then, run a command like this:
gpg --verify easejs-0.2.6.tar.gz.sig
If that command fails because you don't have the required public key,
then run this command to import it:
gpg --keyserver keys.gnupg.net --recv-keys 8EE30EAB
and rerun the 'gpg --verify' command.
Powered by Savane 3.14-8aba.
Corresponding source code