Releases: folone/poi.scala
Releases · folone/poi.scala
v2.1.1
What's Changed
- Update sbt-assembly to 2.3.1 by @scala-steward-bot in #333
- Update sbt, scripted-plugin to 1.11.4 by @scala-steward-bot in #337
- Update cats-core, cats-laws to 2.13.0 by @scala-steward-bot in #338
- Optimise benchmarks by @folone in #341
- Post-refactor cleanup by @folone in #342
- Update cats-effect to 3.5.7 by @scala-steward-bot in #339
- Update discipline-specs2 to 1.5.0 by @scala-steward-bot in #340
- Update cats-effect to 3.6.3 by @scala-steward-bot in #343
- Update sbt-bloop to 2.0.13 by @scala-steward-bot in #344
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #345
- Update sbt-ci-release to 1.11.2 by @scala-steward-bot in #346
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #347
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #349
- Update sbt, scripted-plugin to 1.11.5 by @scala-steward-bot in #348
- Update sbt, scripted-plugin to 1.11.6 by @scala-steward-bot in #351
- Update scalacheck to 1.19.0 by @scala-steward-bot in #350
- Update scalafmt-core to 3.9.10 by @scala-steward-bot in #352
- Update sbt-bloop to 2.0.14 by @scala-steward-bot in #353
- Update specs2-scalacheck to 4.22.0 by @scala-steward-bot in #354
- Update sbt-bloop to 2.0.16 by @scala-steward-bot in #358
- Update sbt-jmh to 0.4.8 by @scala-steward-bot in #355
- Update sbt, scripted-plugin to 1.11.7 by @scala-steward-bot in #359
- Update sbt-scalafix to 0.14.4 by @scala-steward-bot in #361
- Bump peter-evans/create-or-update-comment from 4 to 5 by @dependabot[bot] in #362
- Update scala-library to 2.13.17 by @scala-steward-bot in #356
- Update scala3-library to 3.3.7 by @scala-steward-bot in #360
- Update specs2-scalacheck to 4.23.0 by @scala-steward-bot in #365
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #366
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #367
- Bump coursier/cache-action from 6 to 7 by @dependabot[bot] in #369
- Update sbt-bloop to 2.0.17 by @scala-steward-bot in #370
- Update scala-library to 2.13.18 by @scala-steward-bot in #372
- Update poi, poi-ooxml to 5.5.0 by @scala-steward-bot in #371
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #373
- Update scalafmt-core to 3.10.2 by @scala-steward-bot in #374
- Update poi, poi-ooxml to 5.5.1 by @scala-steward-bot in #375
- Update scala-library to 2.12.21 by @scala-steward-bot in #376
- Update sbt-scalafix to 0.14.5 by @scala-steward-bot in #377
- Update scalafmt-core to 3.10.3 by @scala-steward-bot in #380
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #379
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #378
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
Refactored the project into separate modules. To use:
libraryDependencies += "info.folone" %% "poi-scala-core" % "2.0.0"- For Scalaz integration:
libraryDependencies += "info.folone" %% "poi-scala-scalaz" % "2.0.0" - For Async operations:
libraryDependencies += "info.folone" %% "poi-scala-async" % "2.0.0" - The old artefact now contains the fat jar of the above targets (for backwards compatibility)
libraryDependencies += "info.folone" %% "poi-scala" % "2.0.0"
Other changes
- Update sbt-bloop to 2.0.12 by @scala-steward-bot in #329
Full Changelog: v1.1.0...v2.0.0
v1.1.0
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Significant changes from #323
- Rich Styling: Comprehensive cell formatting (fonts, colors, borders, alignment).
- Extended Cell Types: Added BlankCell, ErrorCell, enhanced date/boolean support.
- Advanced Sheet Operations: Freeze panes, grouping, page setup, headers/footers.
- Data Validation: Cell constraints, formula validation, named ranges.
- Robust Error Handling: Complete PoiError hierarchy with safe operations.
- Comprehensive Test Coverage: Codebase used to have ~30 tests, this change increases the number to ~180.
- Makefile: In case we ever switch to a different build tool (however unlikely that is). Provides increased developer ergonomics.
Other updates
- Update poi, poi-ooxml to 5.4.0 by @scala-steward-bot in #288
- Update scala-library to 2.13.16 by @scala-steward-bot in #289
- Update scalafmt-core to 3.8.4 by @scala-steward-bot in #290
- Update scalafmt-core to 3.8.5 by @scala-steward-bot in #293
- Update sbt-scalafmt to 2.5.4 by @scala-steward-bot in #292
- Update scalafmt-core to 3.8.6 by @scala-steward-bot in #294
- Update scala3-library to 3.3.5 by @scala-steward-bot in #295
- Update scalafmt-core to 3.9.0 by @scala-steward-bot in #296
- Update scalafmt-core to 3.9.1 by @scala-steward-bot in #297
- Update scalafmt-core to 3.9.2 by @scala-steward-bot in #298
- Update sbt, scripted-plugin to 1.10.8 by @scala-steward-bot in #299
- Update sbt, scripted-plugin to 1.10.9 by @scala-steward-bot in #300
- Update sbt, scripted-plugin to 1.10.10 by @scala-steward-bot in #301
- Update scalafmt-core to 3.9.3 by @scala-steward-bot in #302
- Update sbt-ci-release to 1.9.3 by @scala-steward-bot in #303
- Update scalafmt-core to 3.9.4 by @scala-steward-bot in #304
- Update sbt, scripted-plugin to 1.10.11 by @scala-steward-bot in #305
- Update specs2-scalacheck to 4.21.0 by @scala-steward-bot in #306
- Update poi, poi-ooxml to 5.4.1 by @scala-steward-bot in #307
- Update scalafmt-core to 3.9.5 by @scala-steward-bot in #308
- Update scalafmt-core to 3.9.6 by @scala-steward-bot in #309
- Update scala3-library to 3.3.6 by @scala-steward-bot in #310
- Update sbt, scripted-plugin to 1.11.0 by @scala-steward-bot in #311
- Update sbt-ci-release to 1.11.0 by @scala-steward-bot in #312
- Revert "Update sbt-ci-release to 1.11.0" by @folone in #313
- Revert "Update sbt, scripted-plugin to 1.11.0" by @folone in #314
- Re-enable central by @folone in #315
- Update scalafmt-core to 3.9.7 by @scala-steward-bot in #316
- Update sbt, scripted-plugin to 1.11.2 by @scala-steward-bot in #319
- Update sbt-ci-release to 1.11.1 by @scala-steward-bot in #317
- Update scalafmt-core to 3.9.8 by @scala-steward-bot in #320
- Update sbt-scalafmt to 2.5.5 by @scala-steward-bot in #321
- Update sbt, scripted-plugin to 1.11.3 by @scala-steward-bot in #322
Full Changelog: v0.25...v1.0.0
v0.25
What's Changed
- Update specs2-scalacheck to 4.20.4 by @scala-steward-bot in #246
- Update specs2-scalacheck to 4.20.5 by @scala-steward-bot in #247
- Update scala3-library to 3.3.2 by @scala-steward-bot in #248
- prepare Scala 3.4 by @xuwei-k in #250
- Update scala-library to 2.12.19 by @scala-steward-bot in #252
- Update scala-library to 2.13.13 by @scala-steward-bot in #253
- Update sbt to 1.9.9 by @scala-steward-bot in #254
- Update scala3-library to 3.3.3 by @scala-steward-bot in #255
- Update scalafmt-core to 3.8.1 by @scala-steward-bot in #257
- Update scala-library to 2.13.14 by @scala-steward-bot in #258
- Update sbt to 1.10.0 by @scala-steward-bot in #259
- Update specs2-scalacheck to 4.20.7 by @scala-steward-bot in #261
- Update scalafmt-core to 3.8.2 by @scala-steward-bot in #262
- Update specs2-scalacheck to 4.20.8 by @scala-steward-bot in #264
- Update poi, poi-ooxml to 5.3.0 by @scala-steward-bot in #263
- Update sbt to 1.10.1 by @scala-steward-bot in #265
- Update scalafmt-core to 3.8.3 by @scala-steward-bot in #266
- Update sbt-ci-release to 1.6.0 by @scala-steward-bot in #267
- Update sbt-ci-release to 1.6.1 by @scala-steward-bot in #268
- Update scala-library to 2.12.20 by @scala-steward-bot in #269
- Update sbt to 1.10.2 by @scala-steward-bot in #270
- Update scala-library to 2.13.15 by @scala-steward-bot in #271
- Update scala3-library to 3.3.4 by @scala-steward-bot in #272
- Update sbt-ci-release to 1.7.0 by @scala-steward-bot in #273
- Update specs2-scalacheck to 4.20.9 by @scala-steward-bot in #275
- Update sbt-ci-release to 1.8.0 by @scala-steward-bot in #274
- Update sbt, scripted-plugin to 1.10.3 by @scala-steward-bot in #276
- Update sbt-ci-release to 1.9.0 by @scala-steward-bot in #277
- Update sbt, scripted-plugin to 1.10.4 by @scala-steward-bot in #278
- Update sbt, scripted-plugin to 1.10.5 by @scala-steward-bot in #279
- Update sbt, scripted-plugin to 1.10.6 by @scala-steward-bot in #280
- add setup-sbt by @xuwei-k in #282
- Update sbt-ci-release to 1.9.2 by @scala-steward-bot in #281
- Update release.yml by @xuwei-k in #283
- remove conflictWarning by @xuwei-k in #284
- Add back release on
masterbranch push by @folone in #285 - Update sbt, scripted-plugin to 1.10.7 by @scala-steward-bot in #286
- Update README.md by @folone in #287
Full Changelog: v0.24...v0.25