8000 Comparing v1.2.4...v1.3.0 · alexcaza/export-to-csv · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.2.4
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.3.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 12, 2024

  1. Improve typing (#95)

    * Add error for unsupported data format
    
    * Add AcceptedData union type and FormattedData newtype
    
    * Implement new types
    
    Also extracts logic from formatData into easier to understand functions
    
    * Fix helpers tests to comply with newtype
    
    * Properly quote "null" values in main test
    
    * Add null value test to e2e test
    
    * Add test case for replacing undefined
    
    * Fix formatting of test
    alexcaza authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    670a496 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Add test case for fieldSeparator in main tests (#97)

    * Remove duplicate tests for text export
    
    It overs no real extra coverage as text export is functionally the same. The only difference is in the file extension, which is covered with the integration tests.
    
    * Add main test for fieldSeparator
    
    * Bump playwright version
    alexcaza authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f248dbe View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Pin playwright version to v1.40.0 (#98)

    * Bump playwright version
    
    * Fix lockfile
    alexcaza authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d1e3a44 View commit details
    Browse the repository at this point in the history
  2. Update bug_report.md (#99)

    * Update bug_report.md
    
    * Fix formatting
    alexcaza authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    26155ff View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 29, 2024

  1. As blob feature (#103)

    * Update lockfile
    
    bun.lockb was referring to incorrect playwright version.
    
    * Add asBlob method
    
    Useful for cases where you need to have a Blob object. Like downloading using browser extension APIs.
    alexcaza authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d906164 View commit details
    Browse the repository at this point in the history
  2. v1.3.0 prep (#104)

    * Update lockfile
    
    bun.lockb was referring to incorrect playwright version.
    
    * Add asBlob method
    
    Useful for cases where you need to have a Blob object. Like downloading using browser extension APIs.
    
    * Bump version
    
    * Add documentation for `asBlob`
    
    * Add clarifying comment
    
    * Format markdown
    alexcaza authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    51c8d10 View commit details
    Browse the repository at this point in the history
Loading
0