Skip to content

Releases: nthnn/sConf

sConf Library

24 Nov 01:15
Compare
Choose a tag to compare

Build Test CI

sConf is a lightweight and flexible C++ library for parsing, managing, and manipulating structured configuration files. With support for multiple value types, comments, and error handling, sConf is designed to be intuitive and efficient for developers who need robust configuration management in their C++ projects.

  • Versatile Value Types: Supports strings, integers, doubles, booleans, dates, and arrays.
  • Section-Based Structure: Organize configuration data into sections for easy access and management.
  • Comments Handling: Preserve and retrieve comments associated with configuration sections.
  • Error Handling: Custom exception handling with detailed error messages.
  • File Operations: Load configuration files and save changes back to disk with ease.

Full Changelog: v1.0...v1.1

sConf Library

23 Nov 00:43
Compare
Choose a tag to compare

Build Test CI

sConf is a lightweight and flexible C++ library for parsing, managing, and manipulating structured configuration files. With support for multiple value types, comments, and error handling, sConf is designed to be intuitive and efficient for developers who need robust configuration management in their C++ projects.

  • Versatile Value Types: Supports strings, integers, doubles, booleans, dates, and arrays.
  • Section-Based Structure: Organize configuration data into sections for easy access and management.
  • Comments Handling: Preserve and retrieve comments associated with configuration sections.
  • Error Handling: Custom exception handling with detailed error messages.
  • File Operations: Load configuration files and save changes back to disk with ease.

Full Changelog: https://github.com/nthnn/sConf/commits/v1.0