Skip to content

Lumina 2.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 04:47

Breaking changes

  • IExcelRow is gone, everything inherits from an abstract ExcelRow with a virtual PopulateData
  • Sheets now use properties instead of fields for their data
  • Lumina.Lumina is now Lumina.GameData

New stuff

  • Easier access to raw sheet data (ExcelSheetImpl.GetRowParser)
  • Better performance & less GC pressure during sheet loading (generally halved the amount of allocations across the board for sheets)
  • LazyRow< T > implements a new ILazyRow which provides direct access without reflection hackery to the underlying data