发布于 2015-06-02 22:29:33 | 195 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

ease.js JavaScript面向对象的框架

GNU ease.js是一个经典的JavaScript面向对象的框架,旨在消除样板代码和简化从其他面向对象语言转换成JavaScript。


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.7 版本发布,JavaScript 面向对象框架
ease.js 0.2.6 版本发布,JavaScript 面向对象框架
ease.js 0.2.5 版本发布,JavaScript 面向对象框架
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务