Releases: Tina-1300/cppenv
Releases · Tina-1300/cppenv
1.3.0
Compare
Sorry, something went wrong.
No results found
[1.3.0] - 2026-04-13
Fixed
(Windows, Linux, Macos) Correct handling of Unicode filenames in load_from_file
Fixed compatibility with MSVC and clang and gcc.
Ensures .env files with names like 文件名.env load correctly.
(Windows) Remove compilator mingw
(Windows, linux, macos ) add compilator MSVC, GCC, CLANG
v1.2.1
Compare
Sorry, something went wrong.
No results found
📜 Changelog
[1.2.1] - 2025-11-02
Fixed
(Windows, Linux) Correct handling of Unicode filenames in load_from_file
Fixed compatibility with MinGW and MSVC using _wfopen on Windows.
Ensures .env files with names like 文件名.env load correctly.
v1.2.0
Compare
Sorry, something went wrong.
No results found
📜 Changelog
[1.2.0] - 2025-10-18
Add
added operator overloading [] for all types
added string_to_bool function
v1.1.0
Compare
Sorry, something went wrong.
No results found
📜 Changelog
[1.1.0] - 2025-08-03
Add
Added string operator overload
v1.0.0
Compare
Sorry, something went wrong.
No results found
📜 Changelog
[1.0.0] - 2025-09-22
Add
Load .env files securely and easily
recovery of environment variables (any type): int, float, std::string, etc.
Header-only : just include and use
Simple API for accessing environment variables