Release Notes - norbert-radyk/spoiwo GitHub Wiki

2.2.1

Release date: 2022/03/08

Note: release 2.2.0 is broken - do not use

  • Upgrade to the latest libraries
  • Optimisations of the grids row merge
  • Removal of scala-xml dependency

2.0.0

Release date: 2021/08/01

  • Added support for Scala 3
  • Migrated library from com.norbitltd.spoiwo package to spoiwo.

Warning: This release contains non backwards compatible package change and would require manual migration from com.norbitltd.spoiwo to spoiwo in the client applications.

1.8.0

Release date: 2020/05/25

1.7.0

Release date: 2020/03/14

  • Removed support for joda-time, in favour of java.time
  • Upgraded to poi/4.1.2
  • Reformatted codebase using scalafmt

1.6.1

1.6.0

1.5.0

  • Changes to the project structure to become multi-module project.
  • Added grids extension (spoiwo-grids project) to allowing advanced positioning of the multiple smaller tables in the single sheet (https://github.com/norbert-radyk/spoiwo/pull/46). Thank you @tg44!

1.4.1

  • Fix for loading spreadsheets with breaking calculation formulas.

1.4.0

  • Changes to allow loading of the existing spreadsheets to allow for modifications.

1.3.2

1.3.1

  • Added cross-compilation to scala/2.13.0-M3
  • Fixed failing reflection-based unit test for Scala 2.11
  • Reformatted codebase using scalafmt

1.3.0

  • Upgrade to support Apache POI 3.17
  • Upgrade to Scala 2.12.5
  • Introduced usage of Matchers for ScalaTest tests