Skip to content

Commit ea30c40

Browse files
committed
v1.0.1
1 parent ec0cafb commit ea30c40

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# feathersui-validators Change Log
22

3+
## 1.0.1 (2022-10-11)
4+
5+
- Fix calls to `toString()` that should have been `Std.string()` after Haxe conversion.
6+
37
## 1.0.0 (2022-09-15)
48

59
- Initial release

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"license": "Apache",
55
"tags": ["openfl", "feathersui", "validators", "validation", "forms"],
66
"description": "Form validation for Feathers UI",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"classPath": "src",
99
"dependencies": {
1010
"openfl": ""
1111
},
1212
"contributors": ["bowlerhat"],
13-
"releasenote": "Initial release"
13+
"releasenote": "hxcpp fixes"
1414
}

0 commit comments

Comments
 (0)