Skip to content

Releases: folone/poi.scala

v2.1.0

04 Aug 09:30
bf96eef

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.1.0

v2.0.2

04 Aug 06:54
439f36a

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

03 Aug 09:10
1b8fc87

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

03 Aug 08:42
e86ba6a

Choose a tag to compare

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

Full Changelog: v1.1.0...v2.0.0

v1.1.0

03 Aug 08:34
15a27ea

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

26 Jul 07:24

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Jul 18:21

Choose a tag to compare

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

Full Changelog: v0.25...v1.0.0

v0.25

24 Dec 17:38
089b563

Choose a tag to compare

What's Changed

Full Changelog: v0.24...v0.25

v0.24

25 Dec 15:17

Choose a tag to compare

v0.24

v0.23

09 Jan 09:36

Choose a tag to compare

Releasing 0.23