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: PDMLab/docker-compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 63ec8df
Choose a base ref
...
head repository: PDMLab/docker-compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 75a2dcb
Choose a head ref
  • 13 commits
  • 12 files changed
  • 2 contributors

Commits on Mar 11, 2026

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

Commits on Mar 20, 2026

  1. build(deps): bump flatted from 3.1.1 to 3.4.2

    Bumps [flatted](https://github.com/WebReflection/flatted) from 3.1.1 to 3.4.2.
    - [Commits](WebReflection/flatted@v3.1.1...v3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: flatted
      dependency-version: 3.4.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and AlexZeitler committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    8479c67 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. build(deps): bump yaml from 2.2.2 to 2.8.3

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.2 to 2.8.3.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.2.2...v2.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      dependency-version: 2.8.3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and AlexZeitler committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    cc3ff8d View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.3.3

    AlexZeitler committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    23a310c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

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

Commits on Mar 31, 2026

  1. feat: add typed compose object support

    Add a `compose` option to `IDockerComposeOptions` that accepts a
    typed `ComposeSpecification` object. The object is serialized to YAML
    internally and piped via stdin using the existing `configAsString` path.
    
    TypeScript types are generated from the official Compose Specification
    JSON Schema (Apache 2.0) using json-schema-to-typescript.
    AlexZeitler committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    6e9cb51 View commit details
    Browse the repository at this point in the history
  2. fix: use type-only export for ComposeSpecification

    The .d.ts file has no runtime module, so use `export type` instead
    of a value re-export to avoid ERR_MODULE_NOT_FOUND at runtime.
    AlexZeitler committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    698d0f3 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.4.0

    AlexZeitler committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    c6ac897 View commit details
    Browse the repository at this point in the history
  4. fix: include compose-spec types in dist and add files field

    - Copy compose-spec.d.ts to dist/ during build so the type is
      available to consumers
    - Add "files" field to package.json to avoid publishing unrelated files
    AlexZeitler committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    444908d View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.4.1

    AlexZeitler committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    535aa6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95a1dea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a64e9b8 View commit details
    Browse the repository at this point in the history
  8. chore(release): 1.4.2

    AlexZeitler committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    75a2dcb View commit details
    Browse the repository at this point in the history
Loading