Releases: joernio/joern-type-stubs
Releases · joernio/joern-type-stubs
v0.6.0
[ruby] Fix constructor naming for builtin type gen (#8) This PR handles: * Entire parsed function names are now replaced with `<init>` if the `.new` is found. This handles one or two cases like `CSV::Table.new` * Added a `useSubset` option that only generates the types for 10 gems to make debugging easier.
v0.5.0
[version] Bump joern version (#7)
v0.4.0
[ruby] Fix constructor names for builtin types (#6) * [ruby] fixed constructor function name for output files * scalafmt * removed slice * removed todo
v0.3.0
[Workflow] Generate Ruby Types from Workflow (#5) * [workflows] attempting run on workflow * [workflows] Adding ls * [workflows] add branch to test * [workflows] list builtin_types, cahnge default value for frontends to constant val * [workflows] add sha512 to workflow * [ruby] Fixed pathing issue on downloader * [workflows] add release step to workflow * [workflows] add files for release step * [workflows] fix spelling * [workflows] added output directory option for type-stub generator * [workflows] remove branch from workflow * move log to inside if * scalafmt * [workflows] rename moved files
v0.2.0
[workflows] added output directory option for type-stub generator
v0.1.0
[workflows] fix spelling