Skip to content

Releases: cameronpcampbell/typeforge

v0.1.0

04 Oct 22:19
Compare
Choose a tag to compare
  • All types which previously started with Dictionary now start with Table.

  • 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

04 Oct 21:55
Compare
Choose a tag to compare

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