v4.0.1
Bug fixes since v4.0.0. No breaking changes.
Bug Fixes
- Fixed field state not being reset at the correct insertion index in
insertandunshift(#103, fixes #44) - Fixed empty array not being preserved when removing the last item (#104, fixes #95)
- Fixed field functions not being preserved when moving fields with different shapes (#105, fixes #51)
- Fixed
removeBatchusing lexicographic instead of numeric sort, causing wrong items to be removed (#102, fixes #97)