# CHANGELOG ## v0.3.0 (2017-11-05) **Enhancements:** - Format can print the table in markdown and csv formats. - Format allows escaping of fields. - Tables can be created from other objects (by reference). - Improved the README (and leaved a TODO section). - Cloning is supported (by value). **News:** - Concise docs are included in the repo (GitHub pages). - Linted (cleaned some unused vars). - Added target lint, inch and docs. - Added travis, ebert, inch and coveralls online tools. - Repository promoted to the Group4Layers organization. - NPM Package created. **Statistics:** - 39 TDD Tests. - Code coverage of 91.57% (lines and branches). ## v0.2.0 (2017-11-03) **Enhancements:** - FlexTable constructor accepts one param with another FlexTable-like object (copy by ref). **News:** - Removing the build and build-es5 (keeping just the node stable modules version). - Removed babel dependencies. - Published to GitHub (as a mirror). ## v0.1.0 (2017-11-01) **News:** - Initial release (pre-publish)