Commit Graph

79 Commits

Author SHA1 Message Date
21b0333788 chore: migrate from node to bun 2026-03-25 10:25:23 +01:00
04d2299a4c chore: migrate from node to bun 2026-03-25 10:17:14 +01:00
e776d49a77 Merge pull request 'feat: translate comments and logs to English for better accessibility' (#40) from feat/translate-to-english into main
Reviewed-on: #40
Reviewed-by: didavila <diego.davilafreitas@gmail.com>
2026-03-25 08:33:30 +00:00
f09e19265b Merge branch 'main' into feat/translate-to-english
All checks were successful
Lint / lint (pull_request) Successful in 5m58s
2026-03-25 08:25:23 +00:00
7d51b6b3db Merge pull request 'fix: fix lint in files and add a pipe for checking' (#38) from fix/fix-lint into main
Reviewed-on: #38
Reviewed-by: didavila <diego.davilafreitas@gmail.com>
2026-03-25 08:10:48 +00:00
0eb918ed71 fix: fix lint in files and add a pipe for checking
All checks were successful
Lint / lint (pull_request) Successful in 10m22s
2026-03-25 08:53:03 +01:00
didavila
5f34aa2f89 feat: translate comments and logs to English for better accessibility 2026-03-25 08:44:39 +01:00
dd6bb3e755 Merge branch 'main' into fix/fix-lint
Some checks failed
Lint / lint (pull_request) Failing after 5m58s
# Conflicts:
#	main.ts
2026-03-25 08:35:49 +01:00
700597a9e8 fix: fix lint in files and add a pipe for checking
All checks were successful
Lint / lint (pull_request) Successful in 10m28s
2026-03-25 08:33:10 +01:00
ad9a957be4 chore: bump to version v1.0.1 2026-03-25 07:23:39 +00:00
f85b981ceb Merge pull request 'feat: add tag/endpoint selection mechanism' (#35) from feat/#11 into main
Reviewed-on: #35
Reviewed-by: didavila <diego.davilafreitas@gmail.com>
2026-03-24 19:07:38 +00:00
1cd25d2b90 Merge branch 'main' into feat/#11
Some checks failed
Publish npm package / publish (push) Failing after 4m22s
v1.0.1
2026-03-24 19:59:16 +01:00
bada7ba0e9 Merge pull request 'feat: add base url mechanism' (#34) from feat/#10 into main
Reviewed-on: #34
Reviewed-by: didavila <diego.davilafreitas@gmail.com>
2026-03-24 18:53:04 +00:00
b8d2fd8582 feat: add tag/endpoint selection mechanism 2026-03-24 19:51:48 +01:00
a90f7ba078 feat: add base url mechanism 2026-03-24 19:28:28 +01:00
4aeb108c55 feat: add base url mechanism 2026-03-24 19:15:47 +01:00
a9bbf21317 chore: bump to version v1.0.0 2026-03-24 15:52:12 +00:00
324e4f458c Merge pull request 'fix: review import templates' (#33) from feat/review-imports into main
All checks were successful
Publish npm package / publish (push) Successful in 2m15s
Reviewed-on: #33
Reviewed-by: blas <me@blassanto.me>
v1.0.0
2026-03-24 15:48:22 +00:00
didavila
5229a3ad45 refactor: separate return and param imports in Clean Architecture generator 2026-03-24 16:40:34 +01:00
didavila
ca63b85086 refactor: remove unused imports section from model template 2026-03-24 16:31:17 +01:00
didavila
e008144813 refactor: normalize array type notation from Array<T> to T[] in generators and type mapper 2026-03-24 16:27:10 +01:00
didavila
73dcb6f701 Merge branch 'main' into feat/review-imports 2026-03-24 16:10:59 +01:00
ac9d4ceb99 chore: bump to version v0.0.1-alpha 2026-03-24 15:04:46 +00:00
e9bf03a4fe Merge pull request 'chore: update secrets' (#32) from chore/update-secrets into main
All checks were successful
Publish npm package / publish (push) Successful in 3m7s
Reviewed-on: #32
v0.0.1-alpha
2026-03-24 15:02:20 +00:00
didavila
e8c919ee76 feat: collect and render model imports for referenced types in Clean Architecture generation 2026-03-24 16:02:17 +01:00
87e59c4955 chore: update secrets 2026-03-24 16:01:50 +01:00
cf0ba60b91 chore: bump to version v0.0.1-alpha 2026-03-24 14:54:26 +00:00
didavila
a97c3b22fa feat: enhance TagOperation interface with detailed parameter structure and update return type handling in generator 2026-03-24 15:52:11 +01:00
didavila
031bdb4b3a feat: add classVarName to operations in generateCleanArchitecture function 2026-03-24 15:44:10 +01:00
592ed5b6e3 Merge pull request 'chore: change versioning strategy' (#31) from chore/change-versioning into main
Some checks failed
Publish npm package / publish (push) Failing after 2m1s
Reviewed-on: #31
2026-03-24 14:40:24 +00:00
92283fdadb chore: change versioning strategy 2026-03-24 15:38:49 +01:00
didavila
82b734bc55 fix: correct import paths in use cases provider and update response mapping in repository implementation 2026-03-24 15:37:34 +01:00
didavila
f4d9340137 feat: add returnTypeVarName and returnBaseTypeVarName to TagOperation interface and update generator function 2026-03-24 15:37:26 +01:00
816369bf98 Merge pull request 'chore: add config for workflow' (#30) from chore/fix-checkout-publish into main
Some checks failed
Publish npm package / publish (push) Failing after 44s
Reviewed-on: #30
2026-03-24 14:28:11 +00:00
76fbadfc8f chore: add config for workflow 2026-03-24 15:27:49 +01:00
didavila
fc3d95052c fix: update import paths for repository and mapper templates 2026-03-24 15:15:06 +01:00
didavila
3fe2333a03 feat: implement toCamelCase utility function and update Clean Architecture generator to use it 2026-03-24 15:12:52 +01:00
0740555736 Merge pull request 'chore: add config for workflow' (#29) from chore/fix-workflow-versioning into main
Some checks failed
Publish npm package / publish (push) Failing after 56s
Reviewed-on: #29
2026-03-24 14:09:18 +00:00
1381aff08e chore: add config for workflow 2026-03-24 15:08:50 +01:00
c1bb2a6244 Merge pull request 'chore: add config for workflow' (#28) from chore/fix-build into main
Some checks failed
Publish npm package / publish (push) Failing after 2m5s
Reviewed-on: #28
2026-03-24 13:57:49 +00:00
227104f9ac chore: add config for workflow 2026-03-24 14:56:48 +01:00
a8ecb15a09 Merge pull request 'chore: fix-build' (#27) from chore/fix-build into main
Reviewed-on: #27
2026-03-24 13:43:38 +00:00
didavila
c632b43f50 Merge branch 'main' into feat/review-imports 2026-03-24 14:39:40 +01:00
f53010a0e5 Merge pull request 'chore: add config for workflow' (#26) from chore/fix-publish-workflow into main
All checks were successful
Publish npm package / publish (push) Successful in 2m7s
Reviewed-on: #26
2026-03-24 13:32:30 +00:00
648a0764cd chore: add config for workflow 2026-03-24 14:31:59 +01:00
08fffa7cbb Merge pull request 'chore: add package-lock' (#25) from chore/add-package-lock into main
Some checks failed
Publish npm package / publish (push) Failing after 59s
Reviewed-on: #25
2026-03-24 13:22:43 +00:00
3c173b6bfa chore: add package-lock 2026-03-24 14:22:00 +01:00
7622073d8c Merge pull request 'chore: add workflow to push package to registry' (#24) from chore/add-publish-action into main
Some checks failed
Publish npm package / publish (push) Failing after 7m57s
Reviewed-on: #24
Reviewed-by: didavila <diego.davilafreitas@gmail.com>
2026-03-24 12:08:31 +00:00
dafcc3e0c3 chore: add workflow to push package to registry 2026-03-24 13:05:23 +01:00
didavila
dc678a3545 feat: Update main entry point and improve build script for cleaner architecture 2026-03-24 13:00:32 +01:00