Releases: mll-lab/microplate
Releases · mll-lab/microplate
v3.3.0
Added
- Add method
AbstractMicroplate::toWellWithCoordinateMapper()
v3.2.1
Changed
- Deleted incorrect part of php doc in test
v3.2.0
Added
- Add methods
AbstractMicroplate::matchRow()
and AbstractMicroplate::matchColumn()
v3.1.0
Added
- Add ability to have sectioned microplates to group wells
v3.0.0
Added
- Add well methods to class
Microplate
Changed
- Change structure of
Microplate::$well
to Collection<string, TWell|null>
- Renamed class
MicroPlate
to Microplate
Removed
- Removed compatibility for
illuminate/support:^6
v2.0.0
Added
- Add compatibility for
illuminate/support:^6|^7|^8
Removed
- Removed method
getWells()
from class MicroPlate
- use wells
property of MicroPlate
class
hod getWells()
from class MicroPlate
- use wells
property of MicroPlate
class
v1.0.0
Added
- Add class
Coordinate
with diverse calculation methods to ease dealing with micro plates at MLL
- Add abstract class
CoordinateSystem
with CoordinateSystem12Well
and CoordinateSystem96Well
as implementation
- Add class
MicroPlate
and methods addWell
and getWells