Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Releases: marionettejs/backbone-metal

v0.5.0

21 Jun 06:00
Compare
Choose a tag to compare

v0.4.0

21 Jun 06:00
Compare
Choose a tag to compare
0.4.0

v0.3.0

01 Nov 02:02
Compare
Choose a tag to compare
  • [BREAKING] _.isClass now returns true for instances of Metal.Class

v0.2.1

01 Nov 01:55
Compare
Choose a tag to compare
  • [PERF] Faster extends

v0.2.0

01 Nov 01:54
Compare
Choose a tag to compare
  • [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

25 Oct 18:43
Compare
Choose a tag to compare
  • [FIX] package.json "main"

v0.1.0

25 Oct 18:42
Compare
Choose a tag to compare
  • [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