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