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: alexcaza/export-to-csv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: alexcaza/export-to-csv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 29, 2024

  1. Update .npmignore (#105)

    Update
    alexcaza authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    be5c9c8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Add weztermocil config (#106)

    * Add watch script to package.json
    
    * Setup weztermocil config for a watch window
    alexcaza authored May 2, 2024
    Configuration menu
    Copy the full SHA
    ff67a00 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Add image to kofi (#107)

    alexcaza authored May 3, 2024
    Configuration menu
    Copy the full SHA
    858b48d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Support custom file extension (#112)

    * Support a custom file extension
    
    * Update bun.lockb after adding new script
    
    ---------
    
    Co-authored-by: juhis <jkarjala@broadinstitute.org>
    alexcaza and juhis authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    920be55 View commit details
    Browse the repository at this point in the history
  2. Custom fileextension tweaks (#113)

    * Add mediaType option and enum
    
    Allow users to specify one of three media types. We're keeping the type
    narrow on purpose to avoid potential misuse.
    
    * Use new mediaType option
    
    * Add tests for mediaType
    
    * Add @deprecated to useTextFile option
    alexcaza authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    40558c6 View commit details
    Browse the repository at this point in the history
  3. Update README.md (#114)

    * Update README.md
    
    * Format readme.md
    alexcaza authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    ef8f61d View commit details
    Browse the repository at this point in the history
  4. Bump package version

    alexcaza committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    5901957 View commit details
    Browse the repository at this point in the history
Loading