SUSHI 3.3.1 is a patch release intended to improve performance. There are no other new features or bug fixes included in this release. You may notice some additional output during the installation of this version. This output is a result of a temporary implementation that is needed until SUSHI's antlr4 dependency releases an update. This temporary implementation will be removed in a future version of SUSHI when the updated dependency is available.
What's Changed
- Antlr4 performance workaround by @mint-thompson in #1323
Full Changelog: v3.3.0...v3.3.1
Install or Update
SUSHI 3.3.1 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.3.1, run the following command:
$ npm install -g fsh-sushi
To revert to the previous SUSHI stable release (3.3.0), run the following command:
$ npm install -g fsh-sushi@3.3.0
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v