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: motdotla/dotenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aeae434
Choose a base ref
...
head repository: motdotla/dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a1bf6c1
Choose a head ref
  • 16 commits
  • 14 files changed
  • 3 contributors

Commits on Aug 6, 2020

  1. feat: add option to allow line breaks in values

    This adds an option `{ multiline: "line-breaks" }` that allow values to contain new lines.
    Closes #458
    andreialecu committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    0a9332f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f652c44 View commit details
    Browse the repository at this point in the history
  3. use plain for

    andreialecu committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    5b3aaa4 View commit details
    Browse the repository at this point in the history
  4. fix tests on node 12

    andreialecu committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ac20ff8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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

Commits on Jan 17, 2022

  1. Merge pull request #597 from motdotla/override-cli-option

    Override cli option
    motdotla authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    44281f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    8875300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c37478d View commit details
    Browse the repository at this point in the history
  3. Repair README

    motdotla committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4e3e3b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d123bb6 View commit details
    Browse the repository at this point in the history
  5. Repair tests

    motdotla committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    01123f9 View commit details
    Browse the repository at this point in the history
  6. Add multiline on example

    motdotla committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    838e89e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    44faa72 View commit details
    Browse the repository at this point in the history
  2. Set test config back to use string ./config - as more useful example …

    …to those reading the tests
    motdotla committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    f87b698 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fa41bc View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG for v14.3.0

    motdotla committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    a1bf6c1 View commit details
    Browse the repository at this point in the history
Loading