stacktracejs / stacktrace.js

Generate, parse, and enhance JavaScript stack traces in all web browsers
https://www.stacktracejs.com/
MIT License
3.98k stars 282 forks source link

1.0.2- Bower dist package has missing stacktrace.js #152

Open kaushikvira opened 8 years ago

kaushikvira commented 8 years ago

in 1.0.2 version, stacktrace.js non-minified version file is moved from dist folder to outside. There are projects that may be using a non-minified file to run the tests, doing minification them self.

This release will break those projects.

better to bump up major version OR provide clear guidance for this change.

eriwen commented 8 years ago

We removed the unminified version from dist/ because it did not contain dependencies.

I agree that we should better inform users about this or provide a bundled, unminified version.