Skip to content

Releases: calvinmetcalf/lie

2.7.6

04 Jun 23:31
Compare
Choose a tag to compare

some miscellaneous speedups and size slims

2.7.3

05 May 11:59
Compare
Choose a tag to compare

avoid caching the empty array Promise.all can return as that is mutable.

2.7.2

05 May 11:58
Compare
Choose a tag to compare

Some optimization including

  • if resolve is given a promise simply return it
  • cache the special values that all can return
  • upgrade immediate to 2.7.1 which fixes a problem that can cause performance to plummet when lots of promises are being used.

2.7.0

05 May 11:54
Compare
Choose a tag to compare

Removed the Promise.prototype.resolve and Promise.prototype.reject methods as they shouldn't have been public, upgraded immediate the the proper microtask version, and some reorganization of the code to be more clear.