alias-hq

The end-to-end solution for configuring, refactoring, maintaining and using path aliases

MIT License

Downloads
175.3K
Stars
330
Committers
7

Bot releases are visible (Hide)

alias-hq - v6.2.0 Latest Release

Published by davestewart over 1 year ago

What's Changed

Full Changelog: https://github.com/davestewart/alias-hq/compare/v6.1.0...v6.2.0

alias-hq - v6.1.0

Published by davestewart over 1 year ago

alias-hq - v6.0.0

Published by davestewart over 1 year ago

What's Changed

Full Changelog: https://github.com/davestewart/alias-hq/compare/v5.4.0...v6.0.0

alias-hq - v5.4.0

Published by davestewart over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/davestewart/alias-hq/compare/v5.3.0...v5.4.0

alias-hq - v5.3.0

Published by davestewart over 2 years ago

Added

  • Added support for tsconfig extends (#37) - closes #28, #30
alias-hq - v5.2.0

Published by davestewart almost 3 years ago

Added

  • Added initial TypeScript type definitions
alias-hq - v5.1.7

Published by davestewart almost 3 years ago

Fixed

  • Fixed empty defaults for Rollup plugin generating incorrect array config
alias-hq - v5.1.4

Published by davestewart about 4 years ago

Fixed:

  • Fixed broken help link
  • Bumped opn package and updated docs
alias-hq - v5.1.5

Published by davestewart about 4 years ago

Fixed:

  • issue where CLI did not recognise js/tsconfig.json files without an existing compilerOptions.paths node
alias-hq - v5.1.6

Published by davestewart about 4 years ago

Added:

  • Jest now has string and array format options

Changed:

  • Jest now outputs strings by default
  • Rollup now outputs objects by default

Fixed:

  • test:plugins script
alias-hq - v5.1.3

Published by davestewart about 4 years ago

Fixes:

  • Minor fix to transformer quote detection
alias-hq - v4.1.0

Published by davestewart about 4 years ago

Added:

  • Improved path formatting for added paths
alias-hq - v4.1.4

Published by davestewart about 4 years ago

Fixes (backfixes):

  • Major bug fix where config.json was being overwritten, not updated
  • Minor fix to transformer quote detection
alias-hq - v5.1.1

Published by davestewart about 4 years ago

Added:

  • Helpful error message if config or settings cannot be loaded
alias-hq - v5.1.2

Published by davestewart about 4 years ago

Fixes:

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

Published by davestewart about 4 years ago

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
alias-hq - 5.1.0

Published by davestewart about 4 years ago

Added:

  • Node support via module-alias package
alias-hq - v4.0.0

Published by davestewart about 4 years ago

Changed:

  • Refactored passing of plugin parameters to separate config and user options
  • Refactored plugin helper functions to do the same, plus de-duplicate paths
alias-hq - v3.1.4

Published by davestewart about 4 years ago

Added:

  • CLI support for "make paths json" to generate file aliases
alias-hq - v3.3.0

Published by davestewart about 4 years ago

Changed:

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