All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- In Polymer, 'polymer.html' is renamed during conversion to 'polymer-legacy.js'
instead of 'polymer.js' and
Polymer.Element
(from 'polymer-element.html') is now exported asPolymerElement
instead ofElement
. - The
--include
flag has been removed. Entrypoints for packages are now read from themain
field of packages'bower.json
. - Add
deleteFiles
option and--delete-files
flag to delete all files/directories matching some glob patterns after conversion. - If a package already has a
package.json
, it will be merged with the newly generated one. - Added
--flat
and--private
CLI flags to control those options in the newpackage.json
. Both default tofalse
. deleteFiles
option will no longer delete any file fromnode_modules/
orbower_components/
.- Preserve comments more reliably.
- Allow Modulizer to run in directories that are not Git repositories.
- TONS of conversion improvements, almost too many to list!
- Replaces slow/fragile nodegit with much faster polymer-workspaces git workflow
- New: Generates symlinked
node_modules
folder after workspace conversion - New: Can support conversions with multiple import url styles ("path", "name")