Releases: Norgate-AV/genlinx
Releases Β· Norgate-AV/genlinx
v2.5.0
v2.4.0
v2.3.0
2.3.0 (2024-08-02)
π Features
- config: add --add and --remove options for adding/removing from an array (a0ee5e6)
- config: add --delete option for deleting a key (0c35ed1)
- config: add --edit option to open config in default editor (4bc70ac)
- config-cmd: add basic implementation of cmd functionality (1e9ac7a)
- add config command to main cli (4ab0192)
- config: add config schema for validation (f1c299e)
- config: add core section (1ea0109)
- add getLocalAppConfigFilePath function (96c03e0)
- archive-cmd: add negated boolean options (56c414e)
- add resolvePaths function (e785cec)
- config: add schema for config (beb53f3)
- add selectWorkspaceFiles function (688053a)
- export new util functions (011aff7)
- config: implement config get value (f03f136)
- implement config listing and editing in editor (cc144c3)
- run paths through normalizer so / or \ can be used (1071b26)
π Bug Fixes
- config: return after getting property (7d24ee9)
π Documentation
β¨ Refactor
- config: add line break. remove console.log (16b75de)
- log to console after evaluating options (f9431ad)
- config: make list option conflict with edit (1fa14de)
- config: make value arg an array (a34ebdb)
- getOptions: merge default global config (b464d68)
- config: move file patsh to core section of config to be shared (a398887)
- config: only take first value when setting property (4a0a0f9)
- config: outout lists in green (5be2034)
- options: pass config stores into mergician (097f951)
- prefix native imports with node: (0af7f2e)
- config: process options within the action (483cf4c)
- global-config: refactor to use conf package (0b205f1)
- local-config: refactor to use conf package (f319815)
- config: remove delete key option (a0fbc7c)
- remove fs-extra dependency (1067aed)
- replace string literals with name variable (4e2d661)
- global-config: return complete object rather than just the store (4548838)
- local-config: return complete object rather than just the store (899a052)
- return unique sets (0e3182c)
- split app/global/local config function into separate files (320d918)
- split into smaller functions and resolve relative paths (f2efc1c)
- config: update cli logic (a705024)
- build: update command description (b6e349b)
- config: update option descriptions (b41944c)
- use getModuleName (a0e6939)
- use getPackageJson function when getting configs (cbc59c6)
- config: use new config member (38be685)
- use new function to get file path. return file path in object (cf2149e)
- config: use utils to print complex objects (6af6c32)