Revision history for Synth-Config
0.0020 2023-06-30 15:08:23
- Work around broken Mojo::SQLite behavior.
- Add the recall_models() method.
- Improve the eg/mojo-ui.pl program.
0.0019 2023-06-30 13:45:17
- Improve documentation.
- Do not require a model.
- Improve the eg/mojo-ui.pl program.
0.0018 2023-06-30 11:44:11
- Add the remove_model() method.
0.0017 2023-06-30 11:29:15
- Do not require a model name in the constructor.
- Improve the eg/mojo-ui.pl program.
0.0016 2023-06-29 18:54:49
- Remove the now redundant recall_settings() method.
- Fix the make_setting() logic.
- Improve documentation.
0.0015 2023-06-29 18:00:09
- Fix search_settings() again!
- Further adjust name column handling.
0.0014 2023-06-29 15:50:05
- Add the recall_all() method.
- Improve the eg/mojo-ui.pl program significantly.
- Actually test and fix the search_settings() method.
0.0013 2023-06-29 01:20:32
- Fix the search_settings() logic.
- Improve the eg/mojo-ui.pl program.
0.0012 2023-06-29 00:45:33
- Make SQLite use the JSON datatype in db creation.
- Add the search_settings() method.
- Add the very much WIP eg/mojo-ui.pl program.
0.0011 2023-06-28 21:16:56
- Improve the eg/synth-config.pl program.
0.0010 2023-06-28 17:15:48
- Fix tests.
- Partially fleshed-out the eg/synth-config.pl program.
0.0009 2023-06-28 00:38:45
- Add the remove_setting() and remove_settings() methods.
0.0008 2023-06-27 21:34:54
- Improve documentation.
0.0007 2023-06-27 21:26:38
- Add the recall_names() method.
0.0006 2023-06-27 17:40:08
- Clean code, tests, and docs.
0.0005 2023-06-27 15:54:01
- Add the recall_settings() method.
- Improve documentation.
0.0004 2023-06-27 13:57:50
- WIP: Add a name column!
- Improve documentation.
0.0003 2023-06-27 10:30:44
- Improve documentation.
0.0002 2023-06-27 10:23:24
- Fix documentation.
0.0001 2023-06-27 07:49:23
- Shoe-horn the basics into place.
- Mint with Dist::Zilla.