Skip to content

1.0.0

Compare
Choose a tag to compare
@radiovisual radiovisual released this 28 Dec 16:12
· 109 commits to master since this release
  • Birdwatch is now in its 1.0 release, which means some subtle API changes have occurred:
    • .start() and .getCachedTweets() no longer return a Promise.
    • Custom sorting functions can now be passed to the Birdwatch instance.
  • Birdwatch saves the filtered and sorted tweets to the hard disk, so you can use the cache file anyway you want, but Birdwatch only uses in-memory cache to serve data. Please open an issue or Pull Request to discuss.
  • Internally, the entire codebase has adopted the ES6 syntax (transpiles with Babel).
  • The unit testing framework has migrated from Mocha to AVA.