gjs 1.49.91



About gjs
=========

GNOME JavaScript/Spidermonkey bindings

News
====

- Deprecation: The private "__name__" property on Lang.Class instances is
  now discouraged. Code should not have been using this anyway, but if it did
  then it should use the "name" property on the class (this.__name__ should
  become this.constructor.name), which is compatible with ES6 classes.

- Closed bugs:

  * Use ES6 classes [#785652, Philip Chimento]
  * A few fixes for stack traces and error reporting [#786183, Philip Chimento]
  * /proc/self/stat is read for every frame if GC was not needed [#786017,
    Benjamin Berg]

- Build fix [Philip Chimento]



Download
========
https://download.gnome.org/sources/gjs/1.49/gjs-1.49.91.tar.xz (604K)
  sha256sum: a187c3eaf04a4ce4c68a8cac384fd5c7fe5710cee53fbd51babc3bbb27264069



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]