Changelog
Last Changes
v2.0.0
v2.0.0-rc.2
v2.0.0-rc.1
- #32: fix path.join()usage breaking webpack resolve with default paths
v2.0.0-rc.0
- #30: small fixes
v2.0.0-alpha.4
- #29: a leftover console.log()has been removed
v2.0.0-alpha.3
- #28: layouts must now include a layout.jsonfile + BREAKING CHANGE: see ticket for details
v2.0.0-alpha.2
- 
#18: the artifact listing now removes featuresfrom widget descriptors and composition definitions + BREAKING CHANGE: see ticket for details
- 
#27: themes must now include a theme.jsonfile + BREAKING CHANGE: see ticket for details
v2.0.0-alpha.1
- #26: fixed NPE when using "enabled": falsefor items in pages
- #25: debug information: it is now possible to gather debug information while collecting artifacts- NEW FEATURE: see ticket for details
 
v2.0.0-alpha.0
- 
#21: artifact collector: don't include widgets/layouts/compositions which are not enabled - BREAKING CHANGE: see ticket for details
 
- 
#24: defaults: changed artifact directories to sub-folders of application/
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 logoption has been removed
- 
#10: provide artifactValidatorto 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 fileReaderandjsonReaderutilities 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 artifactListingandserializeAPIs to generate artifact listing code.- BREAKING CHANGE: see ticket for details
 
v0.2.0
- #2: added new artifactCollectorandassetResolverAPIs. + BREAKING CHANGE: The oldartifactCollector,resourceCollectoranddependencyCollectorwere removed. See ticket for details.
v0.1.0
- initial version