Changelog
Last Changes
v0.6.0
- #23: page assembler: apply feature defaults even if widget instances do not have feature configuration
v0.6.0-alpha.0
- #22: extend API to allow requiring module entry points differently
v0.5.0
- #20: stop including multiple theme assets in artifact listing
v0.5.0-alpha.5
- #19: page assembler: use names for IDs, not refs
v0.5.0-alpha.4
- #17: fixed page-assembler integration
v0.5.0-alpha.3
- #15: assemble pages during build
v0.5.0-alpha.2
v0.5.0-alpha.1
- #12: fixed validation failures for widgets without features
v0.5.0-alpha.0
- #11: the
log
option has been removed -
#10: provide
artifactValidator
to apply JSON schemas- NEW FEATURE: see ticket for details
-
#8: generate only one theme per artifact listing
- BREAKING CHANGE: see ticket for details
-
#9: the
fileReader
andjsonReader
utilities were removed- BREAKING CHANGE: see ticket for details
v0.4.1
- #7: the API is now exported as a ES2015 default export as well
v0.4.0
-
#6: support preprocessed theme-, layout-, widget- and control-artifacts
- BREAKING CHANGE: see ticket for details
-
#5: implement new path resolution scheme
- BREAKING CHANGE: see ticket for details
-
#4: converted the source code to ES2015, pre-built with babel
v0.3.0
- #3: added new
artifactListing
andserialize
APIs to generate artifact listing code.- BREAKING CHANGE: see ticket for details
v0.2.0
- #2: added new
artifactCollector
andassetResolver
APIs. + BREAKING CHANGE: The oldartifactCollector
,resourceCollector
anddependencyCollector
were removed. See ticket for details.
v0.1.0
- initial version