Skip to content

Releases: theimpossibleastronaut/writeas.php

Catch me if you can

01 Jun 11:37
Compare
Choose a tag to compare

This release fully switches over to handling errors to exceptions. If the curl request finds a response >= 400, it will transform into a WAException object. If the json response from the server finds a similar code, it will throw the same WAException.

Pretty much feature complete!

25 May 15:50
Compare
Choose a tag to compare

This release is feature complete, it contains most commands and is in a stable usable state.
Some small details are missing, and documentation needs updating, but this will get you pretty far!

Usable Read-only Collections

08 May 11:11
21e40ff
Compare
Choose a tag to compare
Pre-release

Collection Example and implementation has been added. This now concludes all anonymous data.

Usable posts

06 May 10:36
Compare
Choose a tag to compare
Usable posts Pre-release
Pre-release

This first release is tagged because anonymous posts are usable. Most other things are a work in progress.