Skip to content

Commit

Permalink
uhtml v4
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Nov 12, 2023
1 parent 6596e71 commit 2795879
Show file tree
Hide file tree
Showing 63 changed files with 1,493 additions and 3,753 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16]
node-version: [20]

steps:
- uses: actions/checkout@v2
Expand All @@ -23,9 +23,9 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run coverage --if-present
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# - run: npm test
# - run: npm run coverage --if-present
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.nyc_output/
coverage/
node_modules/

cjs/*
!cjs/package.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

_micro html_ is a _~2.5K_ [lighterhtml](https://github.com/WebReflection/lighterhtml#readme) subset to build declarative and reactive UI via template literals tags.

### 📣 Community Announcement
### 📣 uhtml v4 is out

Please ask questions in the [dedicated discussions repository](https://github.com/WebReflection/discussions), to help the community around this project grow ♥
Please check the [Release Notes](https://github.com/WebReflection/uhtml/pull/86) to know more about what improved, what changed or broke and what's not there yet (or anymore).

---

Expand Down
83 changes: 0 additions & 83 deletions V0.md

This file was deleted.

8 changes: 0 additions & 8 deletions async.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions async.js

This file was deleted.

41 changes: 0 additions & 41 deletions cjs/async.js

This file was deleted.

150 changes: 0 additions & 150 deletions cjs/handlers.js

This file was deleted.

Loading

0 comments on commit 2795879

Please sign in to comment.