Skip to content

Releases: Tina-1300/cppenv

1.3.0

Choose a tag to compare

@Tina-1300 Tina-1300 released this 13 Apr 13:29

[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

Choose a tag to compare

@Tina-1300 Tina-1300 released this 02 Nov 14:50

📜 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

Choose a tag to compare

@Tina-1300 Tina-1300 released this 18 Oct 16:21

📜 Changelog

[1.2.0] - 2025-10-18

Add

  • added operator overloading [] for all types
  • added string_to_bool function

v1.1.0

Choose a tag to compare

@Tina-1300 Tina-1300 released this 03 Oct 06:45
c1dc6cf

📜 Changelog

[1.1.0] - 2025-08-03

Add

  • Added string operator overload

v1.0.0

Choose a tag to compare

@Tina-1300 Tina-1300 released this 22 Sep 20:17

📜 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