Commit Graph

23 Commits

Author SHA1 Message Date
Bob Fanger feda3c702c Document the changelog on the github releases page 2018-05-22 11:00:17 +02:00
Bob Fanger b7a0fb0989 Validate internal refs 2017-05-19 17:01:45 +02:00
Bob Fanger 2f2482f857 Updated changelog + PSR2 formatting 2017-05-12 15:30:15 +02:00
Bob Fanger e39dffe589 Documented using-refs 2017-05-12 13:41:40 +02:00
Bob Fanger b0b136e3c5 Release 2.0.9 2017-02-23 00:16:25 +01:00
Bob Fanger 39f4c30692 Release 2.0.8
- Dynamic Definitions / partial support #301
 - By default only scan *.php files #350
 - Removed silence operator @, improves compatiblity custom errorhandlers #331
 - Additional datetime classes & interfaces #338
 - Fixed case of UNDEFINED constants namespaces, improves hhvm compatibility #319
 - Misc improvements to the docs
2016-12-16 13:39:03 +01:00
Kevin Upton bfb75b22ea Merged pull request #301 Dynamic Definitions 2016-12-01 07:12:29 +01:00
Bob Fanger 632341c6d0 Release 2.0.7
- Beter validation of type="file" #305
 - Augment Operations summary and description based on the comment. #293
 - Bugfixes #300
 - Add support for xml (and externalDocs and properties) inside a @SWG\Items. #279
 - Nested properties are no longer injected into the Definition #297
 - Fixed nesting issue with verbose property notation #297
2016-05-27 11:24:44 +02:00
Bob Fanger a51f62c203 Extract summary and description based on the phpdoc spec. 2016-04-17 16:09:03 +02:00
fezfez 7b15cb0c71 Unittest for nested properties #297 2016-03-18 11:24:34 +01:00
Bob Fanger 9d4b9784ea Merge branch 'master' into develop 2016-03-18 09:53:39 +01:00
bravo-kernel a73e9e51ee Prepares release 2.0.6
Correct release version
2016-02-13 16:11:46 +01:00
Bob Fanger ebecbe95bd Add support for xml (and externalDocs and properties) inside a @SWG\Items. #279 2016-01-30 13:14:04 +01:00
Bob Fanger 6b1185ee5d Removed JSON-Schema properties that are not supported in swagger. #273 2016-01-15 10:21:56 +01:00
Bob Fanger 2912125da2 Unittests now run successfully on PHP7
Used a workaround for [PHP bug 70733](https://bugs.php.net/bug.php?id=70733)
2015-11-28 12:27:22 +01:00
Bob Fanger 38f2ac5142 Logged 2.0.4 changes 2015-11-13 14:49:10 +01:00
Bob Fanger 3236b996ba Removed format restrictions
Fixes #253
2015-10-18 14:59:26 +02:00
Bob Fanger e861dc8496 Fix bug caught by travis. 2015-09-17 16:44:39 +02:00
Bob Fanger 1ce1711fb3 Removed restrictions in @SWG\Items, allow @SWG\Property and other @SWG\Schema properties.
Closes #245
2015-09-17 16:12:18 +02:00
Bob Fanger 7564419b52 Re-enabled nested validation 2015-08-04 10:07:08 +02:00
Bob Fanger c982c96241 Fixed #230 "Trying to get property of non-object" when annotating traits
Support for traits is minimal, swagger-php doesn't analyze the inheritance/mixin chain based on `use` statements.
2015-07-24 14:37:31 +02:00
Bob Fanger 25d6210068 Fixed and added unittests for the CleanUnmerged processor. 2015-06-26 17:50:54 +02:00
Bob Fanger 1064c5703f Refactored Parser & Swagger::crawl
Split Parser in Analyser & StaticAnalyser see #214
Extracted logic from Swagger->crawl() into factory method `Swagger\buildFinder()`
2015-05-08 18:55:29 +02:00