Skip to content

v2.0.0

Compare
Choose a tag to compare
@gluons gluons released this 12 Sep 17:02
· 191 commits to master since this release
v2.0.0
a006762

Change:

  • ➖ No longer add Promise polyfill (es6-promise) for you.
    Now, you have to add Promise polyfill yourself if you need.
  • ➖ Remove unfetch polyfill (for fetch).
  • ✨ Use axios to instead of fetch.
  • 🔧 Move octicons from dependencies to devDependencies.
    • 💩 And extract only necessary icons to SVG files.

Development: