Releases: radiovisual/birdwatch
Releases · radiovisual/birdwatch
4.2.2
4.2.1
- Fixes a bug that would not let Birdwatch run with only a
.feedsFromList()
entry - Adds feedsFromList stats to the console reporting
4.2.0
- 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
- Uses environment variables for Twitter configuration
- Skips invalid Twitter screen names
3.1.2
- Added configFile option
- cleaner logReport output
- fix default configFile path
- more test coverage
3.0.0
- added configurable internal server
- more tests
- added new options like the limit, url, port, cacheDir, etc
- more linting
- removed
birdwatch.getCachedTweets()
1.1.1
Added filterBy: <array>
1.0.0
- 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.