- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 150
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: lukeed/clsx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lukeed/clsx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 12 files changed
- 8 contributors
Commits on Jan 18, 2023
-
chore: add Tailwind readme section (#65)
* Add usage with Tailwind documentation Add documentation on how to enable Tailwind IntelliSense inside `clsx` functions Fixes #64 * Update readme.md Co-authored-by: Luke Edwards <[email protected]> * Update readme.md Co-authored-by: Luke Edwards <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 496db1d - Browse repository at this point
Copy the full SHA 496db1dView commit details
Commits on Feb 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a4eadd - Browse repository at this point
Copy the full SHA 4a4eaddView commit details
Commits on Jul 15, 2023
-
break: include "exports" map w/ "types" conditions (#57)
The non-standard `package.json` field `module` was used. This pointed to a faux ESM file (Uses ESM syntax, but has a `.js` file extension in a package which doesn’t specify `"type": "module"`. ESM support was fixed by using the `.mjs` file extension for the ESM export and defining a proper `exports` field in `package.json. The types reflected a package that has the `module.exports.default` field. This was incorrect. The CommonJS types have now been fixed to use `export =`, which is the correct way to type modules that use `module.exports` assignments. Additional types were added for ESM support.
Configuration menu - View commit details
-
Copy full SHA for 3ec8e9f - Browse repository at this point
Copy the full SHA 3ec8e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e1cf9 - Browse repository at this point
Copy the full SHA 03e1cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c520353 - Browse repository at this point
Copy the full SHA c520353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0949868 - Browse repository at this point
Copy the full SHA 0949868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b2ced - Browse repository at this point
Copy the full SHA 23b2cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6232a9e - Browse repository at this point
Copy the full SHA 6232a9eView commit details
Commits on Jul 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c9a55d - Browse repository at this point
Copy the full SHA 4c9a55dView commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 42354d3 - Browse repository at this point
Copy the full SHA 42354d3View commit details
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 308a238 - Browse repository at this point
Copy the full SHA 308a238View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e2468e - Browse repository at this point
Copy the full SHA 6e2468eView commit details -
chore: cache arguments/array lengths (#26)
* feat: enhance performance * chore: undo Extracting k to the outer level Co-authored-by: Sukka <[email protected]> * Apply suggestions from code review --------- Co-authored-by: Sukka <[email protected]> Co-authored-by: Luke Edwards <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for deff09b - Browse repository at this point
Copy the full SHA deff09bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 554ad31 - Browse repository at this point
Copy the full SHA 554ad31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e3b2b9 - Browse repository at this point
Copy the full SHA 6e3b2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf64e71 - Browse repository at this point
Copy the full SHA bf64e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855eec2 - Browse repository at this point
Copy the full SHA 855eec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cac14c - Browse repository at this point
Copy the full SHA 5cac14cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a49142 - Browse repository at this point
Copy the full SHA 1a49142View commit details -
Configuration menu - View commit details
-
Copy full SHA for a60db12 - Browse repository at this point
Copy the full SHA a60db12View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.1...v2.1.0