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: eslint-functional/eslint-plugin-functional
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.6.1
Choose a base ref
...
head repository: eslint-functional/eslint-plugin-functional
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.6.2
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    842af9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b83aa68 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix(no-conditional-statements): allow continue and break statements w…

    …ith labels to be considered "returning" (#846)
    
    Handle labeled break statements and continue statements in switch cases in the no-conditional-statements rule.
    RebeccaStevens committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    969b77b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7217fa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbe27ad View commit details
    Browse the repository at this point in the history
  4. chore(release): 6.6.2 [skip ci]

    ## [6.6.2](v6.6.1...v6.6.2) (2024-07-11)
    
    ### Bug Fixes
    
    * **no-conditional-statements:** allow continue and break statements with labels to be considered "returning" ([#846](#846)) ([969b77b](969b77b))
    * **no-expression-statements:** arrow functions cannot be self returning ([#847](#847)) ([7217fa4](7217fa4))
    * **no-promise-reject:** new Promises and throw statements are now also checked ([#848](#848)) ([fbe27ad](fbe27ad))
    semantic-release-bot committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    13e04cc View commit details
    Browse the repository at this point in the history
Loading