Skip to content

Releases: radiovisual/birdwatch

4.2.2

03 Jun 21:17
Compare
Choose a tag to compare
  • remove retweets by default to any feeds added via feedsFromList()

4.2.1

03 Jun 09:07
Compare
Choose a tag to compare
  • Fixes a bug that would not let Birdwatch run with only a .feedsFromList() entry
  • Adds feedsFromList stats to the console reporting

4.2.0

03 Jun 08:42
Compare
Choose a tag to compare
  • Adds the .feedsFromList API to automatically find all the members in a Twitter list and add them to Birdwatch as a .feed()

4.0.0

01 Jun 01:21
Compare
Choose a tag to compare
  • Uses environment variables for Twitter configuration
  • Skips invalid Twitter screen names

3.1.2

28 Apr 10:48
Compare
Choose a tag to compare
  • Added configFile option
  • cleaner logReport output
  • fix default configFile path
  • more test coverage

3.0.0

10 Feb 20:43
Compare
Choose a tag to compare
  • added configurable internal server
  • more tests
  • added new options like the limit, url, port, cacheDir, etc
  • more linting
  • removed birdwatch.getCachedTweets()

1.1.1

29 Dec 13:46
Compare
Choose a tag to compare

Added filterBy: <array>

1.0.0

28 Dec 16:12
Compare
Choose a tag to compare
  • 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.