Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 625 Bytes

UPGRADING.md

File metadata and controls

13 lines (8 loc) · 625 Bytes

Upgrade Guide

This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the changelog.

5.0.0

This release drops support of legacy runtime environments (Level/community#98):

  • Internet Explorer 11
  • Safari 9-11
  • Stock Android browser (AOSP).

In browsers, the immediate shim for process.nextTick() has been replaced with the smaller queue-microtask, except in streams.