Skip to content

Releases: kieran-osgood/scribe

v0.4.1

22 Dec 14:49
aefb857
Compare
Choose a tag to compare

Patch Changes

  • b704d7f: fix issue with init finding public/base.ts

v0.4.0

22 Dec 12:23
92108aa
Compare
Choose a tag to compare

Minor Changes

  • dcad77b: Adds prompt to continue (dangerously) when git worktree is dirty

Patch Changes

  • dcad77b: fixes implicit coercion of exitCode on success
  • dcad77b: Fixes error where CLI continues after selecting no for non-git workspaces
  • dcad77b: Improve formatting of stdout to be more rich
  • dcad77b: fix postinstall script failing installs for users

v0.3.1

12 Dec 13:29
9e944fe
Compare
Choose a tag to compare

Patch Changes

  • b6f9b1a: Fix issues with ScribeConfig type being inaccessible
  • b6f9b1a: Migrate to effect core package
    Includes new TS-eslint rules to raise strictness
    Bumps TS to 5.2.2
  • b6f9b1a: (internal) Add definitions command

v0.3.0

23 Jul 18:44
b1d4be1
Compare
Choose a tag to compare

Minor Changes

  • 557b452: (NEW): Init Command - bootstraps a basic scribe.config.ts file in the cwd.

    Improves logging across all commands in error events.

v0.2.0

22 Jun 21:39
78b87af
Compare
Choose a tag to compare

Minor Changes

  • cbe2c34: Fixed potential mispathing errors - Replaced dependencies to reduce size, bulked up testing - Improved error logging and formatting of output to stdout/stderr

v0.1.0

20 May 14:49
9407005
Compare
Choose a tag to compare

Minor Changes

  • 6749a02: Scribe can now accept multiple output files per run.
    If writing to any file fails, cleans up after itself.

Patch Changes

  • 6749a02: Initial working prototype

v0.0.4

15 May 23:15
3404423
Compare
Choose a tag to compare

Patch Changes