Tags: KamalKang/zio-config
Tags
Upgrade ZIO to 1.0.0-RC20 (zio#341) * Fix CI * Upgrade ZIO to 1.0.0-RC20
Add commandline doc (zio#305) * Fix empty list processing (zio#261) * fix empty list processing Simplify ReadFunctions * address review commits * replace list(string(path)) with list(path)(string) * add more empty lists * unwrap fromProperties * add simple,nested,complex command line arguments source document Co-authored-by: Simon Popugaev <seniapsm@gmail.com>
Fix write functions (zio#292) * Implement map * Implement map * Implement map * Implement map * Fix write functionality * Remove comments * Add map implementation * Add map support * Add map support * Add map support * Add map support * Add map support * Implement map * Implement docs * Implement docs * Resolve conflicts * Resolve conflicts * Fix write tree and write hocon * Read write bug fixes * Resolve conflicts * Resolve conflicts
Fix empty list processing (zio#261) * fix empty list processing Simplify ReadFunctions * address review commits * replace list(string(path)) with list(path)(string) * add more empty lists * unwrap fromProperties
WIP: Write config back to hocon (zio#245) * Remove redundant brackets * Update gitignore * Make read and write work * Initial commits on writing tree back to typesafe config * Add write to typesafe config * Make PropertyTreeFunctions private * Remove val r * pattern match instead of if * Add command line argument * Command line argument working version * Richer command line argument functionality * Richer command line argument functionality * Mixing dots and other type of nesting * Add command line parser * Make a complex example * Make the API doc much better * Make the API doc much better * More changes in api doc * Make the tests with multiple value work * Done * Make run all examples * Make list test work * Fix tests * Fix tests * Add more documentation * Remove substring(2) * Add command line argument example * Clean up docs * Clean up docs * Us remove leading hiphens * Us remove leading hiphens * Us remove leading hiphens * Fix magnolia bug * Fix magnolia bug * Resolve conflicts
Remove key delimiter (zio#242) * Remove redundant brackets * Update gitignore * Remove all default keyDelimiter and valueDelimiter * Make the api docs * Remove brackets from scala doc
Remove default valueDelimiters and change to DeriveConfigDescriptor[A] ( zio#239) * Remove redundant brackets * Update gitignore * Fix coproduct nestedness * Remove default values and clean up magnolia * Fix automated tests * Fix coproduct logic
PreviousNext