Skip to content

v0.0.1

Choose a tag to compare

@WillemDeGroef WillemDeGroef released this 28 Mar 13:36
· 21 commits to main since this release
4525a11

Changelog

  • 9b26c2d Initial commit
  • 081d781 Merge pull request #1 from e-invoice-be/willem/prd-211-scaffold-project-implement-auth-flow-and-peppol-me-command
  • a15082c Merge pull request #10 from e-invoice-be/willem/prd-217-implement-document-create-commands-json-ubl-pdf
  • dc1aa92 Merge pull request #11 from e-invoice-be/willem/prd-218-implement-document-send-delete-validate-and-ubl-download
  • 4525a11 Merge pull request #12 from e-invoice-be/willem/prd-220-implement-json-and-ubl-file-validation-commands
  • 1eed9ca Merge pull request #2 from e-invoice-be/willem/prd-223-add-shell-completions-stats-command-and-claudemd
  • 2e93ff7 Merge pull request #3 from e-invoice-be/willem/prd-212-build-output-framework-with-table-and-json-renderers
  • 57deb9e Merge pull request #4 from e-invoice-be/willem/prd-222-set-up-cicd-pipeline-goreleaser-and-homebrew-tap
  • dd36e1a Merge pull request #5 from e-invoice-be/willem/prd-213-implement-multi-workspace-management-commands
  • 832bb2a Merge pull request #6 from e-invoice-be/willem/prd-215-implement-document-get-and-timeline-commands
  • c4260b8 Merge pull request #7 from e-invoice-be/willem/prd-214-implement-inbox-outbox-and-drafts-list-commands
  • c6e21a5 Merge pull request #8 from e-invoice-be/willem/prd-219-implement-document-attachment-crud-commands
  • 12a48e9 Merge pull request #9 from e-invoice-be/willem/prd-216-implement-peppol-lookup-and-peppol-id-validation-commands
  • 887ee4b feat(ci): add CI/CD pipeline, goreleaser, and Homebrew tap
  • 105d56e feat(cli): add inbox, outbox, and drafts list commands
  • c4f4dab feat(cli): add shell completions, stats command, and CLAUDE.md
  • a9b9151 feat(cli): scaffold project with auth flow and peppol me command
  • 5fbb8cb feat(document): add attachment CRUD commands
  • d12c107 feat(document): add document create, send, and validate commands
  • 90658be feat(document): add document delete and UBL download commands
  • 590246c feat(document): add document get and timeline commands
  • 5722e54 feat(lookup): add Peppol lookup and validation commands
  • 88d2b9f feat(output): add output rendering framework with table and JSON renderers
  • 072aa9a feat(validate): add JSON and UBL file validation commands
  • 56cba97 feat(workspace): add multi-workspace management commands
  • 8cf8a6c fix(client): set correct Content-Type on multipart file uploads
  • 05813cf fix: check f.Close error in UBL download to satisfy errcheck lint
  • 9c05a37 fix: handle errcheck lint findings for Close calls