deployd v1.2.0 Release Notes
Release Date: 2019-04-08 // about 6 years agoPrevious changes from v1.1.3
-
๐ Bug Fixes
- ๐ Fix big numbers being parsed into integers when it wasn't safe to do so (#873)
Documents could have a generated id that is only composed of numbers. Deployd automatically tries to convert parameters that look like numbers to JS numbers with
parseInt
. For big numbers this isn't safe and could result in the numbers being changed.This fixes this problem by leaving the numbers strings when they are too big to be safe numbers.
Chore:
- โก๏ธ Dependency updates
๐ฅ Breaking Changes โ ๏ธ
- ๐ Node.js below version 4.0.0 not officially supported any longer