diff --git a/Guitar.podspec b/Guitar.podspec index c2f5318..9e5c558 100644 --- a/Guitar.podspec +++ b/Guitar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Guitar' - s.version = '0.0.14' + s.version = '0.0.15' s.summary = 'A Cross-Platform String and Regular Expression Library Written in Swift.' description = <<-DESC diff --git a/README.md b/README.md index 15b86f4..de049cb 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,7 @@ The full documentation can be found at http://www.sabintsev.com/Guitar/. - [x] Case Functions (`camelCased`, `pascalCased`, `kebabCased`, etc.) - [x] Character Functions (`first`, `length`, `reversed`, etc.) - [x] Latinization Functions (`.latinized(), `.withoutAccents()`) -- [ ] HTML Manipulation Functions - [x] Padding Functions (`padLeft`, `padRight`, `pad`) -- [ ] Performance Enhancements - [x] Regular Expressions (with Common Patterns Built-in) - [x] Trimming Functions (`trimLeft`, `trimRight`, `truncated`, etc.)