Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Releases: nicolas-van/ring.js

2.1.0

17 Aug 19:16
Compare
Choose a tag to compare
version 2.1.0

2.0.3

21 Aug 06:31
Compare
Choose a tag to compare
Version 2.0.3

2.0.2

21 Aug 06:30
Compare
Choose a tag to compare
Version 2.0.2

2.0.1

21 Aug 06:30
Compare
Choose a tag to compare
version 2.0.1

2.0.0

28 Dec 10:55
Compare
Choose a tag to compare
Version 2.0.0

2.0.0-beta.1

13 Nov 10:53
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release
  • Changed init to use constructor instead. init will still be supported for some time to ease transition from 1.x
    to 2.x but it is considered as deprecated and will be dropped one day.
  • Added compatibility with existing class systems (John Resig's, Backbone, Classy, etc...). The support is not 100% but
    should allow easy integration with almost all libraries.
  • Lot of internal changes. Normally, none of the features displayed in the documentation should be altered. But some
    codes that were written using undocumented features may not work anymore. (That justifies incrementing the major
    version number.)
  • Now also allows calling ring.create(SomeClass, {...}). The behavior will be the same than
    ring.create([SomeClass], {...}).

1.0.0

13 Nov 09:38
Compare
Choose a tag to compare
small problem in ie7