This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
v3.0.0
What's Changed
- order processing refactored, dln-taker v3.0 by @alexeychr in #139
Breaking changes
The config file format slightly changed: processors
are deprecated, so those who are upgrading from v2.x must remove the processors
variable from the head of the file, rename orderProcessor
field to srcConstraints
, and use a plain object instead of processors.universalProcessor
call. Only three lines should be changed:
Full Changelog: v2.17.2...v3.0.0