Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline string support #156

Merged
merged 12 commits into from Jan 27, 2023
Merged

Multiline string support #156

merged 12 commits into from Jan 27, 2023

Commits on Sep 24, 2021

  1. refactor dotenv parser in order to support multi-line variable values…

    … declaration
    
    Signed-off-by: x1unix <denis0051@gmail.com>
    x1unix authored and joho committed Sep 24, 2021
    Copy the full SHA
    15b4dd3 View commit details
    Browse the repository at this point in the history
  2. Add multi-line var values test case and update comment test

    Signed-off-by: x1unix <denis0051@gmail.com>
    x1unix authored and joho committed Sep 24, 2021
    Copy the full SHA
    dd57617 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    77e8b7d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2f66a86 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    22f9782 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a4061f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Update parser.go

    Co-authored-by: Austin Sasko <austintyler0239@yahoo.com>
    joho and austinsasko committed Jan 27, 2023
    Copy the full SHA
    687a37d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c723940 View commit details
    Browse the repository at this point in the history
  3. Fix up bad merge

    joho committed Jan 27, 2023
    Copy the full SHA
    08d75de View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    02a6516 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d4cc462 View commit details
    Browse the repository at this point in the history
  6. Test against go 1.19 too

    joho committed Jan 27, 2023
    Copy the full SHA
    1e1ed32 View commit details
    Browse the repository at this point in the history