Releases: jeyroik/extas-jsonrpc
Releases · jeyroik/extas-jsonrpc
4.1.0
4.0.0
3.1.0
3.0.0
Brand new version.
- Use installer v3! So you can easily attach your logic to any stage of installing this package or operations.
- Removed crawlers logic by using
extas-crawlers
. - Removed generators logic by using
extas-generators
. - Removed a lot of redundant code.
- Made
jsonrpc
command ready-to-extend, so you can extend it by any options you want. - Nearly 100% test coverage (only the start script
index.php
is not coveraged). - Added badges for quick information referencing.
1.1.1
1.1.0
1.0.12
2.2.0
2.1.0
Allow to define entities properties for generation
If you are using jsonrpc
extas-command, all class FIELD_
-properties moved to the generation result by default.
Now you can define which properties shoud be added to the generation result by adding <field.name>:<field.type>
to a class doc comment.
SomeClass.php
/**
* @jsonrpc_field name:string
* @jsonrpc_field title:string
**/
class SomeClass