v1.2.0 - getFullActivity
Since the /activity endpoint is solely used for pagination on ClassCharts, it didn't return results respecting the from field without specifying a last_id. With this version, the client.getFullActivity() method has been implemented, making the from and to fields work as expected.
Special thanks to @timthedev07 to getting the base logic working for this!