deployd v1.2.0 Release Notes

Release Date: 2019-04-08 // about 5 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow custom express handler after deployd middleware (#869) (81b84b1)

Previous 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