tg666

Results 5 issues of tg666

Hi, In the version `v3.2.3` was a change in the links generation, respectively the request creation - the logic was moved from the presenter to the `LinkGenerator` class. This is...

## Summary by CodeRabbit * **Documentation** * Added a new section in the README for integrating with mobile applications, including a link to detailed instructions. * Introduced a comprehensive guide...

documentation

While the changed values are visually nicely indented and formatted, the unchanged ones have their indentation aligned with the end of the key (this applies to both objects and arrays)....

When an item is added to an existing index, the result should be only an `add` operation on that index. Instead, the patch contains a series of `replace` operations and...

If multiple items are removed from an array, the individual changes have incorrect path. ```php