Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ezhlobo/eslint-plugin-react-pug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: ezhlobo/eslint-plugin-react-pug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 19 files changed
  • 2 contributors

Commits on Jun 11, 2019

  1. 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>
    dependabot[bot] authored and ezhlobo committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    5cd3cdd View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. 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
    ezhlobo authored Jun 14, 2019
    Configuration menu
    Copy the full SHA
    4d7600e View commit details
    Browse the repository at this point in the history
  2. v0.7.0

    ezhlobo committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    6dad93e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Fix spread attribute (#67)

    * Add test case with using spread operator
    
    * Update pug-lexer
    
    * Update all other dependencies
    ezhlobo authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    6006b78 View commit details
    Browse the repository at this point in the history
  2. v0.7.1

    ezhlobo committed Jun 19, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Configuration menu
    Copy the full SHA
    5a71551 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. 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
    ezhlobo authored Aug 23, 2019
    Configuration menu
    Copy the full SHA
    cc01f3f View commit details
    Browse the repository at this point in the history
  2. v0.8.0

    ezhlobo committed Aug 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Configuration menu
    Copy the full SHA
    af8a524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3dd99a View commit details
    Browse the repository at this point in the history
  4. v0.8.1

    ezhlobo committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    3a3b68c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. 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
    ezhlobo authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    83291a1 View commit details
    Browse the repository at this point in the history
  2. v0.8.2

    ezhlobo committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    b7b44ca View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Support spreading for nested props (#70)

    * WIP: Add comments after the first research
    
    * Handle nested props
    
    * Work with iterations and nesting better
    ezhlobo authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    05c7685 View commit details
    Browse the repository at this point in the history
  2. v0.8.3

    ezhlobo committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    fb75d12 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    409d4eb View commit details
    Browse the repository at this point in the history
Loading