Skip to content

Releases: davestewart/alias-hq

v5.1.3

09 Sep 19:27
Compare
Choose a tag to compare

Fixes:

  • Minor fix to transformer quote detection

v5.1.2

09 Sep 19:22
bed3c13
Compare
Choose a tag to compare

Fixes:

  • Major bug fix where config.json was being overwritten, not updated
  • Minor bug where changed settings would load as undefined

v5.1.1

09 Sep 19:23
021622e
Compare
Choose a tag to compare

Added:

  • Helpful error message if config or settings cannot be loaded

5.1.0

09 Sep 19:15
f503e0b
Compare
Choose a tag to compare

Added:

  • Node support via module-alias package

v5.0.0

09 Sep 19:20
9c3c36d
Compare
Choose a tag to compare

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

09 Sep 19:25
Compare
Choose a tag to compare

Fixes (backfixes):

  • Major bug fix where config.json was being overwritten, not updated
  • Minor fix to transformer quote detection

v4.1.0

09 Sep 19:26
6489d73
Compare
Choose a tag to compare

Added:

  • Improved path formatting for added paths

v4.0.0

29 Aug 23:30
Compare
Choose a tag to compare

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

29 Aug 16:51
Compare
Choose a tag to compare

Added:

  • CLI support for "make paths json" to generate file aliases

v3.3.0

28 Aug 19:51
Compare
Choose a tag to compare

Changed:

  • Refactored plugin architecture to provide both tests and options
  • CLI now provides output for all available plugin options
  • Simplified utils structure