Releases: harshfeudal/dotenv
Releases · harshfeudal/dotenv
Dotenv 2.0.1
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 setfalse
if you want to read multiple environment files)
Dotenv 2.0.0
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
1.2.1
changes:
- License changed
- Add more escape characters
- Edit setup tool (premake5.lua)
- Better test file
Dotenv v1.2.0
1.2.0
changes:
- Fix bugs
- Add expansion like what JS does!
Dotenv v1.1.0
With this new release, I have fixed all 1.0.0
bugs!
Enjoy!
Dotenv v1.0.0
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