Skip to content

v2.0.0-beta4

Pre-release
Pre-release

Choose a tag to compare

@jessepollak jessepollak released this 26 Jun 22:50
· 197 commits to master since this release

2.0.0 has no code changes, but changes the way the package is built and distributed.

There are now two different distribution folders:

lib/ - this includes ES5 compatible code that can be built with anything that supports node style require statements (like browserify and webpack).
dist/ - this includes browser compatible code that can be included in <script> tags