Releases: Helmare/climt
Releases · Helmare/climt
climt@0.2.0
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 ofClimtTable. - Exposed
utilfunctions.
climt@0.1.1
npm i climt@0.1.1
Release Notes
nullandundefinedvalues render as empty cells instead of throwing an error.- Changed the deprecated
substrcalls tosubstringcalls.
climt@0.1.0
npm i climt@0.1.0
Release Notes
- Initial Release