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: fortio/struct2env
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: fortio/struct2env
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 6, 2023

  1. update readme for new quoting (#6)

    * update readme for new quoting
    
    * \n is inline now
    ldemailly authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    752d976 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. detect NUL in string and support []byte with base64 for binary (#8)

    * detect NUL in string and support []byte with base64 for binary
    
    * add support for Duration and Time (in export, still to do the reverse). Make the SetFromEnv pluggable
    
    * switch how to hook different lookup to simple function instead of interface, also fix bug found when using the mock in test (recurse was using the os version)
    
    * implement reverse env to struct for duration in floating point seconds and date/time in rfc3339
    
    * split setting of leaf value into function
    
    * update readme and package header
    ldemailly authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    95f1f47 View commit details
    Browse the repository at this point in the history
Loading