Releases: typeforge-luau/typeforge
v0.1.0
-
All types which previously started with
Dictionarynow 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.luausource 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