8000 Comparing v1.16.6...v1.16.7 · googlemaps/js-api-loader · GitHub
[go: up one dir, main page]

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: googlemaps/js-api-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.6
Choose a base ref
...
head repository: googlemaps/js-api-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.7
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 26, 2024

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

Commits on Jun 16, 2024

  1. build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#852)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    2593162 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. build(deps-dev): bump ws from 8.14.2 to 8.17.1 (#853)

    Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.17.1.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.14.2...8.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6e509b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fix: rollup configuration (#835)

    This is a full refactoring of the rollup configuration to speed up builds, simplify the configuration prevent warnings and fix an error with the generated source maps.
    
    In detail:
     - refactor: Combine the three non-esm outputs into a single configuration.
    
     - feat: Enabled source-maps for all build outputs.
    
     - fix: Use a separate TypeScript configuration (`tsconfig.build.json`) during build. This configuration only compiles the required typescript files and doesn't reproduce the directory structure in the dist-folder (see also the change in package.json). It also now generates source maps correctly (#834).
    
     - chore: Moved `fast-deep-equal` from dependencies to devDependencies. It is a very small function, and it has always been bundled in all of our outputs, so it's not actually required at runtime. This will be changed in the next major release.
    
     fixes #834
    usefulthink authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3436cc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    476a42a View commit details
    Browse the repository at this point in the history
Loading
0