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: doowb/ansi-colors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.1
Choose a base ref
...
head repository: doowb/ansi-colors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.3
Choose a head ref
  • 13 commits
  • 6 files changed
  • 7 contributors

Commits on May 2, 2020

  1. keywords

    jonschlinkert authored May 2, 2020
    Configuration menu
    Copy the full SHA
    cf2e4dc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. fix: typo in package.json

    dominykas authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    2c5a162 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from dominykas/patch-1

    fix: typo in package.json
    doowb authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    337c504 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

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

Commits on Sep 9, 2020

  1. Merge pull request #43 from bitjson/symbol-types

    fix: add missing symbol types, include symbols
    doowb authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    f5b5e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01fef66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #44 from alan-agius4/add-create-dts

    fix: add missing `create` method to TypeScript definitions
    doowb authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a479436 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Minor change to improve support for Parcel/SWC

    Parcel is currently [unable to perform static analysis](parcel-bundler/parcel#7904) on the `in` operator applied to `process.env`, for the purposes of bundling the module. (Parcel is a front-end to SWC, so this most likely affects SWC as well.)
    
    Would you mind making this very minor change?
    
    It should work exactly the same - `enabled` is `true` by default, so `FORCE_COLOR` only has an effect when set to exactly `0`.
    
    It's a bit simpler and avoids mutations, so maybe a bit easier to read anyhow. 🙂
    mindplay-dk authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    558d4e7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Merge pull request #54 from mindplay-dk/patch-1

    Minor change to improve support for Parcel/SWC
    jonschlinkert authored May 15, 2022
    Configuration menu
    Copy the full SHA
    c765510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef87b7 View commit details
    Browse the repository at this point in the history
  3. 4.1.2

    jonschlinkert committed May 15, 2022
    Configuration menu
    Copy the full SHA
    64189b1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    6894dbd View commit details
    Browse the repository at this point in the history
  2. 4.1.3

    jonschlinkert committed May 16, 2022
    Configuration menu
    Copy the full SHA
    5d3bc73 View commit details
    Browse the repository at this point in the history
Loading