Skip to content

Releases: Helmare/climt

climt@0.2.0

03 Feb 17:18
7e26b00

Choose a tag to compare

npm i climt@0.2.0

Release Notes

  • Refactored all the code to be written in TypeScript (fully typed).
  • CommonJS and Module (ES) support.
  • Remove default exports, so use object destructuring.
  • Removed climt() function, just create a new instance of ClimtTable.
  • Exposed util functions.

climt@0.1.1

29 Dec 15:34
df8cd96

Choose a tag to compare

npm i climt@0.1.1

Release Notes

  • null and undefined values render as empty cells instead of throwing an error.
  • Changed the deprecated substr calls to substring calls.

climt@0.1.0

19 Oct 01:57
582c2ce

Choose a tag to compare

npm i climt@0.1.0

Release Notes

  • Initial Release