- added an option to the join function to excluded null or empty elements.
- add the method isDigits.
- add the within and upTo methods.
- migrated to dart 3.x
- added isWhitespace method.
- added method orElseOnBlank
- Improvements to the API documentation.
- Updated references to underscore to its new name toSnakeCase Fixed the StringEx class description.
- Documenation fixes.
- added documentation link to pubspec
- added onepub logo
- Fixed broken links on the readme page.
- the right method has been redefined to be in keeping with the conventional use of right() For existing code that uses the old version of right use string.substring(fromRight);
- All methods are now exposed as static methods of the 'Strings' class.
- Initial release