danvk / source-map-explorer

Analyze and debug space usage through source maps
Apache License 2.0
3.83k stars 101 forks source link

2.0 #115

Closed nikolay-borzov closed 5 years ago

nikolay-borzov commented 5 years ago
nikolay-borzov commented 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

nikolay-borzov commented 5 years ago

Release notes draft

🚀 Enhancements

CLI

API

💥 Breaking changes

CLI

API

🐛 Bug fixes

🔧 Internal

danvk commented 5 years ago

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

CLI

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

🔧 Internal

— 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 .