jaspr_lints 0.7.1
jaspr_lints: ^0.7.1 copied to clipboard
A collection of lints and assists for jaspr projects.
0.7.1 #
- Fixed stack overflow error when analyzing cyclic dependencies.
0.7.0 #
- Added
unsafe_importslint rule to detect unsafe platform-specific imports in components depending on where they are rendered (server or client). - Component scopes are now calculated by this package, instead of the
jaspr tooling-daemoncommand.
0.6.1 #
- Allow
analyzerversions 10.x. - Enabled
addStylesandconvertToNestedStylesassists in client mode projects.
0.6.0 #
- Breaking Removed
custom_lintdependency and migrated to newanalysis_server_plugin. Changes inanalysis_options.yamlare needed, see Using plugins.
0.5.1 #
- Fixed conflicting analysis error for "Sort children last" quick fix.
0.5.0 #
-
Extend
prefer_html_methodslint to also suggest usingtext()andfragment()methods, and offer fixes for them. -
Changed
Add stylesassist to create a getter instead of variable. -
Update
analyzerto^8.0.0. -
Update
custom_lintto^0.8.0.
0.4.0 #
- Added
prefer_styles_getterlint and fix. - Update
analyzer_pluginto^0.13.0.
0.3.1 #
- Fix 'add_styles' assist.
0.3.0 #
- Added 'styles_ordering' lint and fix.
0.2.1 #
- Update logo and website links.
0.2.0 #
- Updated
custom_lintto^0.7.0.
0.1.2 #
- Updated sdk constraint to
>=3.5.0 <4.0.0. - Fixed setup instructions in README.
0.1.1 #
- Pinned
custom_lint_builderto 0.6.5.
0.1.0 #
- Initial version.