Skip to content

5.0.0

Compare
Choose a tag to compare
@ValentinH ValentinH released this 30 Jun 20:49
· 146 commits to master since this release

5.0.0 (2016-06-30)

Fix

  • AMD/CommonJS exported module: export module name instead of module (#360).

Breaking change

Code that relies on the module object to be exported (accessing the name via .name for example) will break, since the name is now directly returned.