Skip to content

Releases: EM-Enterprise/HelloCash-API

v1.4.0-canary.9

07 Apr 11:10

Choose a tag to compare

v1.4.0-canary.9 Pre-release
Pre-release

1.4.0-canary.9 (2026-04-07)

Bug Fixes

  • transformed article_category_id to handle null values (cf91099)

Tests

  • added test-case to check validity of customers schema (db22f66)
  • updated test-case assertions (97488f0)
  • updated test-case by adding filters (8788b53)

Code Refactorings

  • added ZodEffects to schemaDefaults switch (2607e83)
  • downgraded action version in publish-docs wf (85dea35)
  • updated github-pages action versions (1235e3d)

v1.5.0-canary.1

26 Feb 16:53

Choose a tag to compare

v1.5.0-canary.1 Pre-release
Pre-release

1.5.0-canary.1 (2025-02-26)

Code Refactorings

  • downgraded action version in publish-docs wf (6bae7bf)
  • updated github-pages action versions (056e5cd)

v1.4.0

20 Feb 16:47
a8f7b86

Choose a tag to compare

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)

v1.4.0-canary.8

20 Feb 16:43

Choose a tag to compare

v1.4.0-canary.8 Pre-release
Pre-release

1.4.0-canary.8 (2025-02-20)

Bug Fixes

  • changed LLM provider and model for descriptions (bccc8ff)

v1.4.0-canary.7

20 Feb 13:15

Choose a tag to compare

v1.4.0-canary.7 Pre-release
Pre-release

1.4.0-canary.7 (2025-02-20)

Bug Fixes

  • updated auto-create-pr token name (320f279)

v1.4.0-canary.6

20 Feb 13:11
332ad56

Choose a tag to compare

v1.4.0-canary.6 Pre-release
Pre-release

1.4.0-canary.6 (2025-02-20)

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)

v1.4.0-canary.5

14 Feb 07:13
211caa9

Choose a tag to compare

v1.4.0-canary.5 Pre-release
Pre-release

1.4.0-canary.5 (2025-02-14)

Bug Fixes

  • updated export in index.ts of Hellocash class (5a6a1dc)

v1.4.0-canary.4

14 Feb 07:09
2ae529c

Choose a tag to compare

v1.4.0-canary.4 Pre-release
Pre-release

1.4.0-canary.4 (2025-02-14)

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)
  • parsed customer_id string to number in parseCustomer (bc067c5)

v1.4.0-canary.3

28 Jan 08:57
ea24f4d

Choose a tag to compare

v1.4.0-canary.3 Pre-release
Pre-release

1.4.0-canary.3 (2025-01-28)

⚠ BREAKING CHANGES

  • declared internal exports in package.json

Bug Fixes

  • fixed npm build script to use tsconfig.build (53667d1)

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)
  • optimized tsconfig.build exclusion array (04b4cae)
  • updated npmignore to exclude tsconfig.build (4879c14)
  • updated npmignore to ignore raw source files (cdf29a1)
  • updated tsconfig exclusion array (07a08c8)

Code Refactorings

  • 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)
  • removed StripZodDefault type from schema infers (4588db9)

v1.4.0-canary.2

28 Jan 08:29
3663d86

Choose a tag to compare

v1.4.0-canary.2 Pre-release
Pre-release

1.4.0-canary.2 (2025-01-28)

Miscellaneous Chores

  • installed tsc-alias package (a7e06fd)
  • updated .gitignore to ignore secrets and dummy files (4ab06fb)
  • updated npm-build script to include tsc-alias (3127c12)