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: Manfulsinh/ionic-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: ionic-team/ionic-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 96 files changed
  • 9 contributors

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    4676604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db4cb15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d9fa9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0af2be View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. revert: use native ES2022 error cause (ionic-team#5060)

    This reverts commit 0c4cd0f.
    ltm authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1e64a1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06ab3c View commit details
    Browse the repository at this point in the history
  3. fix: use native ES2022 error cause (ionic-team#5010)

    BREAKING CHANGE: `message`, `stack`, and `error` properties removed from `BaseError` and `SubprocessError`
    ltm committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a97ba2b View commit details
    Browse the repository at this point in the history
  4. fix: use native ES2022 error cause (ionic-team#5010)

    This improves error messages and stack traces. For example:
    
    Before:
    
    Error
    
    at new SubprocessError (.../dist/index.js:41:23)
    at ChildProcess.<anonymous> (.../dist/index.js:125:27)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1100:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
    
    After:
    
    SubprocessError: Signal exit from subprocess.
        at ChildProcess.<anonymous> (.../dist/index.js:122:27)
        at ChildProcess.emit (node:events:513:28)
        at maybeClose (node:internal/child_process:1100:16)
        at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5) {
      code: 'ERR_SUBPROCESS_SIGNAL_EXIT',
      signal: 'SIGTERM'
    }
    ltm committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d19f28e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d09653d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    4050419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d64e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. fix: live reload deploys app when warnings are present ionic-team#4807 (

    ionic-team#5043)
    
    Co-authored-by: Michal Wilski <[email protected]>
    triforcely and Michal Wilski authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ef5706e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    2e3a5de View commit details
    Browse the repository at this point in the history
  2. feat(angular): support angulars vite dev server (ionic-team#5064)

    Modifies how the angular emits that the dev server is ready by including
    the additional output from the CLI
    
    Co-authored-by: Sean Perkins <[email protected]>
    mhartington and sean-perkins authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8a94434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb44be3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    cea5728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54a76b5 View commit details
    Browse the repository at this point in the history
Loading