Skip to content

Commit c581b41

Browse files
general improvements, added valueof type
1 parent 5023ded commit c581b41

File tree

5 files changed

+152
-62
lines changed

5 files changed

+152
-62
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v3.0.2
2+
## Features
3+
- Added a `ValueOf` type function for getting all the value types of a table.
4+
15
# v3.0.1
26
## Fixes
37
- Fixes issues with assertions not properly throwing an error in certain scenarios.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
A Type Function utility library for Luau.
44

5-
> [!TIP]
6-
> Check out [Typebrick](https://github.com/typeforge-luau/typebrick), a type function utility library for Roblox types.
7-
85
docs: http://typeforge.luau.page/
96

107
wally: https://wally.run/package/cameronpcampbell/typeforge
8+
9+
> [!TIP]
10+
> Check out [Typebrick](https://github.com/typeforge-luau/typebrick), a type function utility library for Roblox types.

0 commit comments

Comments
 (0)