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

  • #16: fix incorrect theme.css path
  • #13: provide details if an artifact has an invalid schema

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 and jsonReader 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 and serialize APIs to generate artifact listing code.
    • BREAKING CHANGE: see ticket for details

v0.2.0

  • #2: added new artifactCollector and assetResolver APIs. + BREAKING CHANGE: The old artifactCollector, resourceCollector and dependencyCollector were removed. See ticket for details.

v0.1.0

  • initial version