🚀 Enhancements
- Add CLI and Node.js API wiki pages
CLI
- #84, #106 Running with
*.js
and'*.js'
(quoted) should behave the same --json
and--tsv
output data for multiple bundles- New output option
--file
- saves HTML to specified file
API
explore
can explore multiple bundles
💥 Breaking changes
- Drop Node.js 8 support
CLI
--json
output format has changedsource-map-explorer bundle.min.js bundle.random-words.js.map
no longer works - source map filename must follow pattern[js filename].map
--noroot
renamed to--no-root
API
exploreBundlesAndWriteHtml
is removed. Functionality merged intoexplore
explore
is now asynchronous (because ofsource-map
)explore
signature and return object has changed to support multiple bundles
🐛 Bug fixes
- #36
--replace
should replace all instances, not just first - Fix broken HTML page when bundle specified as Windows absolute path