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: thushan/smash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.8
Choose a base ref
...
head repository: thushan/smash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 7 commits
  • 21 files changed
  • 3 contributors

Commits on Jan 29, 2024

  1. Update readme.md

    thushan authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ed07a02 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Bump github.com/pterm/pterm from 0.12.76 to 0.12.77 (#56)

    Bumps [github.com/pterm/pterm](https://github.com/pterm/pterm) from 0.12.76 to 0.12.77.
    - [Release notes](https://github.com/pterm/pterm/releases)
    - [Commits](pterm/pterm@v0.12.76...v0.12.77)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pterm/pterm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ad4e11a View commit details
    Browse the repository at this point in the history
  2. BREAKING: Implements directory recursion (#57)

    * BREAKING: smash now requires the use of `-r` or `--recurse` to recurse through folders.
    
    * bump version
    
    * refactor for other options later for walker, texas ranger!
    thushan authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3865e98 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Implement minSize/maxSize thresholds. (#58)

    * initial minsize maxsize
    
    * size checks,
    
    * - shouldAnalyse based on thresholds
    
    - Test cases.
    
    * refactor tests.
    
    * update readme.
    
    * lint refactor.
    
    * lint issue.
    thushan authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    fe010e7 View commit details
    Browse the repository at this point in the history
  2. Installer scripts (#59)

    * initial installer
    
    * update installation guide.
    
    * specify directory for tar.
    
    * lint
    thushan authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    610f0eb View commit details
    Browse the repository at this point in the history
  3. fix readme install url

    thushan committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    804845b View commit details
    Browse the repository at this point in the history
  4. Docs & demos for v0.9.x

    thushan committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    c004ba0 View commit details
    Browse the repository at this point in the history
Loading