Releases: T3CC4/ConScript
Releases · T3CC4/ConScript
Update v3.0.0
- Enhanced error handling with detailed operation results
- Thread safety using ReaderWriterLockSlim and ConcurrentDictionary
- Stronger encryption with AES-256, random IV, and PBKDF2
- Hierarchical access to configurations using path notation
- Fluent API for elegant configuration settings
- Validation system for configuration values
- Event system for change notifications
- Support for DateTime values
- Improved type conversion
- Code refactoring for better maintainability and testability
- Placeholders for JSON import/export
- Professionalized README with comprehensive documentation
Release v2.0.0
Added Comments
Added simple encryption/decryption
Code optimazation
Full Changelog: v1.0.0...v2.0.0
Release v1.0.0
Updates
- Added support for handling typed blocks and arrays in .cosc config files.
- Introduced regex patterns to parse and save blocks with defined types and array structures.
- Enhanced Load method to handle nested blocks and arrays.
- Simplified WriteEntry method to handle nested structures and arrays with proper indentation.
- Added GetList method to retrieve lists of specified types from the config.