Onyxframework Onyx Versions Save

Powerful framework for modern applications 💪

v0.6.1

4 years ago

New Features ✨

  • 0416317 #cookies method @ HTTP::Spec

v0.6.0

4 years ago

Dependency Updates 📦

  • 752feb0 ⚠️ breaking crystal → 0.30.1 and others

v0.5.0

4 years ago

Dependency Updates 📦

  • ef5e039 ⚠️ breaking crystal 0.28.0 → 0.29.0

v0.4.3

4 years ago

Bug Fixes 🐛

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

v0.4.2

5 years ago

Bug Fixes 🐛

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

v0.4.1

5 years ago

Bug Fixes 🐛

  • 809abc6 buildime_env macro

v0.4.0

5 years ago

New Features ✨

  • 35b7a12 ⚠️ breaking separate namespaces for Onyx modules (closes #16)
  • 35b7a12 ⚠️ breaking update Onyx::EDA to 0.3.0
  • ff89e4a, 09e5458 .transaction method @ SQL (closes #14)
  • df476d3, 6eecc40 add onyx/http/spec (closes #17)

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 📝

  • ad2d75e add versioning policy

Documentation 📚

  • 376bd00 improvements

Patrons 🕊

  • bf482f1 add Anton Yordanov

v0.3.1

5 years ago

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.2.0

5 years ago

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)

v0.3.0

5 years ago

New Features ✨

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

Bug Fixes 🐛

  • e4913a6 top-level HTTP module (fixes #13)

Dependency Updates 📦

  • a1ad755 ⚠️ breaking onyx-http → 0.7.0, onyx-rest → 0.7.0

Infrastructure 🏭

  • (CI) 15d9082 deploy on stable branch

Documentation 📚

  • (README) 351cc53 update