Skip to content

Releases: joernio/joern-type-stubs

v0.6.0

29 Apr 10:53
20c9710
Compare
Choose a tag to compare
[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

26 Apr 10:49
3568504
Compare
Choose a tag to compare
[version] Bump joern version (#7)

v0.4.0

23 Apr 16:51
3e632db
Compare
Choose a tag to compare
[ruby] Fix constructor names for builtin types (#6)

* [ruby] fixed constructor function name for output files

* scalafmt

* removed slice

* removed todo

v0.3.0

23 Apr 11:14
decd75d
Compare
Choose a tag to compare
[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

23 Apr 10:45
Compare
Choose a tag to compare
[workflows] added output directory option for type-stub generator

v0.1.0

23 Apr 10:24
Compare
Choose a tag to compare
[workflows] fix spelling