Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 21 Apr 23:25
· 219 commits to main since this release
v0.1.5

Changelog

  • 14166ca docs(architecture): add CLI init flow spec
  • 130defb docs(developer-guide): Add registry architecture diagrams
  • 79420fc docs(generators): add spec and strategy
  • 082889c docs(project): Add PROJECT overview and issue plan
  • d307cc1 feat(core): Add Collect to gather activated generators
  • 94492c9 feat(core): Add interactive question flow runner
  • e4016b3 feat(core/cli): add interactive project generator
  • 1e63593 feat(frontend): add architecture generator
  • ccced1c feat(generator): Add scaffold Generator with hooks
  • 5791925 feat(generator): add post-op commands
  • eb6d534 feat(questions): Add Question sum-type
  • 01c3f81 feat(questions): Add builders for select/text/if/loop
  • e4568e0 feat(questions): Add control-flow and input types
  • 9492e77 feat(questions): Add mutation helpers and DeepCopy
  • e33b034 feat(react): add TypeScript Vite React generator
  • c616ca2 feat(registry): Add plugin registry type
  • 0a01016 feat(registry): add plugin model and apply funcs
  • 8d4abb7 feat(registry/flow): Add flow name constants
  • c167762 feat(templates): Add new-test question templates
  • b57d496 refactor(generators): Update frontend architecture import path
  • f5b54e5 refactor(question): reorganize internals, add tests
  • 0d8cb63 refactor(registry): Trim extra spacing in option.go
  • 6a9845b refactor(scaffold): Replace new-test with scaffold