Skip to content

Latest commit

 

History

History
260 lines (136 loc) · 9.72 KB

File metadata and controls

260 lines (136 loc) · 9.72 KB

Changelog

Unreleased

0.0.13 - 2025-12-08

  • fix: string/number comparison issue

0.0.11 - 2025-11-24

  • fix: typos in 'reforge generate --help'

0.0.10 - 2025-11-24

  • fix: ignore Zod.describe method to not interfere with type generation

0.0.9 - 2025-11-20

  • feat: upgrade to zod v4 + support for meta
  • docs: encourage use of direnv when contributing

0.0.8 - 2025-10-29

  • Added support for ZodRecord types in code generation mappers
  • Added -o / --output-directory flag to generate command to specify output directory per run

0.0.7 - 2025-10-20

  • Adds "whoami" command and optional verbose logging to debug login process [#65]
  • Updated get command to support encrypted config values that need a local env var to decrypt [#66]

0.0.6 - 2025-10-13

  • fix: Handle enum values that come back as a single string, not an array of strings

0.0.5 - 2025-10-09

  • Updated get command to no longer prompt for an sdk key, ensured no other commands will either
  • Updated create command to better handle creation of encrypted values

0.0.4 - 2025-10-09

  • Adds mcp command to assist installation of reforge-launch's mcp in claude desktop
  • Clean up logging output (especially test output)
  • Improve the get command to interactively prompt for a key and confirm it exists before proceeding

0.0.3 - 2025-10-07

  • fix: automated release process

0.0.2

N/A

0.0.1 - 2025-10-07

  • feat: OAuth login with JWT authentication and v1 API migration
  • feat: nodejs typegen shouldn't generate unnecessary async methods
  • feat: expose the reforge client directly in nodejs typegen

0.0.0-pre.11 - 2025-10-01

  • fix: don't assume feature flags are boolean values in typegen

0.0.0-pre.10 - 2025-09-30

  • Type generation improvements to support javascript sdk

0.0.0-pre.9 - 2025-09-05

  • Type generation improvements to support module augmentation

0.0.0-pre.8 - 2025-08-18

  • Type generation support for node + react

0.0.0-pre.0 - 2025-08-04

  • Reforge rebrand

@prefab-cloud/prefab

All releases below were released as part of the @prefab-cloud/prefab-cli package.

@prefab-cloud/prefab - 0.4.6 (2023-11-11)

Bug Fixes

  • deps: bump @oclif/plugin-plugins from 4.0.2 to 4.1.5 (90e69e5)

@prefab-cloud/prefab - 0.4.5 (2023-11-05)

Bug Fixes

  • deps: bump @oclif/plugin-help from 5.2.19 to 5.2.20 (d710325)

@prefab-cloud/prefab - 0.4.4 (2023-10-28)

Bug Fixes

  • deps: bump @oclif/plugin-plugins from 3.7.0 to 3.9.4 (8369b56)

@prefab-cloud/prefab - 0.4.3 (2023-10-10)

Bug Fixes

@prefab-cloud/prefab - 0.4.2 (2023-10-09)

Bug Fixes

  • use latest eslint-config-oclif-typescript (a010663)

@prefab-cloud/prefab - 0.4.1 (2023-10-04)

Bug Fixes

0.4.0 (2023-10-04)

Features

  • bump core, add prettier (5be0350)

0.3.0 (2023-09-18)

Features

@prefab-cloud/prefab - 0.2.3 (2023-09-17)

Bug Fixes

  • deps: bump @oclif/plugin-plugins from 3.4.0 to 3.7.0 (04939c2)

@prefab-cloud/prefab - 0.2.2 (2023-09-16)

Bug Fixes

  • deps: bump @oclif/core from 3.0.0-beta.12 to 3.0.0-beta.13 (f054f82)

@prefab-cloud/prefab - 0.2.1 (2023-09-09)

Bug Fixes

  • deps: bump @oclif/plugin-help from 5.2.17 to 5.2.19 (60d2b33)

0.2.0 (2023-09-07)

Features

  • use ts-node in bin/dev.js (6ab5e0f)

@prefab-cloud/prefab - 0.1.6 (2023-09-05)

Bug Fixes

@prefab-cloud/prefab - 0.1.5 (2023-09-05)

Bug Fixes

@prefab-cloud/prefab - 0.1.4 (2023-09-03)

Bug Fixes

  • deps: bump @oclif/core from 3.0.0-beta.6 to 3.0.0-beta.12 (4a67b9f)

@prefab-cloud/prefab - 0.1.3 (2023-09-02)

Bug Fixes

  • deps: bump @oclif/plugin-plugins from 3.3.2 to 3.4.0 (d077b38)

@prefab-cloud/prefab - 0.1.2 (2023-08-31)

Bug Fixes

@prefab-cloud/prefab - 0.1.1 (2023-08-23)

Bug Fixes

  • add void to bin scripts (a3e257e)

0.1.0 (2023-08-21)

Features

  • remove ts-node/esm shebang (c2c3aab)

@prefab-cloud/prefab - 0.0.10 (2023-08-13)

Bug Fixes

  • deps: bump @oclif/plugin-help from 5.2.15 to 5.2.17 (08b2587)

@prefab-cloud/prefab - 0.0.9 (2023-08-12)

Bug Fixes

  • deps: bump @oclif/plugin-plugins from 3.1.8 to 3.2.6 (11e89e0)

@prefab-cloud/prefab - 0.0.8 (2023-08-12)

Bug Fixes

  • deps: bump @oclif/core from 2.11.7 to 2.11.8 (ff1da5a)

@prefab-cloud/prefab - 0.0.7 (2023-08-10)

Bug Fixes

@prefab-cloud/prefab - 0.0.6 (2023-08-10)

Bug Fixes

@prefab-cloud/prefab - 0.0.5 (2023-08-09)

Bug Fixes

@prefab-cloud/prefab - 0.0.4 (2023-08-06)

Bug Fixes

  • deps: bump @oclif/plugin-help from 5.2.14 to 5.2.15 (5a25888)

@prefab-cloud/prefab - 0.0.3 (2023-08-03)

Bug Fixes

  • add experimentalSpecifierResolution (a57c7e0)

@prefab-cloud/prefab - 0.0.2 (2023-07-29)

Bug Fixes

  • deps: bump @oclif/core from 2.10.0 to 2.11.1 (2a28629)

@prefab-cloud/prefab - 0.0.1 (2023-07-27)

Bug Fixes

  • deps: bump @oclif/core from 2.9.4 to 2.10.0 (27cc5bb)