newsease.js - News: GNU ease.js 0.2.6 released

 
 
Latest News
GNU ease.js 0.2.9 released posted by mikegerwitz, Wed 08 Nov 2017 04:18:46 AM UTC
GNU ease.js 0.2.8 released posted by mikegerwitz, Sat 16 Jul 2016 04:30:15 AM UTC
GNU ease.js 0.2.7 released [stable] posted by mikegerwitz, Tue 27 Oct 2015 03:19:48 PM UTC
GNU ease.js 0.2.6 released posted by mikegerwitz, Sat 15 Aug 2015 04:35:31 AM UTC
GNU ease.js 0.2.5 release [stable] posted by mikegerwitz, Thu 28 May 2015 05:46:52 AM UTC

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.

 

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code