Ring.js Versions Save

Ring.js - JavaScript Class System with Multiple Inheritance

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.1.0

8 years ago

2.0.0

10 years ago

2.0.0-beta.1

10 years ago
  • 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

10 years ago