Releases: evgeek/moysklad
Releases · evgeek/moysklad
v0.7.0
- Request retries
- Refactoring
- Unit tests
⚠️ Check the Upgrade guide for a safe upgrade.
v0.6.3
v0.6.2
v0.6.1
v0.6.0
- The response format is now specified by the format class name instead of an enum.
- Query builder initialization with
MoySklad::query()
method. Filter::class
removed, now filters are sets without it.
⚠️ Check the Upgrade guide for a safe upgrade.
v0.5.2
v0.5.1
Added entity to Meta::state()
method. Now the method can generate state not only for customerorder
, but also for any entity.
⚠️ Check the Upgrade guide for a safe upgrade.
v0.5.0
Added linter PHP-CS-Fixer and Makefile
with commands to run it