Changelog

Last Changes

v0.5.0

  • #21: bump laxar-tooling version: pre-assemble pages at build-time

v0.5.0-alpha.0

  • #17: artifacts are now validation with JSON schema before they are serialized

    • BREAKING CHANGE: see ticket for details
  • #16: updated to laxar-tooling v0.5.0

    • BREAKING CHANGE: see ticket for details
  • #15: handle webpack aliases ending in $ properly

  • #12: avoid getting module objects for artifact URLs
  • #9: the webpack loader is now tested with TravisCI
  • #14: avoid use of node's fs module in favor of webpack's input filesystem
  • #13: throw an error when the laxar.config can't be resolved, instead of timing out

v0.4.1

  • #10: fix loading of CSS files and assetUrls

v0.4.0

  • #8: read laxar.config.js for path configuration, update to laxar-tooling v0.4.1
  • #7: resolve laxar-paths only at the beginning of the path
  • #6: don't inject preceding loaders' output into artifact collector
  • #5: provide the importable entry point laxar-loader/artifacts

v0.3.0

  • #4: allow loading artifacts directly (instead of starting from the flow)

v0.2.0

  • #2: update to laxar-tooling v0.3.0 for artifact asset support
  • #1: modified parameters to accept singular and plural variants (e.g. flow and flows[])

v0.1.0

  • initial version