1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 ease.js 0.2.5 版本发布,JavaScript 面向对象框架 下载

本帖由 漂亮的石头2015-06-03 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,336
    赞:
    46
    ease.js 0.2.5 版本发布,GNU ease.js是一个经典的JavaScript面向对象的框架,旨在消除样板代码和简化从其他面向对象语言转换成JavaScript。

    该版本与 0.2.4 版本之间的差异包括:

    Changes between 0.2.4 and 0.2.5:
    - [doc] Manual has been updated to reflect an implementation detail that
    causes `this.__super` to remain in scope after a call to a private
    method.
    - This is not a bug, but is undefined behavior.

    Trait support is currently under development and will be undocumented
    until v0.3.0; it is included currently as a preview and is functional and
    comprehensively tested, but is incomplete. For a list of outstanding
    tasks, see `README.traits`.

    * [preview] Traits may now "extend" classes.
    - Extending a class C denotes compatibility with C's interface: the
    trait may then only be mixed into C or its subtypes.
    - Extending traits is not yet supported, but will be in the next
    release.
    - Releated test cases:
    - test/Trait/{Abstract,ClassExtend}Test.js

    - [preview] Staging object returned by `#use` calls---representing an
    eventual mixin---now statisfy the `Class.isClass` predicate.
    ease.js 0.2.5 版本发布,JavaScript 面向对象框架下载地址
     
正在加载...