Commit graph

69 commits

Author SHA1 Message Date
0448cd2742
Update skooma.js to handle numbers 2021-05-22 14:34:17 +02:00
63a85b7570
Fix undeclared variable 2021-05-20 13:15:05 +02:00
fb6b86bf7f
Fix undefined variable in skooma.js 2021-05-17 17:19:32 +02:00
137f586400
Add option for customized built-in elements 2021-05-17 17:18:58 +02:00
60af0773a0
Make hyphenation in consistent with browser APIs
Javascript snake-case gets turned into kebab-case in HTML

Change name attribute in example to match
2021-05-02 10:35:55 +02:00
6f85103c63 Fix skooma.js syntax for strict mode 2021-03-05 13:29:21 +01:00
c16eb29161
Extend skooma to support SVG as well as HTML 2021-02-23 19:11:25 +01:00
5f27242b3f
Fix checking for template objects in skooma.js 2021-02-23 18:55:32 +01:00
d703ae148d
Refactor BetterHTMLElement with more meta-magic 2021-02-22 22:35:05 +01:00
f97ae06d3e
Remove setup function from template.js 2021-02-22 20:24:17 +01:00
7e72b33325
Remove uppercase node special case from skooma.js 2021-02-22 20:23:41 +01:00
7a61b965ba
Rename render to skooma.js 2021-02-22 18:37:53 +01:00
24ee30f72d
Add special case for templates to render script 2021-02-22 18:37:09 +01:00
da2f082939
Improve HTML render helper 2021-02-19 21:37:44 +01:00
79af2b74d8 Add skooma-like functional DOM rendering helper 2021-02-17 11:03:21 +01:00
c8fd5b1c40 Refactor scripts into ES6 modules 2021-02-17 11:02:58 +01:00
bbbb23427a Add Better HTML element class for custom elements 2020-10-27 16:40:38 +01:00
1e6c0de2ec Add template module to more easily write templates 2020-10-27 16:29:29 +01:00
2c5a6d323e Initial commit 🎊
- Add license (Unlicense)
- Add readme with basic introduction
2020-10-27 16:28:02 +01:00