Releases: cameronpcampbell/typeforge
v0.1.0
-
All types which previously started with
Dictionary
now start withTable
. -
Added new function types:
Arguments
,SetArguments
,Returns
,SetReturns
-
Added more string types:
StringToLower
,StringToUpper
-
Added
UnionPick
-
Tests are now in folder separate from the source.
-
License is now included inside the
init.luau
source file instead of being in its own file.
v0.0.0
Boolean Operation Types: Not
, And
, Or
Dictionary Types: DictionaryPick
, DictionaryOmit
, Partial
, ReadOnly
, ReadWrite
, DictionaryFlatten
, ValueOf
, DictionaryToCamel
, DictionaryToPascal
Table Types: TableRemoveIndexer
, TableSetIndexer
, TableAddIndexerKey
Union Types: UnionOmit
, UnionFlatten
String Types: StringToCamel
, StringToPascal
, StringReplace
, StringIsLiteral
Miscellaneous Types: Expect
wally: https://wally.run/package/cameronpcampbell/typeforge?version=0.0.0