Skip to content

Releases: sejori/peko

v2.1.0

19 Oct 11:02
9874104
Compare
Choose a tag to compare

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

Full Changelog: 2.0.0...2.1.0

v2.0.0

07 Aug 10:14
20fffaf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.0...2.0.0

v2.0.0-beta

03 Aug 13:08
5fd1130
Compare
Choose a tag to compare

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

v1.9.0

03 Jul 21:00
9afb1c0
Compare
Choose a tag to compare

What's Changed

Dynamic params have been a long awaited feature. I finally needed them for another project so here they are! :D

Full Changelog: 1.8.3...1.9.0

v1.8.3

30 May 10:39
403df1b
Compare
Choose a tag to compare

What's Changed

  • feat: routeGen fcn in routesFromDir by @sejori in #173

Full Changelog: 1.8.2...1.8.3

v1.8.2

24 May 13:07
e18be3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.1...1.8.2

v1.8.1

27 Apr 11:18
f26cb2e
Compare
Choose a tag to compare

What's Changed

  • Rename server.ts to Server.ts by @sebringrose in #168
  • Http shorthand by @sebringrose in #169

Full Changelog: 1.8.0...1.8.1

v1.8.0

19 Apr 08:54
0745905
Compare
Choose a tag to compare

What's Changed

  • Restructure by @sebringrose in #152
  • fix: mod exports & windows file URL staticHandler by @sebringrose in #161
  • Update README.md by @sebringrose in #166

Full Changelog: 1.7.5...1.8.0

v1.7.5

26 Mar 12:55
e4819ba
Compare
Choose a tag to compare

What's Changed

  • fix: seperate hash/response in ssrHandler by @sebringrose in #149

Full Changelog: 1.7.4...1.7.5

v1.7.4

26 Mar 12:46
b728e26
Compare
Choose a tag to compare

What's Changed

  • apply hostname to stdServer by @navtoj in #140
  • feat: new logos from iiisun.art by @sebringrose in #141
  • fix: readme logo by @sebringrose in #142
  • New logos by @sebringrose in #143
  • Hotfixes by @sebringrose in #144
  • Update README.md by @sebringrose in #145
  • Add files via upload by @sebringrose in #146
  • Update README.md by @sebringrose in #147
  • BodyInit instead of string for SSR and CryptoHash by @sebringrose in #148

Full Changelog: 1.7.3...1.7.4