- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required Node.js version changed from
node: >=8
tonode: >=4
adapting to ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Minimum required Node.js version changed from
node: >=10
tonode: >=8
adapting to ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated license from
MIT
toArtistic-2.0
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Fixed the botched previous release
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Breaking Change: CommonJS users must now do
require('ambi').default
- Converted from JavaScript to TypeScript
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=8
tonode: >=10
to keep up with mandatory ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.12
tonode: >=8
to keep up with mandatory ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Updated base files and editions using boundation
- Ambi now returns a promise; so do not provide it a callback anymore
- Updated base files and editions using boundation
- Support methods that return a promise
- Thanks to Chris Tavares for pull request #8
- Updated base files and editions using boundation
- Updated base files and editions using boundation
- Updated base files and editions using boundation
- Updated base files and editions using boundation
- Removed
[fireMethod, instrospectionMethod]
for support of unbounded - Updated base files and editions using boundation
- 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
- Re-packaged
- 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
- Split away from bal-util