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: bkeepers/dotenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.4
Choose a base ref
...
head repository: bkeepers/dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.5
Choose a head ref
  • 9 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 17, 2024

  1. Optimize parser by removing repeated hash merges

    This leads to a noticeable performance improvement when a large number of environment variables have already been set
    andrewts129 committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    05983b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Update README.md

    Fix typo in readme: unqoted -> unquoted
    JohnYangSam authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    c3b3c8b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Merge pull request #516 from JohnYangSam/patch-1

    Update README.md
    bkeepers authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    6993e8b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Add benchmarks for parsing

    bkeepers committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    1877fa0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #515 from andrewts129/andrewts129/faster-parsing

    Optimize parser by removing repeated hash merges
    bkeepers authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    b396779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94d0a62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25bc9d6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #517 from bkeepers/refactor

    Refactor parser to avoid duplicate scan/gsub
    bkeepers authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    5e776d2 View commit details
    Browse the repository at this point in the history
  6. Prepare for 3.1.5 release

    bkeepers committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    9626412 View commit details
    Browse the repository at this point in the history
Loading