Skip to content

v1.4.0

Latest

Choose a tag to compare

@Marty-Byrde Marty-Byrde released this 20 Feb 16:47
a8f7b86

1.4.0 (2025-02-20)

⚠ BREAKING CHANGES

  • declared internal exports in package.json

Bug Fixes

  • changed LLM provider and model for descriptions (bccc8ff)
  • fixed npm build script to use tsconfig.build (53667d1)
  • updated auto-create-pr token name (320f279)
  • updated export in index.ts of Hellocash class (5a6a1dc)

Features

  • defined exports property in package.json (751259e)
  • exported Hellocash class within root/index.ts (79dd24e)

Miscellaneous Chores

  • declared internal exports in package.json (6596876)
  • disabled stripInternal by setting it to false (48d82e9)
  • installed tsc-alias package (a7e06fd)
  • optimized tsconfig.build exclusion array (04b4cae)
  • updated .gitignore to ignore secrets and dummy files (4ab06fb)
  • updated npm-build script to include tsc-alias (3127c12)
  • updated npmignore to exclude tsconfig.build (4879c14)
  • updated npmignore to ignore raw source files (cdf29a1)
  • updated semantic-release config (c599465)
  • updated tsconfig exclusion array (07a08c8)

CI/CD

  • added auto pull request description generator workflow (df476b1)
  • added auto-pr-description-ai workflow (5cce007)
  • added checkout step to ai description workflow (16aa6e3)
  • added indention to workflow file (9ff9bd9)
  • added pull request write permissions to workflow (0d6969b)
  • changed auto-pr-description model (8eeac0a)
  • created auto-create-pr for canary branch workflow (0edcb40)
  • fixed auto-pr-description workflow definition (6a10d20)
  • fixed indention in auto-create-pr-canary workflow (1d65925)
  • removed pr-description via commit history workflow (8dac7f2)
  • replaced workflow step with forked version (c57b4a6)

Code Refactorings

  • added default value to customer_id in rawInvoice (074b9e0)
  • added parseFloat to customer_id comparison (02d0ead)
  • changed customer-id and user_id type to number (0e43ed7)
  • created index file that re-exports /articles functions (08fd86f)
  • created index file that re-exports /categories functions (a0d70b1)
  • created index file that re-exports /customers functions (676d630)
  • created index file that re-exports /invoices functions (2d418cb)
  • parsed customer_id string to number in parseCustomer (bc067c5)
  • removed StripZodDefault type from schema infers (4588db9)