aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts (unfollow)
Commit message (Collapse)Author
2023-08-18feat: adds instance element access + gets the todo example functionalAkshay Nair
2023-08-17feat: fixes styles for element + uses data-element for todo-list exampleAkshay Nair
2023-08-13feat: adds checkbox that doesn't work in exampleAkshay Nair
2023-08-13fix: get-var hackAkshay Nair
2023-08-13feat: adds conditionalsAkshay Nair
2023-08-13feat: adds checked test case + implements pure actions flag + minor ↵Akshay Nair
changes
2023-08-13fix: handles value attribute for set-attrAkshay Nair
2023-08-13feat: test case for todo-app with adding new itemsAkshay Nair
2023-08-13feat: adds applying css properties for instances + adds --cssx-text ↵Akshay Nair
eval + fixes issues
2023-08-13feat: adds add-children and remove-element actionsAkshay Nair
2023-08-13feat: finalizes component system. it fucking works holy shit.Akshay Nair
2023-08-12refactor: moves stuff aroundAkshay Nair
2023-08-11test: adds test for simple signup page exampleAkshay Nair
2023-08-11chore: adds prettierAkshay Nair
2023-08-11feat: adds text and inner html propertiesAkshay Nair
2023-08-11feat: complets form submit exampleAkshay Nair
2023-08-11feat: adds support for specifying element typeAkshay Nair
2023-08-11refactor: minor refactorAkshay Nair
2023-08-11feat: adds more functions for evalAkshay Nair
2023-08-11feat: supports hydration for repeat rendersAkshay Nair