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: floydspace/serverless-esbuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.53.0
Choose a base ref
...
head repository: floydspace/serverless-esbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 27 files changed
  • 7 contributors

Commits on Sep 24, 2024

  1. feat: add custom esbuild entrypoint in function definitions (#546)

    * feat: add custom esbuild entrypoint in function definitions
    
    * docs: change quotes
    alexandre-snr authored Sep 24, 2024
    Copy the full SHA
    35778f9 View commit details
  2. feat: upgrade esbuild to 0.24 (#553)

    * fix: migrate to effect
    
    * refactor: upgrade dependencies and linting issues
    
    * chore: improve utils
    
    * feat: upgrade esbuild version to 0.24.0
    
    * refactor: reuse isString from effect
    floydspace authored Sep 24, 2024
    Copy the full SHA
    081242f View commit details
  3. fix: preserve mtime when zipping with the node zipper (#539)

    This means it's possible for code to retrieve the correct mtime, for
    example to return in a `Last-Modified` header.
    
    Since we have a test which verifies a checksum of a zip file created by
    this function, we can be sure the results are deterministic. To support
    this, update the test inputs to have specified mtimes.
    iainlane authored Sep 24, 2024
    Copy the full SHA
    162d9bc View commit details

Commits on Sep 26, 2024

  1. Copy the full SHA
    c32aa53 View commit details
  2. Copy the full SHA
    0b177aa View commit details

Commits on Sep 27, 2024

  1. docs: update README.md

    floydspace authored Sep 27, 2024
    Copy the full SHA
    b448e43 View commit details

Commits on Oct 12, 2024

  1. Copy the full SHA
    607a3ae View commit details

Commits on Oct 29, 2024

  1. Copy the full SHA
    4a66070 View commit details

Commits on Nov 22, 2024

  1. fix: add node 22 support for AWS (#560)

    Co-authored-by: Rob Beal <robertbeal@users.noreply.github.com>
    robertbeal and robertbeal authored Nov 22, 2024
    Copy the full SHA
    1fa8550 View commit details
Loading