- remove builder-es6-module-to-cjs as devDependency
- better tests for locals ordering #29
- faster CSS parsing
- fix file lookup of locals without file extension
- merge Export AMD module with given external name, not with internal (canonical)
- merge #81 fix nested locals
- support for nested local dependencies
- allow using fragment identifier in css url.
- Use canonical name as ID for AMD define()
- fix
this
in strict mode
- remain quotes within
require()
calls - #72 - avoid error for nodejs
require()
calls within locals - #73
- bump version of css-url-rewriter to v0.1.0 due to underlying enhancements
- bump version of syntax-error to v1.1.1 due to security issue
- better error detail from syntax-error ParseError.annotated
- added components to .npmignore
- return normalized url from util.rewiteUrl, added css-url-rewriting-locals test
- pinned regenerator to 0.4.6 to build working release
- updated .npmignore to ignore
docs
andexamples
for release - updated Makefile
clean
to removecomponents
dir
- fix when component names don't match repo
- fix CSS file.string error
- fix url(url(-bug @aaronz8
- build.scripts.canonical now returns the tree, not the canonical name
- fix UMD wrap formatting
- fix local file rewriting
So you don't have to include this for every custom build.js
.
- include build.scripts.canonical from build.js
- include build.scripts.umd from build.js
- fix components whose name does not match the repo name (such as page.js)
- fix mix-cased
require()
s with mix-cased filenames - #34
- fix
undefined
s when a relative URL can not be resolved - componentjs/component#499 (comment)