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

Conversation

doug-martin
Copy link
Contributor

  • 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
  • Added the ability to catch errors with comb.Promise#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

  * extend - supports direct extension `Mammal.extend({})`
  * define now accepts a hash directly istead of requiring null if there is not a super
* 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 added a commit that referenced this pull request Nov 21, 2012
@doug-martin doug-martin merged commit 2331f9f into C2FO:master Nov 21, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant