react-timeago v6.0.0 Release Notes

    • ➕ Added module field to the package.json file so you can now import ES6 modules with only a minimal amount of pre-processing applied. Relevant when targeting newer browsers only.
    • A bunch of internal changes:
      • Using rollup instead of browserify to compile the example
      • Updating a bunch of dependencies
    • ➕ Added support for React 17