Skip to content

Version 3.0 Migration Guide

Brent Ely edited this page Nov 8, 2019 · 11 revisions

Upgrading from v1.x/v2.x

Important Notes

There are major breaking changes in Version 3.0

Your old code will not run without updates.

Code Updates

Saving

The save() method has been removed.

New save/export methods:

  • write()
  • writeFile()
  • stream()

API Documents

Version 2.x Docs

[WIP] updated API docs are underway (20191105)

Clone this wiki locally