zambezi / ez-build

Zambezi build tool
MIT License
2 stars 1 forks source link

Using UMD instead of AMD #23

Closed Poetro closed 8 years ago

Poetro commented 8 years ago

Change the exported format to UMD instead of AMD without doing any special manipulation to the exported modules. They should behave the same as before, but have additional boilerplate to support UMD.

mstade commented 8 years ago

LGTM! 👍

Question though, should this be considered a 0.3.x feature or 0.2.x? In theory, it's a non-breaking change, but in practice if people are depending on the boilerplate looking a certain way (for deamdify etc.) we may end up breaking things. Then again, the 0.x.y line is obviously wild west anyway..

gabrielmontagne commented 8 years ago

:+1:

I'd think 0.3.x is probably best. It's a small change, but opens up a new "world of opportunities" which can be though of as an expansion of the API?

mstade commented 8 years ago

Inclined to agree with you there @gabrielmontagne. Well put, as always!