Changelog
Last Changes
v2.0.1
- #32: fixed
debug-info
not being bundled separately
v2.0.0
v2.0.0-rc.3
- #31: fixed dependencies in package.json
v2.0.0-rc.2
- #30: fixed incorrect context path when resolving artifacts
v2.0.0-rc.1
- #29: fixed typo that broke artifact loading
v2.0.0-rc.0
- #28: updated README.md
- #19: singular and plural options (
?flow=
vs.?flows[]=
) may now be used interchangeably -
#18: themes and layouts must now have descriptor
.json
files- BREAKING CHANGE: see ticket for details
-
#27: loading the
debug-info
lazily is now opt-in with the?lazy
parameter- NEW FEATURE: see ticket for details
v2.0.0-alpha.3
- #25: a new entry point
debug-info
has been added- NEW FEATURE: see ticket for details
v2.0.0-alpha.2
- #26: bump laxar-tooling version: new default paths
v2.0.0-alpha.1
- #24: load widgets and controls according to webpack module resolve strategy
v2.0.0-alpha.0
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 tolaxar-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
andflows[]
)
v0.1.0
- initial version