Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Releases: oleksandr-shvets/clonejs

Build v1.0.0-alpha (2013-07-08)

08 Jul 16:37
Compare
Choose a tag to compare
Pre-release

Completely redesigned, the new version of framework:

  • Very improved speed
  • Separation of objects to state and behavior
  • Lazy initialization
  • Supporting IE6+

First versions

03 Jul 19:53
Compare
Choose a tag to compare
First versions Pre-release
Pre-release

version 0.4.5 9d4bfee
version 0.5.0 4125a04
version 0.6.0 0bcbbca
version 0.6.1 8b099b5
version 0.6.2 18dfca7
version 0.7.0 26e58a1
version 0.7.1 bdaa555
Build 0.7.2.01 (2013-03-30 20:17) b1302c8
Build v0.7.2-02 (2013-03-30 22:06) 7b2ed7e
Build v0.7.2-04 (2013-04-06 14:35) 20b61f7
Build v0.7.2-03 (2013-04-01 12:06) 110d180
Build v0.7.2-05 (2013-04-06 15:35) aca675c
Build v0.7.3 (2013-04-12 06:00) b2ec705
Build v0.7.4 (2013-04-14 09:06) e7cab6f

See changelog

Build v0.7.4 (2013-04-14)

03 Jul 19:11
Compare
Choose a tag to compare
Pre-release
  • add ability to inject into Object.prototype, update module interface
  • change namespace interface
  • add RequireJS support
  • bugfix: does not seal() created objects by default
  • update NodeUnit browser tests look
  • improve documentation
  • refactor tests