- StringMagic::Core::Validation - Email, URL, phone, credit card validation and more
- StringMagic::Utilities::Slug - Convert text to URL-safe slugs and filename-safe strings
- StringMagic::Utilities::Inflection - Pluralize, singularize, ordinalize, and humanize text
- StringMagic::Core::Transformation - New case conversions and text manipulation methods
- StringMagic::Core::Analysis - Improved entity extraction and sentiment analysis
- StringMagic::Formatting::Truncation - Smart word, sentence, and character truncation
- StringMagic::Formatting::Highlighting - HTML highlighting and URL auto-linking
- StringMagic::Advanced::Security - Mask sensitive data like credit cards and emails
- Modular code organization
- All methods now available as both String instance methods and module methods
- Core string utility methods (palindrome, case conversions, word operations)
- Test coverage for new methods
- Text analysis features
extract_entities(emails, URLs, dates, hashtags, mentions)readability_scorefor text complexity
- Case conversion methods
to_snake_caseto_kebab_caseto_pascal_case
- Bug fixes
- Bug fixes
- Introduces the first substantial methods to the gem.
- Added #word_count and #palindrome? methods.
- Included RSpec for testing.
- Integrated SimpleCov for code coverage.
- Set up CircleCI for continuous integration.
- Initial release