Skip to content

Commit

Permalink
docs: update main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 22, 2024
1 parent d2e9904 commit 3e1bbf6
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ search](https://thi.ng/#tags) of packages relevant to your use cases...**

**This project is NOT a framework and all packages can be used in isolation.**

This mono-repository is home to 192 individual TypeScript
libraries/packages and 156 example projects illustrating their usage, currently
totalling ~208k SLOC and ~4000 source files...
This mono-repository is home to 192 individual TypeScript libraries/packages and
156 example projects illustrating their usage, currently totalling ~208k SLOC
and ~4000 source files...

Unlike most other large mono-repos this one is not for a single project, but a
broad collection of jointly developed, yet independent libraries, tools and
Expand Down Expand Up @@ -186,7 +186,7 @@ visual outputs/results).

## Examples & Showcase

There's a steadily growing number (~150) of standalone examples of different
There's a steadily growing number (~155) of standalone examples of different
complexities (often combining functionality from several packages) in the
[**examples**](./examples/README.md) directory.

Expand Down Expand Up @@ -253,6 +253,16 @@ cookbooks, useful snippets etc.
feature or `develop` branches)
-->

### Latest updates

As of: 2024-04-22

| Status | Package | Version | Changelog |
|:-------------------------------------------------|:----------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------|
| ![](https://img.shields.io/badge/-feat-green) | [`@thi.ng/wasm-api`](./packages/wasm-api) | [![version](https://img.shields.io/npm/v/@thi.ng/wasm-api.svg)](https://www.npmjs.com/package/@thi.ng/wasm-api) | [changelog](./packages/wasm-api/CHANGELOG.md) |
| ![](https://img.shields.io/badge/-feat-green) | [`@thi.ng/wasm-api-bindgen`](./packages/wasm-api-bindgen) | [![version](https://img.shields.io/npm/v/@thi.ng/wasm-api-bindgen.svg)](https://www.npmjs.com/package/@thi.ng/wasm-api-bindgen) | [changelog](./packages/wasm-api-bindgen/CHANGELOG.md) |
| ![](https://img.shields.io/badge/-refactor-cyan) | [`@thi.ng/wasm-api-dom`](./packages/wasm-api-dom) | [![version](https://img.shields.io/npm/v/@thi.ng/wasm-api-dom.svg)](https://www.npmjs.com/package/@thi.ng/wasm-api-dom) | [changelog](./packages/wasm-api-dom/CHANGELOG.md) |

### Fundamentals

| Project | Version | Changelog | Description |
Expand Down

0 comments on commit 3e1bbf6

Please sign in to comment.