Commit Graph

57 Commits (master)

Author SHA1 Message Date
Robinson 1d69c6d2e0
version 2.9.1 2024-01-22 17:41:22 +01:00
Robinson a8e6952ccd
version 2.9 2024-01-20 10:09:36 +01:00
Robinson 608af0924f
Updated API 2024-01-20 09:50:47 +01:00
Robinson 4dd98c1fa0
Updated build deps 2023-10-09 12:31:49 +02:00
Robinson 87b1f83434
updated build deps, kotlin 1.9.0 2023-10-02 16:15:05 +02:00
Robinson e583381f3b
version 2.8 2023-08-21 22:58:18 +02:00
Robinson ff8c8d75b1
Fixed issues when not able to properly load/process data, but still want to save it. 2023-08-21 22:57:49 +02:00
Robinson 60202be04d
version 2.7 2023-08-21 13:00:02 +02:00
Robinson 756c90a6f2
Added comments + extra logic for explicitly ignored base collection/array types (which are part of the parsing logic, but not something the user edits) 2023-08-21 12:37:35 +02:00
Robinson 55fd446005
version 2.6 2023-08-20 13:27:43 +02:00
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