Skip to content

Releases: T3CC4/ConScript

Update v3.0.0

04 Apr 08:20
2b481a3

Choose a tag to compare

  • 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

04 Feb 18:00

Choose a tag to compare

Added Comments
Added simple encryption/decryption
Code optimazation

Full Changelog: v1.0.0...v2.0.0

Release v1.0.0

01 Feb 12:52
cfe6b53

Choose a tag to compare

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.