- No code changes in this release, just updated packaging
- Now uses Editions instead of ESNextGuardian
- Update dependencies
- Dropped Node 0.10 support, minimum node version supported is now 0.12
- Updated dependencies
- Moved from CoffeeScript to ES6+
- Removed
cyclic.js
as it should no longer be needed
- We no longer send the completion callback to functions executing synchronously
- We now support optional arguments for functions executing asynchronously
- Dropped component.io and bower support, just use ender or browserify
- Fixed cyclic dependency problem on windows (since v2.1.3)
- Added bower support
- Attempt at fixing circular dependency infinite loop (since v2.1.2)
- Added component.io support
- Republish with older verson of joe dev dependency to try and stop cyclic errors
- will now always return
null
for consistency
- as return values are only possible with synchronous methods
- will now ignore returned errors on asynchronous functions
- asynchronous errors must now give the error via the completion callback
- this is to avoid the possibility of the completion callback being called twice (once for the returned error via ambi, once via your application)
- will now ignore thown errors
- this was determined to be outside the scope of ambi, if you want this functionality use the more full featured taskgroup package