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: lukeed/clsx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: lukeed/clsx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 20 commits
  • 12 files changed
  • 8 contributors

Commits on Jan 18, 2023

  1. 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]>
    edgarlr and lukeed authored Jan 18, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    496db1d View commit details

Commits on Feb 28, 2023

  1. Copy the full SHA
    4a4eadd View commit details

Commits on Jul 15, 2023

  1. 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.
    remcohaszing authored Jul 15, 2023
    Copy the full SHA
    3ec8e9f View commit details
  2. chore: update pkg size

    - Closes #53
    lukeed committed Jul 15, 2023
    Copy the full SHA
    03e1cf9 View commit details
  3. chore: add numbers tests;

    - related #23
    lukeed committed Jul 15, 2023
    Copy the full SHA
    c520353 View commit details
  4. Copy the full SHA
    0949868 View commit details
  5. 2.0.0-next.0

    lukeed committed Jul 15, 2023
    Copy the full SHA
    23b2ced View commit details
  6. 2.0.0

    lukeed committed Jul 15, 2023
    Copy the full SHA
    6232a9e View commit details

Commits on Jul 16, 2023

  1. Copy the full SHA
    4c9a55d View commit details

Commits on Oct 20, 2023

  1. Copy the full SHA
    42354d3 View commit details

Commits on Dec 29, 2023

  1. chore(ci): update node matrix

    lukeed committed Dec 29, 2023
    Copy the full SHA
    308a238 View commit details
  2. fix(ci): replace nyc -> c8

    lukeed committed Dec 29, 2023
    Copy the full SHA
    6e2468e View commit details
  3. 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]>
    3 people authored Dec 29, 2023
    Copy the full SHA
    deff09b View commit details
  4. chore: dedicated string vs number var usage;

    - related: #23
    lukeed committed Dec 29, 2023
    Copy the full SHA
    554ad31 View commit details
  5. chore: update benchmarks;

    - Closes #88
    lukeed committed Dec 29, 2023
    Copy the full SHA
    6e3b2b9 View commit details
  6. chore: update module size

    lukeed committed Dec 29, 2023
    Copy the full SHA
    bf64e71 View commit details
  7. Copy the full SHA
    855eec2 View commit details
  8. 2.0.1

    lukeed committed Dec 29, 2023
    Copy the full SHA
    5cac14c View commit details
  9. feat: add clsx/lite module

    lukeed committed Dec 29, 2023
    Copy the full SHA
    1a49142 View commit details
  10. 2.1.0

    lukeed committed Dec 29, 2023
    Copy the full SHA
    a60db12 View commit details
Loading