October 24th, 2011· Updated atom and rss item parsing
· Updated HTTP socks handler proper handling of chunked transfer encoding
· Removed NestedSet library because they where not stable enough
· Add OpenID provider implementation
· Fix HTTP classes headers are stored now interal as key => value
· Fix OpenId so that the claimed id is added on redirect if the local id doesent exist and add getIdentifiert method
· Update HTTP request class and fix curl handler follow location. Remove "Expect: 100-Continue" header and update ca-bundle.pem
· Added unit tests
· Fixed several bugs
May 12th, 2010· This release contains mostly small bug fixes. Also one major bug was fixed wich causes that psx framework throws an parse error because on some system the syntax $class::$method is not allowed. The psx stream wrapper was removed and the function import() was introduced because it is more stable and faster. You can use the import function to include other modules i.e. import(foo/bar) or import(foo::bar).
April 14th, 2010· added form generation class
· added and fixed tests
· added request library
· implemented psx_input interface
· rewrote filter library
· rewrote manual to version 0.3
· fixed openid oauth and yadis library
March 5th, 2010· A pubsubhubbub component was added with that you can subscribe and publish content. Also an atom and rss component was added to parse feeds. A html parses component was added wich is designed to parse malformed html. The atom, rss and opensearch component uses now the XMLWriter class to produce XML and several bugs werde fixed.
December 28th, 2009· added openid, yadis, atom/rss2 and opensearch component
· renamed the folder lib to library and ext to extension
· perfomance improvements
· fixing several bugs
· removed the include folder
· add phpunit tests
October 16th, 2009· library design was changed
· performance improvements
· phpUnit tests was written for the libraries
· bug fixes
· detailed code documentation