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.2.0
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.3.0
Choose a head ref
  • 13 commits
  • 43 files changed
  • 2 contributors

Commits on Feb 22, 2025

  1. fix(definitions): comments filtering (#35)

    * docs: comment
    
    * fix(definitions): comments extraction
    beeb authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    dc25919 View commit details
    Browse the repository at this point in the history
  2. fix: natspec parser and function returns validation (#37)

    * test: add insta and similar-asserts
    
    * test: add snapshot tests
    
    * docs: typo
    
    * chore: update deps
    
    * test: rename snapshot test
    
    * test: rename test functions
    
    * fix: natspec parser and function returns validation
    beeb authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    f1c0d5f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. feat(natspec): parser improvements to support weird edge-cases (#39)

    * wip: trying to refactor the parser
    
    * fix(natspec): single-line comment parser
    
    * refactor(natspec): simplify parser
    
    * refactor(natspec): remove useless space0
    
    * refactor(natspec): rename parsers
    beeb authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    97b30c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    861f472 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. feat: add option to sort results by file path (#41)

    * feat: add option to sort results by file path
    
    * chore: add example configs
    beeb authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    3ca29cc View commit details
    Browse the repository at this point in the history
  2. feat: allow enforcing natspec on specific items (#42)

    * fix(variable): raise error on missing natspec
    
    * feat: add config to enforce some items have natspec
    
    * feat(error): allow to enforce natspec
    
    * feat(event): allow to enforce natspec
    
    * feat(function): allow to enforce natspec
    
    * feat(modifier): allow to enforce natspec
    
    * feat(struct): allow to enforce natspec
    
    * feat(constructor): allow to enforce natspec
    
    * feat(enum): allow to enforce natspec
    
    * chore: update readme
    
    * docs: update readme
    
    * docs: add comment
    beeb authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    7d9a5b3 View commit details
    Browse the repository at this point in the history
  3. docs: update readme (#43)

    beeb authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    05a147a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7373f00 View commit details
    Browse the repository at this point in the history
  5. refactor!: apply more lints from clippy (#45)

    Some functions could benefit from an API change, so this is breaking
    beeb authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    9c7dad9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. docs: add documentation (#46)

    * docs: add documentation
    
    * docs: add documentation
    
    * docs: add missing doc
    
    * docs(config): add documentation
    
    * docs: add documentation
    
    * docs: add documentation
    
    * docs: update readme
    
    * docs: update readme
    
    * docs: update readme
    
    * docs: add documentation
    
    * docs: update readme
    beeb authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    353d659 View commit details
    Browse the repository at this point in the history
  2. refactor(definitions)!: conversion functions (#47)

    * refactor!(definitions): conversion functions
    
    * feat(definitions): add is_variant to `Definition`
    beeb authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    7a5742d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be7ab2b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. chore: release v0.3.0 (#36)

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