Skip to content

Releases: onyxframework/onyx

v0.6.1

13 Aug 11:16
v0.6.1
Compare
Choose a tag to compare

New Features ✨

  • 0416317 #cookies method @ HTTP::Spec

v0.6.0

13 Aug 11:15
v0.6.0
Compare
Choose a tag to compare

Dependency Updates 📦

  • 752feb0 ⚠️ breaking crystal → 0.30.1 and others

v0.5.0

09 Jun 10:58
v0.5.0
Compare
Choose a tag to compare

Dependency Updates 📦

  • ef5e039 ⚠️ breaking crystal 0.28.0 → 0.29.0

v0.4.3

28 May 21:21
v0.4.3
Compare
Choose a tag to compare

Bug Fixes 🐛

  • 36f30e5 respect proc endpoints' return values @ HTTP (fixes #21)

v0.4.2

08 May 07:35
v0.4.2
Compare
Choose a tag to compare

Bug Fixes 🐛

  • 3fed88b make tests useful @ HTTP::Spec (fixes #20)

v0.4.1

01 May 07:53
v0.4.1
Compare
Choose a tag to compare

Bug Fixes 🐛

v0.4.0

16 Apr 19:09
v0.4.0
Compare
Choose a tag to compare

New Features ✨

Dependency Updates 📦

  • 7f91ee7 onyx-http → 0.8.0, onyx-sql → 0.8.0, onyx-eda → 0.3.0

Infrastructure 🏭

  • ac6ce0d update global env on dependant builds @ C

README 📝

Documentation 📚

Patrons 🕊

v0.3.1

24 Mar 12:34
v0.3.1
Compare
Choose a tag to compare

New Features ✨

  • ee73ca9 d5c5251 benchmarking environment
    Pass benchmarking as CRYSTAL_ENV to enable benchmarking mode which would mute all the output.

Infrastructure 🏭

  • (CI) 2507b84 optimize .travis.yml
  • (CI) dc4c2ca deploy docs on releases only
  • (CI) bf4fcb9 trigger dependant builds

v0.3.0

10 Mar 19:27
v0.3.0
Compare
Choose a tag to compare

New Features ✨

  • 3a98a1a change default port to 127.0.0.1 (closes #12)

Bug Fixes 🐛

Dependency Updates 📦

Infrastructure 🏭

  • (CI) 15d9082 deploy on stable branch

Documentation 📚

v0.2.0

10 Mar 19:27
Compare
Choose a tag to compare

New Features ✨

  • (HTTP) f81f19c ⚠️ breaking reuse_port is false by default (closes #8)
  • 0db87eb ⚠️ breaking require "onyx/env" and "onyx/logger" on requiring "onyx" and components
  • (REST) f394f8b extend Onyx.render functionality, add template renderer support
  • (REST, HTTP) 2b67fa7 add cors argument to Onyx.listen (closes #11)

Bug Fixes 🐛

  • (Env) 6736cec *_env methods use MacroID (fixes #7)