Skip to content

Releases: t1mmen/srtd

v0.4.7

09 Jan 05:54
8ab30d8
Compare
Choose a tag to compare

Patch Changes

  • b9890b0: fixes compatibility with Node 22

v0.4.6

06 Jan 14:43
34237f4
Compare
Choose a tag to compare

Patch Changes

  • 4febf28: Add tests for template registration handling, improve detection of incorrectly located templates
  • 9006417: Attempt to identify "root of project", so srtd can be run from subdirectories as well.
  • aaa78e7: fix register template path resolution

v0.4.5

05 Jan 11:23
20989d4
Compare
Choose a tag to compare

Patch Changes

  • 8391b2b: Add command for promoting .wip templates to buildable migration templates

v0.4.4

03 Jan 15:23
719cd95
Compare
Choose a tag to compare

Patch Changes

  • b7f723b: Various, minor polish on various UI components
  • b7f723b: Only make watch mode enter fullscreen mode (to avoid blocking other commands from printing to terminal)

v0.4.3

02 Jan 20:29
ac99257
Compare
Choose a tag to compare

Patch Changes

  • 2af15f4: Fix incorrect import paths
  • 1632a20: Add "make sure it renders" tests for all commands, scope naming in other tests a bit better.

v0.4.2

02 Jan 18:42
1c5a0a2
Compare
Choose a tag to compare

Patch Changes

  • 8ea6ef7: Scope tests better, maybe improving how brittle they can be
  • 688feae: fix: Build paths, db timeout

v0.4.1

02 Jan 18:11
588ed3e
Compare
Choose a tag to compare

Patch Changes

  • 6a733b7: Add debug component to test db connections/watchers/etc
  • 6a733b7: Streamline build & apply, allow build to also apply.

v0.4.0

01 Jan 14:42
Compare
Choose a tag to compare

Minor Changes

  • e96e857: Allow clearning local, common logs, and resetting of config.
  • e96e857: Greatly improve watch mode stability, while reducing and simplifying the implementation. Add tests.
  • e96e857: Load templates created while watch is already running. Restarting no longer necessary

Patch Changes

  • e96e857: Ensure watcher cleanup on exit
  • e96e857: Make CLI "fullscreen"

v0.3.0

31 Dec 16:52
Compare
Choose a tag to compare

Minor Changes

  • fbe4240: Hopefully fix watch mode performance issues, tweak UI feedback, etc.

    (There does seem to be some timeout/hangup issues for apply/build, but shipping this anyway to fix the breaking bugs)

Patch Changes

  • fbe4240: Fix menu getting disabled when connection was established
  • fbe4240: Improve reliability of q for quitting

v0.2.2

30 Dec 19:15
bad65a5
Compare
Choose a tag to compare

Patch Changes

  • 7b47799: Reference the correct scoped package name in README