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

Commits on Jan 28, 2022

  1. Use SWC loader (#29)

    * Use webpack config to determine loader to use
    * Try and match babel preset env configurations
    * Add development check for refresh and add dynamic imports
    * Use correct object shape for the SWC rules
    * Only run refresh if running webpack dev server
    * Add SWC loader usage doc
    * Don't install swc libs by default from peer dependencies
    * Allow customisation of SWC config
    * Document SWC loader customisation
    * Add another example showcasing browserslist config
    * Don't define React transform
    * Clarify fast refresh usage
    Tom Dracz authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    40218f2 View commit details
    Browse the repository at this point in the history
  2. Release 6.1.0-beta.0

    justin808 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    976c2e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Upgrade workflow (#43)

    * Test and lint against node 16 too
    * Upgrading Rubocop and Rspec workflows with latest version of Ruby and Rails
    * Using string for ruby versions
    * Removing TargetRubyVersion in rubocop
    * Updating node-version to latest LTS
    * Removing Ruby 3.1 in workflows
    * remove ruby 3.0 from ruby specs workflow
    * add ruby 2.6 into ruby specs workflow
    * specify ruby 2.6 to use Gemfile rails 5.2.x to 6.1x
    * add ruby 3.0 into ruby specs workflow
    * support ruby 2.6 in workflow
    * exclude ruby 3.0 from using rails 5.2
    
    Co-authored-by: Guillaume Briday <[email protected]>
    frullah and guillaumebriday authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    a349a9a View commit details
    Browse the repository at this point in the history
  2. Update README.md (#42)

    justin808 authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    b47027f View commit details
    Browse the repository at this point in the history
  3. Fix syntax highlight (#40)

    [ci skip]
    tagliala authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    ce0e02f View commit details
    Browse the repository at this point in the history
  4. Add changelog entry, update SWC usage docs to note API is subject to …

    …change (#38)
    Tom Dracz authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    3a96266 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Update README.md (#45)

    justin808 authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    26901d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    affc9e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Clarify Yarn v2 usage (#48)

    Tom Dracz authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    143e37a View commit details
    Browse the repository at this point in the history
  2. Retain subdirectory structure of static assets when compiled (#47)

    * Modify static asset output
    Tom Dracz authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    af48749 View commit details
    Browse the repository at this point in the history
  3. Release 6.1.0

    justin808 committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    9e2ddc9 View commit details
    Browse the repository at this point in the history
Loading