factory.ts
Advanced tools
Changelog
[0.4.2] - 2019-03-03
null
now correctly overrides default values.Changelog
[0.4.1] - 2018-12-07
build()
called without any arguments) added to async as well as sync.Changelog
[0.4.0] - 2018-12-06
item
was not passed in to build()
. They would return the internal Derived
object rather than run the derivation function.Changelog
[0.3.4] - 2018-08-14
build()
, and correctly show up in final output. (Fix to changes for Issue #5.)