Releases: davestewart/alias-hq
Releases · davestewart/alias-hq
v5.1.3
Fixes:
- Minor fix to transformer quote detection
v5.1.2
Fixes:
- Major bug fix where config.json was being overwritten, not updated
- Minor bug where changed settings would load as undefined
v5.1.1
Added:
- Helpful error message if config or settings cannot be loaded
5.1.0
Added:
- Node support via module-alias package
v5.0.0
Changed:
- Simplified CLI menus
- Optimised stats output
- Minor change to prefer shorter local paths to aliased paths
Breaking changes:
- Plugin toArray / toObject {name, path} format
Fixed:
- Major bug with config loading
- Bug with transforms not being properly updated for imports
v4.1.4
Fixes (backfixes):
- Major bug fix where config.json was being overwritten, not updated
- Minor fix to transformer quote detection
v4.1.0
Added:
- Improved path formatting for added paths
v4.0.0
Changed:
- Refactored passing of plugin parameters to separate config and user options
- Refactored plugin helper functions to do the same, plus de-duplicate paths
v3.1.4
Added:
- CLI support for "make paths json" to generate file aliases
v3.3.0
Changed:
- Refactored plugin architecture to provide both tests and options
- CLI now provides output for all available plugin options
- Simplified utils structure