Skip to content

Commit

Permalink
v7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed May 6, 2023
1 parent bde738b commit a026c8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [7.0.3] - 2023-05-06

### Fixed
- `Warning : (WDeprecated) '@:enum abstract' is deprecated in favor of 'enum' with Haxe 4.3
- `Version.compareTo` throws improve cppia support on CPPIA

### Changed
- Speed up Strings.(starts|ends)With on Lua


## [7.0.2] - 2021-08-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"description": "A haxelib for consistent cross-platform UTF-8 string manipulation. Contains comprehensive String utility functions, SemVer.org version parsing, spell checker, ANSI escape sequence builder, RandomUUID generator, thread-safe regular expression API, StringBuilder, SortedStringMap, SortedStringSet, camelcase string formatting, filepath normalizing and globbing (wildcards).",
"contributors": ["vegardit"],
"releasenote": "See https://github.com/vegardit/haxe-strings/blob/main/CHANGELOG.md",
"version": "7.0.2",
"version": "7.0.3",
"dependencies": {}
}

0 comments on commit a026c8c

Please sign in to comment.