Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Better default root directory, remove .hhconfig from export

Choose a tag to compare

@fredemmott fredemmott released this 10 Feb 04:01
· 354 commits to main since this release
  • if installed via composer in the usual way, codegen_script() will generate paths relative to the project root. A more flexible approach is coming in 2.x
  • add .hhconfig to export-ignore; this means that when tagged releases are installed via composer, the .hhconfig will be omitted - an hhconfig in subdirectories confuses some developer tools.