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: beeb/lintspec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.6
Choose a base ref
...
head repository: beeb/lintspec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 13 commits
  • 23 files changed
  • 2 contributors

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    4a335de View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Configuration menu
    Copy the full SHA
    7b6ec13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f491e0d View commit details
    Browse the repository at this point in the history
  3. chore: modify changelog format (#26)

    * chore: modify changelog format
    
    * chore: fix template
    beeb authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    f945663 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2fa658 View commit details
    Browse the repository at this point in the history
  5. chore: fix template (#28)

    beeb authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    ea014bc View commit details
    Browse the repository at this point in the history
  6. chore: typo in template (#29)

    beeb authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    303bd7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99a5961 View commit details
    Browse the repository at this point in the history
  8. chore: update changelog (#31)

    beeb authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    9297293 View commit details
    Browse the repository at this point in the history
  9. feat(cli)!: make documenting struct members optional (#32)

    The default behavior has changed. Whereas before, struct members had to
    be documented with `@param`, this is now optional and controlled with
    the new `--struct-params` argument.
    beeb authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    ee02f55 View commit details
    Browse the repository at this point in the history
  10. fix: various validation logic fixes and add a bunch of tests (#33)

    * fix(constructor): allow missing natspec if there are no params
    
    * fix(constructor): inheritdoc is not a valid NatSpec
    
    * fix(enumeration): allow missing natspec if we shouldn't validate params
    
    * fix(error): allow missing natspec if there are no params
    
    * test(error): add more tests
    
    * fix(event): allow missing natpsec if there are no params
    
    * fix(function): allow missing natspec if no parameters and no inheridoc needed
    
    * test(function): add more tests
    
    * fix(modifier): enforce inheritdoc and allow no natspec when there is no param
    
    * fix(structure): allow missing natspec if we shouldn't validate members
    
    * fix(variable): allow no natspec if we don't enforce inheritdoc
    beeb authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    2ff8f1f View commit details
    Browse the repository at this point in the history
  11. fix(definitions): duplicate results for queries with quantifiers (#34)

    * fix(definitions): duplicate results for queries with quantifiers
    
    * refactor: look at span instead of parent and name
    beeb authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    c68040e View commit details
    Browse the repository at this point in the history
  12. chore: release v0.2.0 (#23)

    Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
    beeb-release-plz[bot] authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    27d31fb View commit details
    Browse the repository at this point in the history
Loading