-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add basic XSD and OWL support (#204)
* feat: add basic XSD and OWL support * fix: Doctrine ORM support * fix: MongoDB ODM generator * fix: ConstraintAnnotationGenerator * feat: exclude deprecated properties * feat: OWL cardinality support * fix: detect parent classes * fix: many fixes * feat: stop pluralizing or singularizing property names * fix: add ignored properties * fix: many fixes improving ActivityPub support * feat: add support for types and properties exclusion * fix: various fixes and improvements * fix some tests * fix: tests * fix: cs * fix: better composer.json * fix: some bugs and tests * docs: add changelog
- Loading branch information
Showing
43 changed files
with
5,945 additions
and
2,544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
], | ||
|
||
"directories-bin": [ | ||
"data/", | ||
"templates/" | ||
], | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.