Releases: heyitspaul/aesthetify
Releases · heyitspaul/aesthetify
Adding Command Line Executables
You can now run aesthetify as a standalone executable. Simply call aesthetify
or fullwidth
followed by a string of text.
$ aesthetify macintosh plus
MACINTOSH PLUS
Slight improvements
Tweaked gemspec dependencies just in case that caused any issues.
Performance improvements
Improved performance slightly. Using Range#cover? instead of Range#include? is faster according to Rubocop. Some other slight tweaks were made.
Initial Release
Initial release