Releases: hyperware-ai/kit
Releases · hyperware-ai/kit
v3.2.1
What's Changed
- build: allow non hyperapps in hyperapp containing package by @nick1udwig in #414
- setup: make it Just Work by @nick1udwig in #415
- develop by @nick1udwig in #413
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- build: add prefix to caller utils by @nick1udwig in #370
- setup: add options & fix foundry (on linux) by @nick1udwig in #373
- build: improve hyperapps by @nick1udwig in #375
- convert usize and isize to u64 and s64 by @jurij-jukic in #378
- Fix: output a build error for hyperapp by @jurij-jukic in #379
- always use 1.85.1 toolchain by @nick1udwig in #376
- build: fix freshness detection by @nick1udwig in #383
- J/template hyperapp by @jurij-jukic in #380
- fix: skeleton-app -> hyperapp-skeleton in template by @jurij-jukic in #390
- feat: hyperapp returns any Rust type, not just Result by @jurij-jukic in #391
- fix: color coding of errors by @jurij-jukic in #381
- hyperapp skeleton docs by @jurij-jukic in #393
- feat: basic tests for hyperapp skeleton by @jurij-jukic in #397
- Feature: hyperapp support for path and method in #[http] by @jurij-jukic in #377
- aliasing, hashmaps/hashsets, serde_json::Value, 1-tuples, i128/u128 by @jurij-jukic in #402
- build: make args clearer for parsing by llms by @nick1udwig in #405
- new: update template deps (hyperapp) by @nick1udwig in #408
- develop by @nick1udwig in #369
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- build: dont crash on dot by @nick1udwig in #355
- build: fix caller-utils spoiling fresh builds of repo by @nick1udwig in #356
- build: add #[ws_client]` by @nick1udwig in #357
- build: generate hyperapp wit files in two stages to improve type capture by @nick1udwig in #358
- build: fix and update hyperapps by @nick1udwig in #359
- publish: fix hash disagreement with app store by @nick1udwig in #360
- build: remove rust http stubs by @nick1udwig in #362
- build: use snake case for ts caller-utils by @nick1udwig in #363
- build: fix ts caller-utils gen bug by @nick1udwig in #365
- Feat/ignore eth handler by @Gohlub in #367
- develop by @nick1udwig in #354
Full Changelog: v3.0.1...v3.1.0
v3.0.1
Fix a bug that stopped kit builds --features flag from working.
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Breaking change
PR #314 introduces a breaking change: all machine-generated files are now generated in a package-level target/ directory. This means that processes must update their wit_bindgen path to be one level up. For example, an old wit_bindgen invocation of
wit_bindgen::generate!({
path: "target/wit",
world: "process-v1",
});becomes
wit_bindgen::generate!({
path: "../target/wit",
world: "process-v1",
});What's Changed
- build: add hyper-bindgen by @nick1udwig in #312
- build: consolidate target dir into one at package level by @nick1udwig in #314
- build: use Result instead of SendResult by @nick1udwig in #315
- Feat/generate downstream types by @nick1udwig in #318
- build: fix target consolidation regression by @nick1udwig in #316
- build: de-hack-ify wit api generation by @nick1udwig in #317
- Better Management of WIT and caller-utils generation logs. by @Gohlub in #332
- Related to #333 (made some local git issue, so just did it on a new PR by @Gohlub in #335
- WIT type generation and consolidation by @Gohlub in #336
- build: add typescript bindings, attempt 2 by @nick1udwig in #340
- build: pull hyperware app common from process by @nick1udwig in #341
- boot*: add
--argsflag by @nick1udwig in #343 - build: improve ts generation by @nick1udwig in #345
- build: generate ts bindings for parameter-less #[http] by @nick1udwig in #346
- build: generalize wit_generator by @nick1udwig in #348
- Zhr/wit hotfix by @Gohlub in #344
- publish: add safe by @nick1udwig in #350
- develop 3.0.0 by @nick1udwig in #313
Full Changelog: v2.0.0...v3.0.0
v2.0.0
v1.0.2
What's Changed
- setup: dont bail on fake broadcast sender drop by @nick1udwig in #311
- cleanup: dont output on EIO by @nick1udwig in #310
- Develop 1.0.2 by @nick1udwig in #306
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
v1.0.0: Mainnet
What's Changed
- properly enforce kimap-safety: no caps! by @nick1udwig in #286
- v0.9.2 by @nick1udwig in #285
- chain: update fakenet, remove kinostate.json necessity by @barraguda in #290
- publish: use upgradable tba by @nick1udwig in #292
- publish: fix metadata comparison & add mock by @nick1udwig in #293
- kinode -> hyperware by @nick1udwig in #297
- Develop 1.0 by @nick1udwig in #291
- change kimap to hypermap & contract addresses by @nick1udwig in #298
- fixed check wasm32-wasip1 for new rustup version by @pgreen88 in #302
- fix fake chain by @nick1udwig in #299
- Develop: 1.0.0 by @nick1udwig in #303
New Contributors
Full Changelog: v0.9.1...v1.0.0
v0.9.1
Fix run-tests and CI.
Full Changelog: v0.9.0...v0.9.1