paulmillr / es6-shim

ECMAScript 6 compatibility shims for legacy JS engines
http://paulmillr.com
MIT License
3.11k stars 387 forks source link

Get 1.0.0 out #404

Open paulmillr opened 8 years ago

paulmillr commented 8 years ago

Thoughts on this? We almost have ES2016 at this point.

ljharb commented 8 years ago

I'd hoped to make it more modular first so that v1.0.0 would collect a bunch of breaking changes at once, but that's OK to do in a v2.0.0.

I would like to drop bower and component support as part of v1 at least, as well as start with a fixed tagging scheme.

sonicoder86 commented 8 years ago

It would be good, because on projects like Angular 2 that allow minor version upgrades it can be upgraded. Now it is not possible because of pre 1.0 version.

ljharb commented 8 years ago

@blacksonic it should still work fine if using ^, which for < 1.0 releases upgrades the patch version (which is the only nonbreaking thing that can be updated pre-1.0)

sonicoder86 commented 8 years ago

Yes i just realized that minor version changes pre-1.0 are actualling breaking changes