Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.
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: netlify/zip-it-and-ship-it
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.3.0
Choose a base ref
...
head repository: netlify/zip-it-and-ship-it
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.4.0
Choose a head ref
  • 4 commits
  • 34 files changed
  • 5 contributors

Commits on Jan 12, 2023

  1. chore: add a unit test for addArchiveSize (#1308)

    * test: add a unit test for addArchiveSize
    
    * Apply suggestions from code review
    
    Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
    
    * test: remove join
    
    * chore: rename tsc watch script
    
    Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
    
    Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
    khendrikse and eduardoboucas authored Jan 12, 2023
    1
    Copy the full SHA
    de48712 View commit details
  2. feat: Make additional function attributes available via functions man…

    …ifest (#1221)
    
    * feat: pass additional-function-attributes
    
    * chore: make attributes available to functions manifest
    
    * fix: fix linting
    
    * fix: use optional chaining
    
    * fix: add ext
    
    * fix: fix tests
    
    * fix: change internal directory name in constants.ts
    
    * feat: add test for go functions with displayName and from an internal functions folder
    
    * feat: add test for rust functions build from internal folder with displayName property
    
    * feat: add test for nodejs functions build from internal folder with displayName property
    
    * test: figure out windows breakn
    
    * fix: take windows paths into account when checking for internal functions
    
    * test: add unit test for checkIsInternalFunction
    
    * docs: add new return values
    
    * test: move tests into a better fixtures structure
    
    * fix: use unixify for checkIsInternalFunction, config, bundler, module and resolve
    
    * feat: add internalFunctionsFolder option to zipfunctionoptions
    
    * test: fix tests
    
    * test: add test for zipFunction and code to support that as well
    
    * test: change toBeTruthy to toBe(true) and isInternalFunction to internalFunction
    
    * chore: change displayName input to name
    
    * chore: change internalFunction to isInternal
    
    * chore: revert unixify, rename tests and internalFunctionsFolder to internalSrcFolder
    
    * test: revert unixify for module to see if windows test still fails
    
    * Revert "test: revert unixify for module to see if windows test still fails"
    
    This reverts commit b444d1c.
    
    Co-authored-by: khen <30577427+khendrikse@users.noreply.github.com>
    jackiewmacharia and khendrikse authored Jan 12, 2023
    1
    Copy the full SHA
    ea4008e View commit details
  3. fix: generate entry file on naming conflicts (#1310)

    Co-authored-by: Karin Hendrikse <30577427+khendrikse@users.noreply.github.com>
    danez and khendrikse authored Jan 12, 2023
    1
    Copy the full SHA
    e74cb49 View commit details
  4. chore(main): release 8.4.0 (#1309)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Jan 12, 2023
    1
    Copy the full SHA
    c4b5f52 View commit details
Loading