Skip to content

Releases: harshfeudal/dotenv

Dotenv 2.0.1

06 Mar 08:11
b353e13
Compare
Choose a tag to compare

2.0.1 minor changes:

  • Add version
  • Add license on the top of the code
  • Modifying load() function with default read only 1 file (please set false if you want to read multiple environment files)

Dotenv 2.0.0

04 Mar 06:43
903eff7
Compare
Choose a tag to compare

2.0.0 breaking changes:

  • Code style changed, including how you called the function. From the previous version, caused a lack of errors and also included bugs (idk why). Please update to this version ASAP.
  • .env parsing enhancement

Note: A new dotenv-alt.h file has just added for non-OOP user if someone new in C++! You can even use it by this:

int main() {
  dotenv::load(".env");
  std::cout << dotenv::get("YOUR_KEY") << '\n';

  return 0;
}

Dotenv v1.2.1

12 Mar 10:58
890af14
Compare
Choose a tag to compare

1.2.1 changes:

  • License changed
  • Add more escape characters
  • Edit setup tool (premake5.lua)
  • Better test file

Dotenv v1.2.0

11 Mar 18:11
74fda81
Compare
Choose a tag to compare

1.2.0 changes:

  • Fix bugs
  • Add expansion like what JS does!

Dotenv v1.1.0

07 Mar 17:02
f12092c
Compare
Choose a tag to compare

With this new release, I have fixed all 1.0.0 bugs!
Enjoy!

Dotenv v1.0.0

05 Mar 17:53
Compare
Choose a tag to compare

I made this similar with dotenv in JS
If you have any issues please contact me via Github issue!

Anyways, I need someone to help me with the README :D