es6-shim icon indicating copy to clipboard operation
es6-shim copied to clipboard

Get 1.0.0 out

Open paulmillr opened this issue 9 years ago • 4 comments

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

paulmillr avatar Jan 31 '16 22:01 paulmillr

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.

ljharb avatar Jan 31 '16 22:01 ljharb

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.

sonicoder86 avatar Mar 03 '16 20:03 sonicoder86

@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)

ljharb avatar Mar 03 '16 22:03 ljharb

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

sonicoder86 avatar Mar 04 '16 08:03 sonicoder86