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

#0.2.0 / 2012-11-20 #42

Merged
merged 5 commits into from
Nov 21, 2012
Merged

#0.2.0 / 2012-11-20 #42

merged 5 commits into from
Nov 21, 2012

Commits on Nov 20, 2012

  1. * Added new features to comb.define

      * extend - supports direct extension `Mammal.extend({})`
      * define now accepts a hash directly istead of requiring null if there is not a super
    doug-martin committed Nov 20, 2012
    Configuration menu
    Copy the full SHA
    82cc4e2 View commit details
    Browse the repository at this point in the history
  2. updated docs

    doug-martin committed Nov 20, 2012
    Configuration menu
    Copy the full SHA
    4a9da52 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2012

  1. Added the ability to catch errors with chain

    * will call nearest errback
    * allows the ability to catch errors and still be successful
    * allows one to rethrow errors
    * accepts a promise as a return value from an errback
    
    Signed-off-by: Doug Martin <doug@dougamartin.com>
    doug-martin committed Nov 21, 2012
    Configuration menu
    Copy the full SHA
    be45751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91bd786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee24218 View commit details
    Browse the repository at this point in the history