Release notes
What changed in each release of fb.
fb follows semantic versioning. Before 1.0 the command surface can still move between minor versions, and v0.3.0 moved most of it.
- v0.3.0: rewritten against the Comet data plane. Every data source changed and mbasic is gone.
- v0.2.0: a breadth-first walk of the graph from any seed.
- v0.1.2: public groups read in full, with posts and comments.
- v0.1.1: reads Facebook without a cookie, plus a new archive command.
- v0.1.0: the first release.
v0.3.0
fb is rewritten against the Comet data plane. Every data source changed, mbasic is gone, and the output is claims rather than scraped rows.
v0.2.0
A new discover command walks the Facebook graph from a page, profile, group, or post breadth first, following posts, authors, and comments.
v0.1.2
fb reads public groups in full: metadata, posts, and comments.
v0.1.1
fb reads Facebook without a cookie, and a new archive command.
v0.1.0
The first release of fb.