Skip to content

Releases: heyitspaul/aesthetify

Adding Command Line Executables

19 Dec 20:07
21ddb41
Compare
Choose a tag to compare

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

https://rubygems.org/gems/aesthetify

Slight improvements

04 Apr 14:16
Compare
Choose a tag to compare

Tweaked gemspec dependencies just in case that caused any issues.

https://rubygems.org/gems/aesthetify/versions/1.0.2

Performance improvements

19 Mar 03:52
Compare
Choose a tag to compare

Improved performance slightly. Using Range#cover? instead of Range#include? is faster according to Rubocop. Some other slight tweaks were made.

https://rubygems.org/gems/aesthetify/versions/1.0.1

Initial Release

10 Jul 07:53
Compare
Choose a tag to compare