Commit Graph

47 Commits

Author SHA1 Message Date
Robinson
1bae1e22be
updated gradle 2023-08-20 13:25:37 +02:00
Robinson
607e8b6735
version 2.5 2023-08-16 22:38:13 -05:00
Robinson
106ca040af
Fixed issues with array/list expansion for loading, cli/sys/env.
Requirement for cli/sys/env is that it MUST match case
2023-08-16 19:43:33 -05:00
Robinson
c3b23990bd
version 2.4 2023-08-13 13:25:35 -05:00
Robinson
9eaa634534
tweaked unit tests to make sure that the tests are testing unique data 2023-08-13 13:25:12 -05:00
Robinson
55139e8b4c
Fixed issues saving files when the configFile isn't specified. 2023-08-13 13:24:05 -05:00
Robinson
8a62f899fa
added more unit tests for load (but not process) data 2023-08-13 13:08:05 -05:00
Robinson
7da1f06f7d
version 2.3 2023-08-13 10:38:05 -05:00
Robinson
ece44c3a2b
updated json version 2023-08-13 10:37:22 -05:00
Robinson
46e04e6858
Added support for growing arrays when the CLI index is larger than the original array. 2023-08-13 10:36:56 -05:00
Robinson
0b3cbb22c6
version 2.2 2023-08-11 23:14:46 -06:00
Robinson
13a60a5f4e
code cleanup 2023-08-11 23:14:34 -06:00
Robinson
e380284d53
no longer double-loading when using loadAndProcess 2023-08-11 23:14:25 -06:00
Robinson
3c43baccee
added support for ignored fields 2023-08-11 23:13:50 -06:00
Robinson
e9ed961a08
updated build deps 2023-08-07 18:45:08 -06:00
Robinson
e716b8c28a
version 2.1 2023-08-06 00:56:13 -06:00
Robinson
d394caa8ea
updated json 2023-08-06 00:55:48 -06:00
Robinson
220c6abbf9
added json to JPMS 2023-08-06 00:55:39 -06:00
Robinson
7011f7ac45
Hardcoded project name 2023-08-05 12:18:26 -06:00
Robinson
52d7abdb25
Updated description 2023-08-04 23:23:46 -06:00
Robinson
d7e7aa5e79
updated unit tests for full json string comparison 2023-08-04 23:14:52 -06:00
Robinson
052907e0c4
Updated Config project to use non-moshi Json serialization (this means there is no longer the requirement of generated classes for serialization
Changed API
Version 2.0
2023-08-04 23:12:17 -06:00
Robinson
60f7ad6b7c
Updated version 2023-07-18 16:59:01 +02:00
Robinson
4483803571
Added support for initializing WITHOUT loading a file (just using the defaults) 2023-07-18 16:58:51 +02:00
Robinson
fe76b7279a
Updated version 2023-07-18 01:07:38 +02:00
Robinson
1aa6e2442a
Updated build deps + deps 2023-07-18 01:07:01 +02:00
Robinson
50a603aa4f
updated version 2022-06-29 23:10:24 +02:00
Robinson
b40e4cc08e
Fixed error when loading defaults or null 2022-06-29 23:10:08 +02:00
Robinson
49af3e5c5a
Fixed loadOrNull, so if not-null, it will load and apply overrides as necessary 2022-04-28 00:58:03 +02:00
Robinson
dce2fc6453
Added Collection<String> for process 2022-04-28 00:18:23 +02:00
Robinson
2a9d1297a8
Updated version 2022-04-27 01:14:23 +02:00
Robinson
2a68024efa
Added comments 2022-04-27 01:14:01 +02:00
Robinson
ad6bf65f0f
Added support for creating a new instance based on the existing one. 2022-04-27 00:47:19 +02:00
Robinson
794e739847
Updated version 2022-04-27 00:43:28 +02:00
Robinson
d66b99ff74
Added support for load(String) and loadOrNull(File), loadOrNull(String) 2022-04-27 00:43:07 +02:00
Robinson
504d9d0495
Updated version 2022-04-12 09:25:39 +02:00
Robinson
89a6f06ce7
Added support for System Prop/Env variables to java primitive type casting 2022-04-12 09:25:08 +02:00
Robinson
340d67cb92
updated version 2022-04-12 00:55:04 +02:00
Robinson
72dba5cb06
Fixed support for non-string types in config 2022-04-12 00:54:47 +02:00
Robinson
0d1f61a123
Updated version 2022-04-11 17:06:33 +02:00
Robinson
b8b43e5be1
Assign the config map when there is no default 2022-04-11 17:06:20 +02:00
Robinson
bf5afb05bd
Merge remote-tracking branch 'origin/master'
# Conflicts:
#	LICENSE
#	build.gradle.kts
#	src/dorkbox/config/Config.kt
2022-03-07 14:20:41 +01:00
Robinson
a581a6925c
changed moshi to compile only 2022-03-07 14:20:12 +01:00
Robinson
aa13f1364d
Updated UUID + added comments 2022-03-07 14:19:43 +01:00
Robinson
d67dd34019
Initial split of configuration. 2022-03-07 08:15:57 +01:00
Robinson
387cc63c03
Initial split of configuration. 2022-03-07 08:11:38 +01:00
Robinson
ef726c1422
Initial import 2022-03-07 01:49:30 +01:00