* **Potentially breaking bug fix:** When using `for` with numbers that have
units, the iteration variable now matches the unit of the initial number. This
matches the behavior of Ruby Sass and LibSass.
Node JS API
* Fix a few infrequent errors when calling `render()` with `fiber` multiple
times simultaneously.
* Avoid possible mangled error messages when custom functions or importers throw
unexpected exceptions.
* Fix Electron support when `nodeIntegration` is disabled.