Breaking
- Implement skips for stringify array format comma (#304) 828f032
- This is a breaking change to the default functionality of
.stringify()
forcomma
andseparator
array modes given thatskipNull
andskipEmptyString
are default false but the original functionality of.stringify()
for these 2 modes behaved as thoughskipNull
andskipEmptyString
were true.
- This is a breaking change to the default functionality of