Skip to content

Commit

Permalink
chore(release): v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 20, 2024
1 parent 1be83a7 commit 53b02bc
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 1 deletion.
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,79 @@
# Changelog

## v0.0.3

[compare changes](https://github.com/pi0/capnp-es/compare/v0.0.2...v0.0.3)

### 🚀 Enhancements

- **compiler:** Enums as typed plain objects ([d316d8b](https://github.com/pi0/capnp-es/commit/d316d8b))
- **cli:** Allow directly passing path to capnp files ([7eb8f86](https://github.com/pi0/capnp-es/commit/7eb8f86))
- Use getter/setter for struct ([88504dd](https://github.com/pi0/capnp-es/commit/88504dd))
- Compile schemas from source ([1d7bf84](https://github.com/pi0/capnp-es/commit/1d7bf84))
- Experimental RPC level 1 ([#3](https://github.com/pi0/capnp-es/pull/3))
- Support iterator lists ([bbd512a](https://github.com/pi0/capnp-es/commit/bbd512a))
- Implement Array interface for List ([8e80a25](https://github.com/pi0/capnp-es/commit/8e80a25))
- Improve inspection of pointers ([1fd6341](https://github.com/pi0/capnp-es/commit/1fd6341))
- Generate basic jsdocs ([1be83a7](https://github.com/pi0/capnp-es/commit/1be83a7))

### 🔥 Performance

- Use native `TextEncoder` and `TextDncoder for text ([1b41d55](https://github.com/pi0/capnp-es/commit/1b41d55))

### 🩹 Fixes

- Update text ([25d7470](https://github.com/pi0/capnp-es/commit/25d7470))

### 💅 Refactors

- Shorter code gen ([1feaf4a](https://github.com/pi0/capnp-es/commit/1feaf4a))
- Better src/pointers structure ([39d7049](https://github.com/pi0/capnp-es/commit/39d7049))
- Rename std to capnp ([7abfafc](https://github.com/pi0/capnp-es/commit/7abfafc))
- Decouple struct and pointer utils from class ([b19e4e1](https://github.com/pi0/capnp-es/commit/b19e4e1))

### 📦 Build

- Mark typescript as optional peer dependency ([7b67d8c](https://github.com/pi0/capnp-es/commit/7b67d8c))

### 🏡 Chore

- Update badges ([0a71473](https://github.com/pi0/capnp-es/commit/0a71473))
- Ignore CHANGELOG.md ([7042e6a](https://github.com/pi0/capnp-es/commit/7042e6a))
- **release:** V0.0.2 ([efbc3ff](https://github.com/pi0/capnp-es/commit/efbc3ff))
- Add basic benchmark results ([e60a1f2](https://github.com/pi0/capnp-es/commit/e60a1f2))
- Update readme ([969d14d](https://github.com/pi0/capnp-es/commit/969d14d))
- Update bench scripts ([da916dc](https://github.com/pi0/capnp-es/commit/da916dc))
- Lint ([cc725d5](https://github.com/pi0/capnp-es/commit/cc725d5))
- Update badges ([7107a56](https://github.com/pi0/capnp-es/commit/7107a56))
- Update bench ([365433b](https://github.com/pi0/capnp-es/commit/365433b))
- Remove bench section for now ([bada07e](https://github.com/pi0/capnp-es/commit/bada07e))
- Update readme ([488c3e1](https://github.com/pi0/capnp-es/commit/488c3e1))
- Update bench ([6fb0e00](https://github.com/pi0/capnp-es/commit/6fb0e00))
- Apply automated updates ([f7ba098](https://github.com/pi0/capnp-es/commit/f7ba098))
- Update readme ([d31dc5e](https://github.com/pi0/capnp-es/commit/d31dc5e))
- Apply automated updates ([8802b6c](https://github.com/pi0/capnp-es/commit/8802b6c))
- Fix typescheck issue ([8de8bd6](https://github.com/pi0/capnp-es/commit/8de8bd6))
- Update readme ([f83dc5c](https://github.com/pi0/capnp-es/commit/f83dc5c))
- Update readme ([347c98c](https://github.com/pi0/capnp-es/commit/347c98c))
- Update readme ([03f008e](https://github.com/pi0/capnp-es/commit/03f008e))
- Update reademe ([5407678](https://github.com/pi0/capnp-es/commit/5407678))
- Update readme ([dd53972](https://github.com/pi0/capnp-es/commit/dd53972))
- Update repo ([dc4f0e2](https://github.com/pi0/capnp-es/commit/dc4f0e2))
- Fix bench ([fb5f55e](https://github.com/pi0/capnp-es/commit/fb5f55e))
- Add profile scripts ([52e6729](https://github.com/pi0/capnp-es/commit/52e6729))

### ✅ Tests

- Run compile e2e within vitest ([96cf7f5](https://github.com/pi0/capnp-es/commit/96cf7f5))

### 🤖 CI

- Use node 22 ([cd55407](https://github.com/pi0/capnp-es/commit/cd55407))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v0.0.2

[compare changes](https://github.com/pi0/capnp-es/compare/v0.0.1...v0.0.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capnp-es",
"version": "0.0.2",
"version": "0.0.3",
"description": "TypeScript implementation of the Cap'n Proto serialization.",
"repository": "pi0/capnp-es",
"license": "MIT",
Expand Down

0 comments on commit 53b02bc

Please sign in to comment.