Releases: rdohms/meetup-api-client
v2.4.0
Division by Zero
- solve issue where division by zero was happening if meetup reported limits badly. Thanks @DragonBe.
December Parity
Align with latest API changes.
v2.2
Parity Release
Updated to match the changes in MeetupAPI, some renaming may have occurred, as far as i can tell its not BC breaking.
v2.0.1
Auto Parity Release
Auto API Parity: added a new command to parse json docs and auto generate operation definitions
Deprecated Anywhere API methods
New Methods: v3 events, dashboard and abuse
RateLimiting: added by @dennisdegreef a plugin now automatically slows queries according to rate limit.
EW Deprecation
In the wake of the death of Meetup EveryWhere (EW), we are dropping this support from the client.
Notice this may be a BC break if you used these methods, but the API has already stopped responding.
v1.2.0 - Parity Release
- Merge pull request #12 from rdohms/qa-tooling
- Fixing Travis
- Handling null values
- Fixing deprecated methods
- Added Scrutinizer config and adjusted travis config to add hhvm.
- API Parity
- Removing Deprecates
- Adding test for bug #8
- Merge pull request #10 from mtougeron/issues-5
- Add the new fields for the event creation & editing from the 08/16/2013 announcement (https://groups.google.com/forum/?fromgroups=#!api/zfNsUc9GfVw)
- Add the ZendStudio IDE files to the .gitignore
Serialization fix
This release bumps Guzzle dependency up to 3.7 and makes custom response objects compatible with Guzzle's new serialization implementation.