UNPKG
flow-enums-runtime
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Runtime to be use with the Flow Enums transform.
facebook/flow
flow-enums-runtime
/
CHANGELOG.md
12 lines
(8 loc)
•
230 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
# 0.0.6
-
Update README documentation
# 0.0.5
-
`.members()`
on a mirrored enum now returns an iterator (not just an iterable), matching non-mirrored enums
# 0.0.4
-
Added
`getName`
method
# 0.0.3
-
Initial open-source version