Commit Graph

169 Commits

Author SHA1 Message Date
08d75deb23 Fix up bad merge 2023-01-27 12:55:00 +11:00
c723940cb5 Merge branch 'main' into multiline-string-support 2023-01-27 12:03:06 +11:00
687a37d9c9 Update parser.go
Co-authored-by: Austin Sasko <austintyler0239@yahoo.com>
2023-01-27 12:00:11 +11:00
5c76d3e02c Add punctuation to please godoc (#197)
Fixes issue reported over at https://github.com/golang/go/issues/55888
2022-10-30 12:38:35 +11:00
85a2237126 sort go import in readme (#193) 2022-09-12 16:55:41 +10:00
add39c6f94 Remove power8 again as it wasn't fixed 2022-06-12 15:47:52 +12:00
1b6c7eb7cc README updates around contributing 2022-06-12 15:47:37 +12:00
b898a8b0d1 Add darwin arm64 build (#174)
* Add darwin arm64 build

Signed-off-by: Elliot Murphy <statik@users.noreply.github.com>

* update url for go version

Signed-off-by: Elliot Murphy <statik@users.noreply.github.com>

Co-authored-by: John Barton <jb@johnbarton.co>
2022-06-12 15:43:35 +12:00
60df7dd66c Bump actions/setup-go from 2 to 3 (#185)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-12 15:40:02 +12:00
aa20cd96bb Bump actions/checkout from 2 to 3 (#184)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-12 15:16:09 +12:00
a904479007 Create codeql-analysis.yml (#186) 2022-06-12 15:09:09 +12:00
a582f0c9d3 Remove renovate, add dependabot (#183) 2022-06-12 15:04:14 +12:00
26b87a7e2c Update README for go install post go 1.17 (#170)
* tune README

* tune
2022-06-12 14:06:04 +12:00
76d246ae25 Add a few new go versions 2022-06-12 13:57:20 +12:00
139777a9ff remove power8 tests as they stopped working 2022-06-12 13:56:53 +12:00
e74c6cadd5 Fix typos in comments and extend README (#177) 2022-04-25 14:35:55 +10:00
c40e9c6392 Fix CI for power8 arch (#157) 2021-09-24 21:38:50 +10:00
a4061f306a When tests fail, show source version of string (inc special chars) 2021-09-24 20:58:07 +10:00
22f9782344 Switch to GOINSECURE for power8 CI task 2021-09-24 20:44:43 +10:00
2f66a86dc9 Update go versions to test against 2021-09-24 20:38:24 +10:00
77e8b7d7d6 Expand fixture tests to include multiline strings 2021-09-24 20:33:25 +10:00
dd57617d18 Add multi-line var values test case and update comment test
Signed-off-by: x1unix <denis0051@gmail.com>
2021-09-24 17:21:42 +10:00
15b4dd39bb refactor dotenv parser in order to support multi-line variable values declaration
Signed-off-by: x1unix <denis0051@gmail.com>
2021-09-24 17:21:42 +10:00
ddf83eb33b Add missing newline to created env files (#133) v1.4.0 2021-03-04 20:35:31 +11:00
f562099a43 Add renovate.json (#124)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-11 15:36:58 +11:00
c49ef66cd3 Fix release name 2020-11-11 15:35:55 +11:00
c142d16052 Try a different github action 2020-11-11 15:30:39 +11:00
4e2d182c9a Add action to publish binaries on each release (#125) 2020-11-11 15:15:18 +11:00
65218afbaa Add a go.mod file (#123) 2020-11-11 14:54:56 +11:00
aa035a1808 Non amd tests (#122)
* Add non-amd64 tests

* Try shifting env around

* Update input to match action

* Include git

* Comment out IBM Z for now and quieten apt-get
2020-11-11 12:54:49 +11:00
23296b91aa Merge pull request #121 from joho/github-actions
Setup GitHub actions for CI
2020-11-11 11:33:11 +11:00
e57c08db27 Add CI badge to readme 2020-11-11 11:31:34 +11:00
573e9186b2 Matrix test across mac/win/linux 2020-11-11 11:24:40 +11:00
5451d82b77 Add Barebones github actions test 2020-11-11 11:19:52 +11:00
0da8ce72f0 Merge pull request #115 from adombeck/master
Fix typo
2020-11-08 12:01:29 +11:00
3e4069b9b2 Merge pull request #109 from mniak/pr
Write ints without quotes
2020-11-08 11:58:27 +11:00
a4d9cf1d6d Merge pull request #120 from santosh653/master
PR_AddingPowerSupport_golang-github-joho-godotenv
2020-10-16 06:51:22 +11:00
7fbe752d59 Update .travis.yml
adding power support.
2020-10-15 02:09:51 -04:00
46ee0dcae8 Update .travis.yml
Adding arch: amd64
2020-10-15 00:58:50 -04:00
bc7d5cd181 Fix typo 2020-09-04 23:35:59 +02:00
6e653f9adf add newline back 2020-06-26 15:39:50 -03:00
fccdfd265d Fix package name 2020-06-26 15:39:06 -03:00
f4e7418908 Remove go.mod 2020-06-26 15:36:35 -03:00
63ea8bf09b Change package name back to joho/godotenv 2020-06-26 15:35:47 -03:00
29b5be9cdc Rename and implement int-able without quotes 2020-06-26 15:22:04 -03:00
d6ee6871f2 Merge pull request #95 from orxobo/Write-adjustment
Fixed Write bugs
2020-03-02 07:46:15 +11:00
dbcf4b53b8 Fixed Write bugs
This should address a fix #93 and #94
This has not been addressed in any tests.
2020-02-11 17:05:34 +10:00
b09de681dc Merge pull request #90 from djherbis/master
#89 move regexp.MustCompile to globals
2019-10-21 07:25:22 +11:00
992ab0ec47 #89 move regexp.MustCompile to globals 2019-10-18 10:35:15 -04:00
5c0e6c6ab1 Merge pull request #69 from hairyhenderson/ignore-leading-whitespace
Fixing a couple whitespace bugs: ignoring leading whitespace, and supporting more kinds of empty lines
2019-02-04 15:41:09 +11:00