• Joined on 2023-10-08
Astrian pushed to dev at Astrian/Laterano 2025-05-21 06:33:06 +00:00
de02d090e8 refactor: fix issue
Astrian pushed to dev at Astrian/Laterano 2025-05-21 06:30:10 +00:00
b53ab5da9b refactor: fix cicd webhook issue
Astrian pushed to dev at Astrian/Laterano 2025-05-21 06:20:57 +00:00
1203bde067 refactor: enhance webhook message encoding for quality check and package publish notifications
Astrian pushed to dev at Astrian/Laterano 2025-05-21 06:18:06 +00:00
ea236c385e refactor: enhance webhook notifications for quality checks and package publishing
Astrian pushed to dev at Astrian/Laterano 2025-05-21 06:10:52 +00:00
6944b365d2 refactor: reorder import statements for better organization
Astrian pushed to dev at Astrian/Laterano 2025-05-21 06:07:47 +00:00
fe046f4500 refactor: move arrow function handler logic to a dedicated utility function
Astrian pushed to dev at Astrian/Laterano 2025-05-21 06:00:28 +00:00
8f6b4a6cd9 refactor: remove list rendering setup from component options and related utility
Astrian pushed to dev at Astrian/Laterano 2025-05-21 05:55:17 +00:00
3b344af52d refactor: move ListRenderingContext interface to types.d.ts and clean up processTemplateMarco.ts
Astrian pushed to dev at Astrian/Laterano 2025-05-21 05:53:48 +00:00
828d6b0279 refactor: improve code formatting and consistency in processTemplateMacros utility
8f80a4842e chore: process list rendering feature code into independent file
Compare 2 commits »
Astrian pushed to dev at Astrian/Laterano 2025-05-21 04:49:35 +00:00
956bdbc6f5 chore: refactor condition rendering logic by moving it to a dedicated function and updating related options
Astrian pushed to dev at Astrian/Laterano 2025-05-21 04:36:38 +00:00
15a63968ea chore: split two-way binding logic into another file
Astrian pushed to dev at Astrian/Laterano 2025-05-21 04:28:17 +00:00
9ea14fc2b9 refactor: improve formatting and readability in triggerDomUpdates and processTemplateMacros
Astrian pushed to dev at Astrian/Laterano 2025-05-21 04:24:15 +00:00
4aed034100 feat: add triggerDomUpdates utility and refactor DOM update logic in main component
df92e93e7c feat: refactor template processing by consolidating utility functions and adding processTemplateMacros
1b8b61a8d9 feat: implement parseTemplate utility and refactor component initialization
Compare 3 commits »
Astrian pushed to dev at Astrian/Laterano 2025-05-21 03:57:32 +00:00
5344a58e10 refactor: move CustomElement interface to types.d.ts
Astrian pushed to dev at Astrian/Laterano 2025-05-21 03:38:38 +00:00
5092552de2 chore: ignore vim swap file
1ff52cc0fd Add ComponentOptions type definition and update index.ts to use it
Compare 2 commits »
Astrian pushed to main at Astrian/Laterano 2025-05-16 10:19:50 +00:00
41f34fcb78 0.0.2
Astrian merged pull request Astrian/Laterano#2 2025-05-16 10:18:59 +00:00
Add Biome for lint and code quality check
Astrian pushed to main at Astrian/Laterano 2025-05-16 10:18:59 +00:00
d68f190a44 Merge pull request 'Add Biome for lint and code quality check' (#2) from dev into main
7a55cdc92e chore: add new npm command for code quality check
d5562a4d42 chore: CI/CD publish requires quality check
7c7e0e1cf2 chore: fix linting
a8b1a1512d chore: linting the files
Compare 16 commits »
Astrian created pull request Astrian/Laterano#2 2025-05-16 10:18:43 +00:00
Add Biome for lint and code quality check
Astrian pushed to dev at Astrian/Laterano 2025-05-16 09:56:11 +00:00
7a55cdc92e chore: add new npm command for code quality check