-
Notifications
You must be signed in to change notification settings - Fork 229
Release Note 3.0
Soutaro Matsumoto edited this page Jan 30, 2023
·
16 revisions
RBS 3.0 is a pre-release version. You can install the development version for testing.
Some of the highlights in RBS 3.0 are:
- Adding class/module alias syntax (#1219)
- RBS collection skips loading
require: falsegems (TBA)
You can install it with $ gem install rbs --pre or using Bundler.
gem 'rbs', '~> 3.0.0.dev'See the CHANGELOG for the details.
There are breaking changes from RBS 2.8. Read the upgrade guide below.
TBA