Icicle v0.7.1 Release Notes

Release Date: 2015-07-18 // almost 9 years ago
  • ๐Ÿ›  Fixed

    • ๐ŸŽ Modified Icicle\Promise\Promise for better performance. The modified implementation eliminates the creation of one closure and only creates a queue of callbacks if more than one callback is registered to be invoked on fulfillment or rejection. No changes were made to functionality.