Skip to content

Releases: dynamic-alpha/hyper

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 22:27
e2ee123

Bug Fixes

  • Preserve explicit nil in cursor default init

Build

  • Gate Clojars release on CI

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:21
8aee45c

Bug Fixes

  • Fix missing request context bindings in teardown and partial renders

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 17:28
09def3c

Bug Fixes

  • Don't drop cursor writes made during flush

Refactoring

Consolidating into hyper.core

DEPRECATION: You should no longer require hyper.protocols or hyper.client-params directly.

Maps the following into hyper.core directly:

  • action-name — wraps context/*action-name*
  • route — wraps (:hyper/route *request*)
  • Watchable — re-export of hyper.protocols/Watchable
  • client-param — re-export of hyper.client-params/client-param multimethod

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 23:14
6af97e4

Build

  • Add bb release task and drop git-cliff header

Documentation

  • Note pre-1.0 breaking-change policy

Deps

  • Pin squint via maven

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 01:11
973590d

Initial public release.