All Versions
16
Latest Version
Avg Release Cycle
63 days
Latest Release
1270 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.1.3 Changes
June 16, 2017โ Added
- ๐ง Number of CPUs is now configurable.
- ๐ง Host is configurable.
-
v2.1.1 Changes
June 15, 2017๐ Changed
- You may now return a Promise from the top-level render function.
-
v2.0.0 Changes
September 15, 2016๐ฅ Breaking Changes
toScript
function signature changed. It now expects an object of data attributes to value.
// before toScript('foo', 'bar', { hello: 'world' }) // now toScript({ foo: 'bar' }, { hello: 'world' })
fromScript
function signature changed.
// before fromScript('foo', 'bar') // now fromScript({ foo: 'bar' })
-
v1.2.0 Changes
September 08, 2016๐ Changed
- Exceptions that are not Errors are no longer wrapped in an Error so the stack trace does not include the Hypernova callsite.
โ Added
- Passing in
context
intogetComponent
which contains things like theprops
that the component will receive.
-
v1.1.0 Changes
June 15, 2016๐ Changed
- ๐ Documentation fixes.
- ๐ Allows non-errors to be rejected from Promises in getComponent.
- ๐ท Sets worker count to 1 when cpu count is 1.
- ๐ง Makes the endpoint configurable.
- ๐ท Exports worker functions so you can customize your own worker.
-
v1.0.0 Changes
June 06, 2016๐ Initial Release