Releases: Embers-of-the-Fire/conrig
Releases · Embers-of-the-Fire/conrig
Conrig V0.4.0
Release V 0.4.0
- Add
conrig
macro for a better creation of the main structure. - Add one more generic field for
ConfigPathMetadata
and related types. The configuration system is now pre-typed.
Full Changelog: v0.3.0...v0.4.0
Conrig V0.3.0
- Move
ConfigPathMetadata::sys_config_dir
,ConfigPathMetadata::sys_preference_dir
andConfigPathMetadata::sys_dir
's implementation toProjectPath
.
Conrig V0.2.0
- Rename old
ConfigFile
toRawConfigFile
, and add a checked version ofConfigFile
. - Add several
unsafe
methods toRawConfigFile
to clearify the intention of some code. - Remove
collapse-io-error
feature.
Conrig V0.1.0
- Add
extra_files
andextra_folders
field toConfigPathMetadata
:
Allow users to include external folders and files for searching and writing.
Conrig V0.0.0
This is an initial release and is not supposed to be used.