Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Releases: Siemienik/xlsx-renderer

Xlsx-Renderer v2.3.0- ExcelJS upgraded

08 Nov 11:41
Compare
Choose a tag to compare

ExcelJS was upgrade from v3 to v4. That means, we lost support for old node versions: 8 and 9. From other side this makes xlsx-renderer able to use with browsers.

Xlsx-renderer v2.2.3

06 Sep 02:04
Compare
Choose a tag to compare
  • Clean up garbages from lib/ dir - make the package smaller

Xlsx-renderer v2.2.2 - resolved vulnerability

06 Sep 17:23
Compare
Choose a tag to compare
  • Resolve vulnerability from bl package by upgrading it

Xlsx-renderer v2.2.1 - Merged cell work much better

09 Aug 20:51
Compare
Choose a tag to compare

This version introduce a big fix for merged cells, which improve handling horizontally merged cells outside & inside loops.
Many thanks for anonymous contributor 🚀

Xlsx-renderer v2.2.0 - Introduce 100% Coverage

09 Aug 20:48
Compare
Choose a tag to compare
  • Improve documentation
  • Cover by test & fix the condition that checks if the current rendered cell was out of column amount limit (16384).
  • Cover by test image handling,
  • Refactoring: simplify code to getting string value of a cell,
  • Add more scenarios (about worksheet's name length) to test edge cases for WsNameCell

Xlsx-renderer v2.1.1 - continue covering with tests + some fixes

09 Aug 20:36
Compare
Choose a tag to compare
  • Fix bug wirh DeleteCell
  • Increase tests coverage for:
    • ContinueCell
    • SumCell
    • DeleteCell
    • AverageCell
    • FormulaCell
    • DumpCollsCell
    • ForEachCell special usages - iterate through worksheets, special loop variables
  • Improve documentation
  • Little refactoring
  • Integrate with codecov.io: https://codecov.io/gh/Siemienik/xlsx-renderer

Xlsx-renderer v2.1.0

09 Aug 16:36
Compare
Choose a tag to compare

The first fully functional version published on npm, partially covered with tests and documentation.