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: rails/tailwindcss-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: rails/tailwindcss-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 6 commits
  • 36 files changed
  • 2 contributors

Commits on Dec 17, 2021

  1. Package the tailwindcss binary executable (#96)

    * feat: package tailwindcss binary executables with the gem
    
    See rakelib/package.rake for details.
    
    * ci: verify that the tailwindcss binaries work as expected
    
    * provide license for redistributed software
    
    * Ignore exe properly
    
    * Drop old machinery
    
    * Switch to generators and bundling style production
    
    * Do initial run on install
    
    * Update README.md
    
    * Latest version
    
    Co-authored-by: David Heinemeier Hansson <[email protected]>
    flavorjones and David Heinemeier Hansson authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    ab00b7c View commit details
    Browse the repository at this point in the history
  2. Clarify

    David Heinemeier Hansson committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    ef3b98d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. No longer need erb for url transformations

    David Heinemeier Hansson committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    5e61aa5 View commit details
    Browse the repository at this point in the history
  2. Build an rc first

    David Heinemeier Hansson committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    6cf30a8 View commit details
    Browse the repository at this point in the history
  3. Bump version for 2.0.0.rc1

    David Heinemeier Hansson committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    c298169 View commit details
    Browse the repository at this point in the history
  4. Bump version for 2.0.0

    David Heinemeier Hansson committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    124813d View commit details
    Browse the repository at this point in the history
Loading