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: shakacode/shakapacker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.3
Choose a base ref
...
head repository: shakacode/shakapacker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.0
Choose a head ref
  • 10 commits
  • 65 files changed
  • 4 contributors

Commits on Aug 28, 2023

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

Commits on Aug 29, 2023

  1. fix: use NODE_OPTIONS instead of calling node directly for debugg…

    …ing (#350)
    
    * fix: use `NODE_OPTIONS` instead of calling `node` directly for debugging
    
    * docs: add changelog entry
    
    * refactor: don't use `+=`
    G-Rath authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8617937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a6dd46 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    90cc88b View commit details
    Browse the repository at this point in the history
  2. ci: update actions and disable persisted git credentials (#356)

    * ci: update `actions/checkout` to v3
    
    * ci: update `actions/setup-node` to v3
    
    * ci: disable persisted git credentials for improved security
    
    * ci: update `actions/checkout` to v4
    G-Rath authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b6b7ff6 View commit details
    Browse the repository at this point in the history
  3. test: improve consistency of example names and general layout (#355)

    * test: improve consistency of example names and general layout
    
    * test: use `Dir.chdir` with a block instead of `ensure`
    
    * test: remove unused parameter
    G-Rath authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    54d3bcc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. feat: support passing config to generateWebpackConfig for merging (#…

    …343)
    
    * feat: support passing config to `generateWebpackConfig` for merging
    
    * fix: update types
    
    * docs: update more uses of `merge`
    
    * test: update dummy app
    
    * fix: throw if multiple configs are provided
    
    * docs: add CHANGELOG entry
    
    * docs: improve readme to make it clearer where the webpack config file lives
    
    * refactor: explicitly check length against `0`
    G-Rath authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    732ba01 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. install: add the boilplate application.js into packs/ (#363)

    `shakapacker.yml` has `source_entry_path: packs` instead of `/` by default.
    layerssss authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b52e9a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e4a0e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Release 7.1.0

    justin808 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    60b4fcb View commit details
    Browse the repository at this point in the history
Loading