Skip to content

Releases: sejori/peko

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

v1.7.3

02 Mar 16:07
ff9f475
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @sebringrose in #137
  • update CacheItem key and add key generator by @navtoj in #138

New Contributors

Full Changelog: 1.7.2...1.7.3

v1.7.2

28 Feb 14:19
836e830
Compare
Choose a tag to compare

What's Changed

  • fix: server onError by @sebringrose in #135

Full Changelog: 1.7.1...1.7.2

v1.7.1

24 Feb 12:32
2fde0a1
Compare
Choose a tag to compare

Default route log on server start wasn't logging sub-router routes. Now it is :)

What's Changed

  • Hotfixes by @sebringrose in #133

Full Changelog: 1.7.0...1.7.1

v1.7.0

24 Feb 12:24
2aa9935
Compare
Choose a tag to compare

Server now extends router and can have new routers added via use method! 💪

What's Changed

  • Update README.md by @sebringrose in #125
  • [fix] lang specifier by @user6879 in #126
  • Update README.md by @sebringrose in #127
  • Update README.md by @sebringrose in #128
  • Profiler by @sebringrose in #129
  • Update README.md by @sebringrose in #131
  • Sitemaps by @sebringrose in #130
  • fix: examples by @sebringrose in #132

New Contributors

  • @user6879 made their first contribution in #126 ❤️

Full Changelog: 1.6.0...1.7.0

v1.6.0

06 Feb 16:31
bc1e031
Compare
Choose a tag to compare

What's Changed

  • feat: route.route => route.path by @sebringrose in #123
  • Static dir by @sebringrose in #124
  • Export fix by @sebringrose in #122

A lovely little utility has been added, staticDir ✨ It will recursively generate routes from a directory that use the staticHandler along with any supplied middleware. These routes are returned as an array that can be implemented via server.addRoutes!

This is a minor feature but sooo nice for dev as I can't count the amount of times I've written this logic manually, awesome to have this util.

Along with that there was a significant renaming of the route.route param to route.path, seemed quite sensible. And also, all utils and helper functions are now exported in mod.ts simply because. Happy coding 🔥

Full Changelog: 1.5.3...1.6.0

v1.5.3

30 Jan 10:42
6ee8a88
Compare
Choose a tag to compare

What's Changed

  • fix: remove malformatted linebreaks from key strings by @sebringrose in #121

Full Changelog: 1.5.2...1.5.3

v1.5.2

30 Jan 10:27
40f9394
Compare
Choose a tag to compare

What's Changed

  • fix: crypto key encoding by @sebringrose in #120

Full Changelog: 1.5.1...1.5.2

v1.5.1

30 Jan 08:59
33c17ca
Compare
Choose a tag to compare

What's Changed

  • fix: deps by @sebringrose in #119

Full Changelog: 1.5.0...1.5.1

v1.5.0

30 Jan 08:32
5b9ebff
Compare
Choose a tag to compare

What's Changed

  • Crypto update by @sebringrose in #113
  • Hotfixes by @sebringrose in #114
  • fix: auth example by @sebringrose in #115
  • feat: update docs by @sebringrose in #116
  • fix: browser cache by @sebringrose in #117
  • Update README.md by @sebringrose in #118

New look of the demo site and a badass (Google-compliant) Crypto class update 👩‍🎤 🔏

Full Changelog: 1.4.1...1.5.0