-
Notifications
You must be signed in to change notification settings - Fork 2
v1.2.x
Chris Rabe edited this page Jan 28, 2019
·
2 revisions
- 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 thefaces
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
- Removed the usage of
var
and replaced withconst
orlet
. - Fixed conditions for checking empty strings.
- Optimised the
transpose
function.
- integrated the project with
Travis CI
. - can now automatically calculate test code coverage using
codecov
- added
istanbul
to run withcodecov
andmocha
for testing
- added documentation details for the new additions