Releases: Shopify/tapioca
Releases · Shopify/tapioca
v0.4.17
v0.4.16
New Features:
- Tapioca can now correctly generate
T::Enum
types usingenum do ... end
blocks in gem RBIs (thanks @jeffcarbs) [PR #243] - DSL RBI generation operation will now clear dangling RBI files from the target directory. The operation keeps track of all DSL RBI files that already exist in the target directory and removes each file that has been regenerated from that list. Anything that is left behind at the end of the whole operation must be dangling RBI files that don't correspond to any live constants. Thus, those RBI files are deleted. [PR #244]
- You can now make Tapioca work with a custom Sorbet executable by setting the
TAPIOCA_SRB_PATH
environment variable (thanks @nathunsmitty) [PR #246]
Fixes:
v0.1.1
- First production release. Matches feature set of
[email protected]