Skip to content

Commit

Permalink
update changelog and readme doc url
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed May 21, 2015
1 parent c2f83f0 commit e378601
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ or require PSX as dependency in your composer.json

## Documentation

The official manual is at http://phpsx.org/doc/
The official manual is available at http://psx.readthedocs.org/


[![Build Status](https://travis-ci.org/k42b3/psx.png)](https://travis-ci.org/k42b3/psx)
Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

1.0.1
* Added raml file parameter for api generation command
* Improved raml parser and tests
* Add format key to swagger parameter record
* Add iterator and countable interface to complex type
* Improved raml and swagger generation
* Add return $this to MethodAbstract::setDescription
* Add debug commands to print an raml and jsonschema resource definition
* Add console commands to generate different schema representations of the api

1.0.0
* Removed unused methods in documentation controller
* Added property type factory class
Expand Down

0 comments on commit e378601

Please sign in to comment.