Skip to content

Releases: chrisrabe/asciimoticon-core

[email protected]

01 Feb 12:34
Compare
Choose a tag to compare

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

[email protected]

02 Mar 06:11
f55798a
Compare
Choose a tag to compare

#Asciimoticon Pull Request Information

Related Issues

Fixes

fixed some bugs in the number module
fixed some bugs in the text module

Additional Features

  • Added new text options in the text module
  • Added themed asciimoticons. The theme module contains over 2000 asciimoticons!
  • Added new faces into faces module; miniscule, nwin, and theta
  • Users can now create custom mappings using the new builder module's template function
  • Users can now create custom asciimoticons using the new builder module's build function
  • Users can now parse delimited text and convert them into asciimoticons using the new builder module's parse function
  • README Updates