v0.10.3
What's Changed
✨ Enhancements
- Provide typing for serialized ActiveRecord columns by @robthornton in #1194
- Show error and fail early for unknown options by @paracycle in #1208
- Add guides to rbis by @adisonlampert in #1228
🛠 Other Changes
- Add release workflow by @vinistock in #1195
- Use correct type for
GraphQL::Types::ISO8601DateTime
by @sambostock in #1196 - Update RBI gem and fix tests by @egiurleo in #1211
- Start testing against Ruby 3.2 by @paracycle in #1214
- Fix code making additions to only the singleton class of a constant in the payload by @paracycle in #1213
- Add explanation in readme what ConstantType is for by @bdewater in #1201
- Add missing bundle install in test by @paracycle in #1216
- Filter ActiveSupport
String
extensions in tests by @paracycle in #1215 - Remove Travis CI mention in
dev.yml
by @sambostock in #1219 - Silence warnings in all CLI output by @paracycle in #1218
- Add option for generating RBIs for Rails engines by @andyw8 in #1220
- Upgrade Sorbet to 0.5.10486 by @vinistock in #1227
- Improve DSL test for custom
app_root
by @andyw8 in #1225 - dev: clean up Gemfile.lock platforms by @flavorjones in #1239
- Drop
pry
as a runtime dependency by @paracycle in #1259 - Protobuf DSL: generate namespaced enum constants on root by @egiurleo in #1267
New Contributors
- @robthornton made their first contribution in #1194
- @bdewater made their first contribution in #1201
- @andyw8 made their first contribution in #1220
- @flavorjones made their first contribution in #1239
Full Changelog: v0.10.2...v0.10.3