-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: ezhlobo/eslint-plugin-react-pug
base: v0.6.0
head repository: ezhlobo/eslint-plugin-react-pug
compare: master
- 14 commits
- 19 files changed
- 2 contributors
Commits on Jun 11, 2019
-
Bump js-yaml from 3.12.1 to 3.13.1 (#64)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.12.1...3.13.1) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5cd3cdd - Browse repository at this point
Copy the full SHA 5cd3cddView commit details
Commits on Jun 14, 2019
-
Use official pug-lint to lint pug files (#65)
* WIP: Make sure to pass items to puglint * Group test cases instead of defining just valid/invalid cases * Make more complicated tests for pug-lint * Make sure pug-lint works well with indentation * Improve integration with Attribute Brackets rule * Make sure we work properly with one-line statements * Make sure we describe the rule for others * Make sure we mention pug-lint in main configuration
Configuration menu - View commit details
-
Copy full SHA for 4d7600e - Browse repository at this point
Copy the full SHA 4d7600eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dad93e - Browse repository at this point
Copy the full SHA 6dad93eView commit details
Commits on Jun 19, 2019
-
* Add test case with using spread operator * Update pug-lexer * Update all other dependencies
Configuration menu - View commit details
-
Copy full SHA for 6006b78 - Browse repository at this point
Copy the full SHA 6006b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a71551 - Browse repository at this point
Copy the full SHA 5a71551View commit details
Commits on Aug 23, 2019
-
Check the usage of prop-types in pug templates (#68)
* Grab prop-types definitions * Find first-level props used in functions * Start reporting about unused variables * Add babel parser and traverser * Mark props from Pug template as used * Export prop-types (turned off for now) * Cover cases when there is no components * Allow unonumous FunctionDeclarations * Migrate to smarter way of collecting used prop types (inherit from eslint-plugin-react) * Handle variables' locations properly * Fix the way of running the only one test case * Don't report for classes * Make sure we support ArrowFunctionExpression and FunctionExpression among with FunctionDeclaration * Report props used but not defined * Handle nested prop types * Handle objects properly * Make sure to handle shape props correctly * Add test cases of nested variables * Add the possibility to track props used inside iterations * Describe prop-types rule in the documentation
Configuration menu - View commit details
-
Copy full SHA for cc01f3f - Browse repository at this point
Copy the full SHA cc01f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af8a524 - Browse repository at this point
Copy the full SHA af8a524View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3dd99a - Browse repository at this point
Copy the full SHA a3dd99aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3b68c - Browse repository at this point
Copy the full SHA 3a3b68cView commit details
Commits on Aug 26, 2019
-
Fix using iterations for each without used props inside (#69)
* Turn on all tests for prop-types rule * Make sure we attach scope variables only for prop-related variables
Configuration menu - View commit details
-
Copy full SHA for 83291a1 - Browse repository at this point
Copy the full SHA 83291a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b44ca - Browse repository at this point
Copy the full SHA b7b44caView commit details
Commits on Aug 28, 2019
-
Support spreading for nested props (#70)
* WIP: Add comments after the first research * Handle nested props * Work with iterations and nesting better
Configuration menu - View commit details
-
Copy full SHA for 05c7685 - Browse repository at this point
Copy the full SHA 05c7685View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb75d12 - Browse repository at this point
Copy the full SHA fb75d12View commit details
Commits on Aug 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 409d4eb - Browse repository at this point
Copy the full SHA 409d4ebView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.0...master