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

Commits on Nov 11, 2023

  1. fix(lib): replace deprecated buf.slice() to buf. subarray()

    The buf.slice() method in Buffer class is deprecated
    in Node.js since `v16.15.0.`.
    
    Refs:  https://nodejs.org/api/buffer.html#bufslicestart-end
    ckng0221 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c308248 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    f46336f View commit details
    Browse the repository at this point in the history
  2. Show failing tests

    motdotla committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    dfaa11d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a88fff View commit details
    Browse the repository at this point in the history
  4. Move line

    motdotla committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    687c4df View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. test duplication removal

    alexv-ds committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3da7eca View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. add error.code(s)

    motdotla committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7488faa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93821bb View commit details
    Browse the repository at this point in the history
  3. update CHANGELOG

    motdotla committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8911035 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge pull request #795 from motdotla/error-codes

    add error.code(s)
    motdotla authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    55ca625 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #786 from alexv-ds/master

    test duplication removal
    motdotla authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    74d8199 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #784 from motdotla/multiple-files

    README update for multi-file support
    motdotla authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    58cb202 View commit details
    Browse the repository at this point in the history
  4. update CHANGELOG

    motdotla committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    18a5a83 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #781 from ckng0221/deprecation-fix

    fix(lib): replace deprecated buf.slice() to buf. subarray()
    motdotla authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b9e729a View commit details
    Browse the repository at this point in the history
  6. update CHANGELOG 🪵

    motdotla committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    405bf3f View commit details
    Browse the repository at this point in the history
  7. 16.4.0

    motdotla committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    57c46be View commit details
    Browse the repository at this point in the history
Loading