Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 328 Bytes

v2.0.0.md

File metadata and controls

8 lines (7 loc) · 328 Bytes

v2.0.0 Migration Guide

The only breaking change in this version is that figaro-js now throws an exception when loading invalid or malformed files. This shouldn't require any migrations, but in the (unlikely) case that behavior was being depended on, you can catch the error:

try {
  Figaro.load()
} catch (e) {}