Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Releases: mll-lab/microplate

v3.3.0

28 Jan 11:14
Compare
Choose a tag to compare

Added

  • Add method AbstractMicroplate::toWellWithCoordinateMapper()

v3.2.1

25 Jan 10:25
Compare
Choose a tag to compare

Changed

  • Deleted incorrect part of php doc in test

v3.2.0

21 Jan 11:10
69f2dbf
Compare
Choose a tag to compare

Added

  • Add methods AbstractMicroplate::matchRow() and AbstractMicroplate::matchColumn()

v3.1.0

25 Nov 07:51
aaa6c4f
Compare
Choose a tag to compare

Added

  • Add ability to have sectioned microplates to group wells

v3.0.0

16 Nov 10:22
b25b1d3
Compare
Choose a tag to compare

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

11 Nov 14:15
7faebd2
Compare
Choose a tag to compare

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

11 Nov 10:33
Compare
Choose a tag to compare

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