This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
Releases: marionettejs/backbone-metal
Releases · marionettejs/backbone-metal
v0.5.0
v0.4.0
0.4.0
v0.3.0
- [BREAKING] _.isClass now returns true for instances of Metal.Class
v0.2.1
- [PERF] Faster extends
v0.2.0
- [BREAKING] Remove Backbone.Class in favor of Backbone.Metal.Class
- [BREAKING] [NEW] Make Backbone classes into subclasses of Metal.Class
- [BREAKING] [NEW] Make Backbone.Events into a Metal.Mixin
- [NEW] Make everything available off of Backbone.Metal
v0.1.1
- [FIX] package.json "main"
v0.1.0
- [NEW] Metal.Class
- [NEW] extend
- [NEW] mixin
- [NEW] include
- [NEW] _super
- [NEW] superclass
- [NEW] super
- [NEW] Metal.Mixin
- [NEW] Metal.Error
- [NEW] urlRoot
- [NEW] captureStackTrace
- [NEW] toString
- [NEW] Metal.deprecate
- [NEW] Metal.Events
- [NEW] Metal.Utils
- [NEW] triggerMethod
- [NEW] getOption
- [NEW] Underscore Extensions
- [NEW] isClass
- [NEW] isMixin