v3.3.0
This plugin is also available on the plugin repository.
Added
- Added support for character classes (e.g.
\p{Letter}
) in strings by updating RgxGen to v2.0. (#530)
Changed
- Rewrote error reporter from scratch, now ensuring all relevant data is included, and allowing non-GitHub users to report issues. (#455)
- Significantly reduced plugin size by removing unnecessary dependencies. (#526)
Removed
- Disabled dynamic reloading of the plugin until a stable fix can be deployed. (#522)
Fixed
- Various incorrect uses of the platform API. (#526)