[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[info-easejs] GNU ease.js 0.2.6 released
From: |
Mike Gerwitz |
Subject: |
[info-easejs] GNU ease.js 0.2.6 released |
Date: |
Fri, 14 Aug 2015 21:22:51 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
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.
Free Your JavaScript!
- ---------------------
<http://www.gnu.org/software/easejs/whyfreejs.html>
See the FSF's Free JavaScript Campaign at
<https://fsf.org/campaigns/freejs>.
Are you a JavaScript developer? Consider joining the campaign's JavaScript
Developers Task Force mailing list at
<https://lists.gnu.org/mailman/listinfo/js-devs-task-force>.
About GNU ease.js
- -----------------
GNU ease.js is a classical object-oriented framework for JavaScript,
intended to eliminate boilerplate code and "ease" the transition into
JavaScript from other object-oriented languages. Features include simple and
intuitive class definitions; classical inheritance; abstract classes and
methods; traits as mixins; interfaces; public, protected, and private access
modifiers; static and constant members; and more. Please see the
comprehensive documentation at
<https://www.gnu.org/software/easejs/manual.html> for more information,
examples, and implementation details.
- --
Mike Gerwitz
Free Software Hacker | GNU Maintainer
http://mikegerwitz.com
FSF Member #5804 | GPG Key ID: 0x8EE30EAB
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJVzpRrAAoJEPIruBWO4w6rPFMQAJ+jz0e6pbv/hExSc4j9yKAk
TcmRlE2+OjtdPs2CI7Svay9b1xljiT6YBIIhEclDxDgugeHQ9H2t5y2foFmMuGe9
m6HGR27zJSpR5UB7IVzCa/2SrGAomyuKUPCWGewOZogyxhAjaP1YhBrOKZAwnWIJ
Htc9S3gpLCVqFZ/4QGE/XEhrj/7AEcvWIsoiW3GfByf9nVG8zOmWKTWqATFuF1zA
GK2ztTrBCnIWqF/xye9Orhrtd0CQPX/qOoAhH4XwltX8pnnHtt16vrj0M6arXoKh
UAJBH0YEESjdfUWfT0h3NKO+HGNbx+I7t9CX9K3Fj1Qumj4uQo2a9oVvlbluS52b
fsAfyZMF7wgzW/WLtaow16iErLL44OuqM1z0H55odAyuJtMWFM7r9gwnhno/O7te
cCH3X/32x8RZWZc/jfjYEEYKz/1PvkCDlMkVVouzDMmf1EKm1noCTQ6fNi5DBvks
2UFOEnLl5+q4NZb6glhmxeESCC/uB3gr+WvBhZZDRFUVvH27zTL7iDolfn9rTjEu
TgBMb3WcLjYZ8g7SwZr81D0YTiIsT9aPRFwMOBPpVWAf0F1TcI0wW5zYorEWYs6Y
xrOHV/TcIHlCN2j6WSNFbP7bTpvifWOXbFsEcXE+AZ1/fplHwuNVfeYrdFx+ddeD
MIrP8LG22X3awNcpXmv4
=U4j7
-----END PGP SIGNATURE-----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [info-easejs] GNU ease.js 0.2.6 released,
Mike Gerwitz <=