Skip to content

Conversation

@Verlic
Copy link
Owner

@Verlic Verlic commented Feb 24, 2018

This Pull Request updates dependency bluebird from v3.4.6 to v3.5.1

Release Notes

v3.4.7

  • Promise config returns reference to Bluebird library
  • Updated logo
  • Benchmark fix
  • Don't drop syntaxerror context from stack traces
  • Fix environment variables sometimes causing long stack traces to be enabled

v3.5.0

Features:

Bugfixes:

  • Fixed streamline benchmarks (#​1233)
  • Fixed yielding a function calling the function (#​1314, #​1315)
  • Fixed confusing error message when calling .catch with non function predicate (#​1350)
  • Fixed .props resolving to empty object when called with empty Map (#​1338)
  • Fixed confusing error message when invoking Promise directly without new (#​1320)
  • Added dedicated webpack entry point (#​1318)

v3.5.1

Bugfixes:

  • Fix false positive unhandled rejection when using async await (#​1404)
  • Fix false positive when reporting error as non-error (#​990)

Commits

v3.4.7

  • a89fc9f Added 'Bluebird library' return value to Promise.config
  • ea56847 Updated documentation for Promise.config
  • 48097d7 Merge pull request #​1225 from artemjackson/promise-config-return-bluebird
  • feaaa21 Fix base html sample for Async Dialog tutorial (#​1230)
  • acdf695 add updated art
  • 3746b7e Merge pull request #​1231 from runeli/master
  • b080bb9 relax directory check (#​1240)
  • 53dda7b Fix Lie and Davy in doxbee-errors (#​1248)
  • 4ec3372 Fix typo (#​1246)
  • b391b86 Fix migration script issue
  • fdd44ee Don't drop SyntaxError context for longStackTraces
  • e91d18b Remove dead code
  • 92a84fa Remove more dead code
  • d7a75fe Use var
  • f40bbe4 update new logo ref (#​1304)
  • 6555b19 Fix a repeated typo (#​1306)
  • ac38105 fix getting env variables (#​1296)
  • dc267aa Release v3.4.7

v3.5.0

  • c4b2a6e fixed streamline benchmarks (#​1233)
  • 0b9d101 Correct a few found typos in async-dialogs.md (#​1312)
  • 51aabb4 Fix bad indentation in mutation observer scheduler (#​1282)
  • a49b0c0 Accent on 'promise.each works serially' (#​1311)
  • 487dcac Fix misleading indentation (#​1283)
  • 21cb68c Formated the javascript code example (#​1287)
  • b005c13 Add missing semicolons in promise.coroutine.md (#​1278)
  • a0af48c Fixed confusing use of thenReturn in code example (#​1263)
  • d020e49 Update disposer.md (#​1255)
  • d9a3a62 add isCancelled() regression tests (#​1239)
  • a9af75f Update promise.each.md (#​1317)
  • f1409ba fix typo (#​1325)
  • 0566325 Fixed #​1314: yielding a function should not call the function (#​1315)
  • 4a4429e Update README.md
  • 08ae83f Update LICENSE (#​1349)
  • b6a1b33 update benchmarks
  • 901a563 Reword the catch predicate TypeError message for clarity (#​1350)
  • 1d9cba4 Fix typo which mentioned that tap was called for rejections. (#​1343)
  • c5b3ef3 fixes #​1338
  • 6bdc243 fixes #​1320
  • 8d52820 Added dedicated webpack entry point. (#​1318)
  • 053d02e add tapCatch (#​1220)
  • 0b281e6 Release v3.5.0

v3.5.1

  • 2e97a29 tapcatch docs
  • b473a6e Fix link to tapCatch documentation
  • f05a11a Merge pull request #​1354 from Retsam/patch-1
  • 61fca66 Update warning-explanations (#​1358)
  • eb0d465 Fix/readme badges (#​1362)
  • 58e2054 Update working-with-callbacks.md
  • 2207fae Update promise.all.md (#​1375)
  • 9d03393 Fix tapCatch's bullet point formatting (#​1367)
  • 9ab9d54 Fix typo (#​1382)
  • a19079f Fixed link to Promise/A+ spec (#​1401)
  • e79889b Grammar fixes (#​1393)
  • 3d2e57f Add Node.js 7+8 to Travis build matrix (#​1412)
  • 4f90934 Updated links (#​1420)
  • e03f12c improve .all() docs (#​1436)
  • e889c0d Correct a tiny tiny typo (#​1431)
  • 3a7fcbb fixes markdow headers (#​1437)
  • 2c9f7a4 Update tap.md (#​1438)
  • a61aa1c tiny grammar change (#​1457)
  • b2b14c2 Update default.html
  • 18891c9 Fix title style
  • f8f4a01 Merge pull request #​1462 from themez/patch-1
  • 3f7ccf4 Better error check
  • 5155a7b Merge pull request #​1463 from gabegorelick/isError
  • 3c93a91 Revert "Update default.html"
  • 48c8591 Fixes #​1404
  • dcfa52b Release v3.5.1

This PR has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants