Releases: cranetm/yii2-json-rpc-2.0
Releases · cranetm/yii2-json-rpc-2.0
Validators improvements
CORS Support
CORS Support added
1.2.4 Release
Bugfix Release
1.2 Release
Full JSON-RPC 2.0 Specification support.
Notification & batch support added.
1.2 RC release
- JSON-RPC 2.0 Specification support (without notifications and batches)
- Validation for required params if its do not have a default value
- Validation for params types (string, int, float, bool)
3.1 Supports DTOs as structured type
3.2 Supports square brackets for array types like string[], int[], bool[] or for DTO: ClassName[] - @null tag to allowing null values (by default all data brings to specific type)
- @inarray tag to restrict values like @inarray["red","brown","yellow"]. Works only with string and int datatypes.
1.1 Release
From now method params validate to types, described in phpDoc comments.
1.0 RC Release
Basic JSON-RPC 2.0 support