Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 606 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 606 Bytes

Changelog

1.3.0 (2016-06-20)

  • Added a LIVE_BINDINGS_ES_MODULES_ONLY option to the hot client. This ensures exports proxies are slipped between commonjs modules as well as ES modules - 1677693

1.2.0 (2016-05-10)

  • Fixed an issue where Node v6 could break during the path resolution phase. The underlying issue is that Node now throws on undefined, where it previously would silently fail - 265906a