Skip to content

Commit a026c8c

Browse files
committed
v7.0.3
1 parent bde738b commit a026c8c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
## [7.0.3] - 2023-05-06
12+
13+
### Fixed
14+
- `Warning : (WDeprecated) '@:enum abstract' is deprecated in favor of 'enum' with Haxe 4.3
15+
- `Version.compareTo` throws improve cppia support on CPPIA
16+
17+
### Changed
18+
- Speed up Strings.(starts|ends)With on Lua
19+
20+
1121
## [7.0.2] - 2021-08-06
1222

1323
### Fixed

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"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).",
1212
"contributors": ["vegardit"],
1313
"releasenote": "See https://github.com/vegardit/haxe-strings/blob/main/CHANGELOG.md",
14-
"version": "7.0.2",
14+
"version": "7.0.3",
1515
"dependencies": {}
1616
}

0 commit comments

Comments
 (0)