Closed nikolay-borzov closed 5 years ago
I'm planning to publish it as 2.0.0-beta.0 and wait for one or two weeks before releasing 2.0.0
Release notes draft
*.js
and '*.js'
(quoted) should behave the same--json
and --tsv
output data for multiple bundles--file
- saves HTML to specified fileexplore
can explore multiple bundles--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
exploreBundlesAndWriteHtml
is removed. Functionality merged into explore
explore
is now asynchronous (because of source-map
)explore
signature and return object has changed to support multiple bundles--replace
should replace all instances, not just firstdocopt
by yargs
Ah, _.partition! https://lodash.com/docs/#partition
On Tue, Apr 30, 2019 at 2:34 PM Nikolay Borzov notifications@github.com wrote:
Release notes draft 🚀 Enhancements
- Add CLI https://github.com/danvk/source-map-explorer/wiki/CLI and Node.js API https://github.com/danvk/source-map-explorer/wiki/Node.js-API wiki pages
CLI
84 https://github.com/danvk/source-map-explorer/issues/84, #106
https://github.com/danvk/source-map-explorer/issues/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 changed
- source-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 into explore
- explore is now asynchronous (because of source-map)
- explore signature and return object has changed to support multiple bundles
🐛 Bug fixes
36 https://github.com/danvk/source-map-explorer/issues/36
--replace should replace all instances, not just first
- Fix broken HTML page when bundle specified as Windows absolute path
🔧 Internal
98 https://github.com/danvk/source-map-explorer/issues/98
Leverage snapshot testing
99 https://github.com/danvk/source-map-explorer/issues/99
Integrate TypeScript
100 https://github.com/danvk/source-map-explorer/issues/100
Update source-map dependency
108 https://github.com/danvk/source-map-explorer/issues/108
Replace docopt by yargs
— You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub https://github.com/danvk/source-map-explorer/pull/115#issuecomment-488065094, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAX77PIDWTW5DWKG7UL6DTPTCGKXANCNFSM4HI673RQ .