Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Sep 03:52

v0.0.2 – 2025-09-12

πŸ“ Overview

  • Build toolchain updated for better stability and compatibility
  • Package structure refactored for clearer module separation
  • No new features added in this release

πŸ”„ Changes

  • JDK Target Version: Updated from 24 β†’ 21
    • JDK 21 is the current Long-Term Support (LTS) version
    • Ensures safer and longer-term compatibility for users

⚠️ Breaking Changes

  • Renamed classes :

    • ExcelFile -> ExcelExporter
    • ExcelExporter -> DefaultExcelExporter
    • ExcelExporterBuilder -> DefaultExcelExporterBuilder
  • Some classes were moved to new packages:

    • io.github.hee9841.excel.core.* -> io.github.hee9841.excel.core.exporter
    • io.github.hee9841.excel.meta.* β†’ io.github.hee9841.excel.core.meta*
  • ⚠️ If you were previously using ExcelExporter, please switch to DefaultExcelExporter

  • ⚠️ If you directly imported these classes, please update your import statements accordingly.

πŸ› οΈ Minimum Required Java Version

  • Still requires Java 8 or higher at runtime
  • Only the build/test toolchain uses JDK 21

πŸ“¦ Maven Repository