Releases: cheminfo/well-plates
Releases · cheminfo/well-plates
Release list
well-plates v6.0.3
Bug Fixes
- make sure formatted position becomes normalized when passed a string as input (394ab4e)
well-plates v6.0.2
Bug Fixes
- use ES2020 target (79e124a)
well-plates v6.0.1
well-plates v6.0.0
well-plates v5.0.0
⚠ BREAKING CHANGES
- remove getTransposedIndex and rename IPosition to RowColumnPosition
- getPositionCodeRange and getPositionCodeZone no longer exist and are replaced by getPositionSubset
- getIndex and getPositionCode no longer exist and getPosition takes an additional parameter to choose the output encoding
- getIndex now returns a result that depends on the iterationOrder property, and position passed by index in methods are also interpreted based on the iteration order
Features
- apply iterationOrder to how indices are calculated (ebf1e39), closes #8
- make size a public readonly property (609db4b)
- remove getTransposedIndex (d11432d), closes #10
- unify getPosition, getIndex and getPositionCode into one method (cd241ac)
- unify getPositionCodeRange and getPositionCodeZone into one new method getPositionSubset (d6831fe)