Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING: Change the eject behavior and add templates #323

Closed
wants to merge 42 commits into from

Commits on Jun 25, 2023

  1. fix: Make typings better

    bryanjtc committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    b5de7b0 View commit details
    Browse the repository at this point in the history
  2. Move exports

    bryanjtc committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    de98a24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3b7824 View commit details
    Browse the repository at this point in the history
  4. fix: Fixed files path

    bryanjtc committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    66612c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    289bc6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41dfd3b View commit details
    Browse the repository at this point in the history
  7. fix: Fixed any types

    bryanjtc committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    1f4489c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    be58c87 View commit details
    Browse the repository at this point in the history
  2. test: Add some tests

    bryanjtc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    626abd0 View commit details
    Browse the repository at this point in the history
  3. Improve code coverage

    bryanjtc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9027337 View commit details
    Browse the repository at this point in the history
  4. Fix test

    bryanjtc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c10f812 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d4e242 View commit details
    Browse the repository at this point in the history
  6. chore: Create template files

    bryanjtc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e39eb93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce1e0b4 View commit details
    Browse the repository at this point in the history
  8. chore: Adds fs-extra

    bryanjtc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    cb438fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82e6c47 View commit details
    Browse the repository at this point in the history
  10. fix: Change pkg-dir version

    bryanjtc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    fdfd80a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb17ba7 View commit details
    Browse the repository at this point in the history
  12. fix: Find lock file instead

    bryanjtc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f5c4ded View commit details
    Browse the repository at this point in the history
  13. fix: Promisify exec

    bryanjtc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    bcf9103 View commit details
    Browse the repository at this point in the history
  14. fix: Resolve alias path

    bryanjtc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c683052 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d1c4369 View commit details
    Browse the repository at this point in the history
  16. test: Add more tests

    bryanjtc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    80fbd00 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jul 14, 2023

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

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    1a4342c View commit details
    Browse the repository at this point in the history
  2. Fix ci test

    bryanjtc committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    3f72f43 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    c2d45cf View commit details
    Browse the repository at this point in the history
  2. Fix failing tests

    bryanjtc committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    20d4b81 View commit details
    Browse the repository at this point in the history
  3. Run tests in node 20

    bryanjtc committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    478a103 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    acb899a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    916c55a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6179ff View commit details
    Browse the repository at this point in the history
  4. Reduce changes

    bryanjtc committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    aff07cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc04ae0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    3e1fe52 View commit details
    Browse the repository at this point in the history
  2. Simplify lock file changes

    bryanjtc committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    68b1106 View commit details
    Browse the repository at this point in the history
  3. chore: Update package.json, src/index.ts, and yarn.lock

    This commit updates the package.json, src/index.ts, and yarn.lock files. The changes were made to keep the project up to date with the latest dependencies and ensure compatibility with other packages.
    bryanjtc committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    86c01ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bdccaf View commit details
    Browse the repository at this point in the history
  5. Refactor the loop in ejectConfiguration to use a for...of loop

    The loop in the `ejectConfiguration` function has been refactored to use a for...of loop instead of the forEach method. This change was made to improve code readability and maintainability.
    bryanjtc committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    8585ca7 View commit details
    Browse the repository at this point in the history
  6. feat: Add support for bun package manager

    This commit adds support for the bun package manager in the `installPackage` function. The function now checks for the existence of a `bun.lockb` file in the project root or any of its parent directories. If the file is found, the `packageManager` variable is set to 'bun'. This allows the function to handle installations using the bun package manager.
    bryanjtc committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    da5753c View commit details
    Browse the repository at this point in the history