Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Dec 13:46

1.0.0 (2025-12-24)

Bug Fixes

  • ensure latest npm version for OIDC trusted publishing support (0756b13)
  • update CI to use Node.js 20 for semantic-release compatibility (4e50821)

Features

  • add automated CI/CD pipeline with semantic release (40adfff)
  • add Option and Result types for explicit error and optional value handling with associated utilities (1b1571d)
  • Enhance Result.flatMap to support error type unions and add initial Result, Option, and generator tests, license, and README. (27b27fc)
  • Initialize project with build, test, and linting configurations. (46789aa)