New Features
- new helper module to assist you in development!
- the helper module contains the transpose function
- asciimoticons related to a partial string can be found using the helper module's find function
- separated the symbols from the faces so that the modules make more sense
- you can now create a reversed table using the builder module
- you can now create a binary table using the builder module
- you can now merge two or more templates together using the Template class's merge
Bug Fixes
- Removed the usage of var and replaced with const or let.
- Fixed conditions for checking empty strings.
- Optimised the transpose function.
Development updates
- integrated the project with Travis CI.
- can now automatically calculate test code coverage using codecov
- added istanbul to run with codecov and mocha for testing
Documentation Updates
added documentation details for the new additions