Alexey
Alexey
`--project-root` was not an intentional feature, it was rather a side-effect to enable testing. At v0.1 Cider detects project root automatically by locating `pubspec.yaml` starting from the current folder and...
Version `0.1.0-dev.0` has been published, it introduced a simple plugin system. Anyone want to try and implement this feature?
That would create tight coupling to git. I would prefer to avoid it. To make a tag, one can do `git tag $(cider version)`
Good point. Looks like a missing feature.
Implemented in #108. Please take a look at v2.2.0 and let me know if that works for you. Example: https://github.com/json-api-php/json-api/blob/master/test/NewResourceObjectTest.php
No such plans, but PRs are always welcomed. (I know, I'm super fast with my replies)
Thanks a lot! I will take a deeper look into the PR later today or tomorrow.
So at last I found some time to think about this change. First of all, thank you for the PR. I appreciate your effort. However, It seems that changing the...
In the current implementation, most of the methods in the `RoutingClient` have the `query` parameter which you can use to pass arbitrary data.
I'm trying to come up with a new version which will support JSON: API 1.1. What do you guys think of this approach to passing query parameters? https://github.com/f3ath/json-api-dart/blob/8cbc0a6fe8bd7f19d6e99523dea41ddea8cd2879/test/unit/client/client_test.dart#L57