Skip to content

Latest commit

 

History

History
126 lines (65 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

126 lines (65 loc) · 1.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

See GitHub releases.

Unreleased

v2.0.0

Changed

  • Generate the Reads-Sections dynamically from the OverrideCycles-part of the Samples-Section for Illumina NovaSeq Sample Sheets (V2)
  • OverrideCycles on BclSample not nullable

v1.14.0

Added

  • Support creating Illumina NovaSeq Sample Sheets (V2) for NovaSeqX

v1.13.0

Added

  • Integrate mll-lab/microplate and mll-lab/liquid-handling-robotics
  • Support Laravel 11

v1.12.0

Added

  • Add StringUtil::toUTF8()

v1.11.0

Added

  • Integrate mll-lab/holidays

v1.10.0

Added

  • Allow custom line separator in CSVArray::toCSV()

v1.9.0

Added

  • Add StringUtil::joinNonEmpty()

v1.8.1

Changed

  • Exclude NoAssignmentInIfRule by default

v1.8.0

Added

  • Add PHPStan extension with NoAssignmentInIfRule

v1.7.0

Added

  • Add QxManagerSampleSheet::toCsvString(...)

v1.6.1

Fixed

  • CSVArray::toArray() returns array<int, array<string, string>>

v1.6.0

Added

  • Support illuminate/support:^10

v1.5.0

Added

  • Support thecodingmachine/safe:^2

v1.4.0

Added

  • Add Number::clamp()

v1.3.0

Added

  • Add parameters $enclosure and $escape to CSVArray::toArray

v1.2.0

Added

  • Support illuminate/support version 9

v1.1.1

Fixed

  • Fix errors in composer.lock

v1.1.0

Added

  • Add CSVArray

v1.0.0

Added

  • Add StringUtil