• Joined on 2023-10-08
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
Astrian pushed to dev at Astrian/Laterano 2025-05-16 09:52:32 +00:00
d5562a4d42 chore: CI/CD publish requires quality check
7c7e0e1cf2 chore: fix linting
a8b1a1512d chore: linting the files
Compare 3 commits »
Astrian pushed to dev at Astrian/Laterano 2025-05-16 09:43:47 +00:00
14c6c0a1ab chore: intergrate Biome for check code linting issue
Astrian deleted branch feat/biome_linter from Astrian/Laterano 2025-05-16 09:36:10 +00:00
Astrian pushed to dev at Astrian/Laterano 2025-05-16 09:36:04 +00:00
55f07fb562 Merge branch 'feat/biome_linter'
fcbee7c0b2 fix: replace “any” type declaration with “unknown” or other specific type
b1dc96783a fix: improve readability by simplifying conditional statements and replacing forEach with for-of loops
aae4a85a49 fix: enhance readability by replacing forEach with for-of loops in rendering logic
75a37043b7 fix: optimize iteration methods and improve readability in state management
Compare 10 commits »
Astrian pushed to feat/biome_linter at Astrian/Laterano 2025-05-16 09:35:11 +00:00
fcbee7c0b2 fix: replace “any” type declaration with “unknown” or other specific type
Astrian pushed to feat/biome_linter at Astrian/Laterano 2025-05-16 06:51:56 +00:00
b1dc96783a fix: improve readability by simplifying conditional statements and replacing forEach with for-of loops
Astrian pushed to feat/biome_linter at Astrian/Laterano 2025-05-16 06:19:51 +00:00
aae4a85a49 fix: enhance readability by replacing forEach with for-of loops in rendering logic
Astrian pushed to feat/biome_linter at Astrian/Laterano 2025-05-16 06:11:23 +00:00
75a37043b7 fix: optimize iteration methods and improve readability in state management
0e22cbf130 fix: streamline state retrieval logic by removing unnecessary else blocks
ba82252dd7 fix: simplify state update event triggering with optional chaining
0ce566f502 fix: refine type definitions and improve loop constructs for better clarity
Compare 4 commits »
Astrian pushed to feat/biome_linter at Astrian/Laterano 2025-05-16 05:52:16 +00:00
afff93196a chore: turn explicitly any declare check off to better focusing on other issues
Astrian pushed to feat/biome_linter at Astrian/Laterano 2025-05-16 05:45:17 +00:00
4def8050a1 feat: add biome configuration and update dependencies
Astrian created branch feat/biome_linter in Astrian/Laterano 2025-05-16 05:45:16 +00:00