Releases: sejori/peko
Releases · sejori/peko
Initial release to https://deno.land
- SSR, Static File Serving & Web-server logic by @sebringrose in https://github.com/sebringrose/peko/lib
- Example structure by @sebringrose in #13
- middleware setup by @sebringrose in #20
Full Changelog: https://github.com/sebringrose/peko/commits/v0.1.0
v2.1.0
Peko now supports bun.sh!
Check out /tests/scripts/bun.ts
to see an example server 🤓
Also, published to npm at: https://www.npmjs.com/package/@sejori/peko
What's Changed
- Update README.md by @sejori in #181
- feat: custom caching by @sejori in #182
- Update README.md by @sejori in #183
- feat: bump deno std version by @sejori in #184
- Cross engine by @sejori in #185
- feat: bun in README by @sejori in #186
- fix: Deno & Bun CI by @sejori in #187
Full Changelog: 2.0.0...2.1.0
v2.0.0
v2.0.0-beta
What's Changed
Massive refactor has happened... hence v2! 🎉
Peko no longer wraps Deno.serve
because long term I want the library to be engine agnostic. There is still work to do in achieving this, such as removing all Deno
namespace and deno/std
references (most can be replaced with simple npm packages) but this is a big first step.
Otherwise there is more documentation to write, particularly in setting up a full-stack app with React, you can see the react.md
file marking the beginning of this.
Full Changelog: 1.9.0...2.0.0-beta