Skip to content

Releases: entropic-dev/boltzmann

Boltzmann v0.3.0-rc.1 – Experimental typescript support

23 Dec 20:25
Compare
Choose a tag to compare

This release adds experimental typescript support. Known bugs:

  • Type annotations do not flow through the test decorator
  • boltzmann.js is not copied to the build asset directory

If you find other bugs, please let us know (via the issue tracker or Slack!)

Boltzmann v0.2.0

12 Dec 23:46
v0.2.0
1ffbabd
Compare
Choose a tag to compare
  • Feature: support for OAuth login (backed by sessions) is now implemented! To enable this feature, run the scaffolder with --oauth=on. You will want to read the documentation to explore the configuration for this middleware.
  • Feature: live reloading is now supported for website development! To enable this feature, run the scaffolder with `--livereload=on.
  • Feature: You can now use fluent-schema in validators in addition to ajv. Documentation to come.
  • Feature: Asset bundling with esbuild can now be scaffolded in with --esbuild=on. Documentation to come.
  • Enhancement: The website flag now enables the templates, csrf, staticfiles, jwt, livereload, ping, and status features.
  • Enhancement: You can now set the env var HONEYCOMBIO_SAMPLE_RATE to set the sampling rate for the tracing middleware.
  • Bugfix: Bad sessions are now handled more gracefully.
  • Documentation: oauth, handleCORS, applyXFO, oauth, logging, ping, and trace middlewares with configuration are now documented.
  • Documentation: The documentation site now allows you to select the docs for your version of Boltzmann via a highly-attractive list at the top of each page.

Boltzmann v0.2.0-alpha5

09 Dec 22:48
Compare
Choose a tag to compare
Pre-release

Add fluent-schema support.

Boltzmann v0.2.0-alpha4

05 Dec 22:14
Compare
Choose a tag to compare
Pre-release

Adding a bit more context to the picker.

Boltzmann v0.2.0-alpha3

05 Dec 21:33
Compare
Choose a tag to compare
Pre-release
put hq on PATH

Boltzmann v0.2.0-alpha2

05 Dec 21:24
Compare
Choose a tag to compare
Pre-release

Testing the new docs release workflow.

Boltzmann v0.2.0-alpha1

18 Nov 23:56
Compare
Choose a tag to compare
Pre-release

Adds oauth support (for auth0), esbuild support, static file serving support, and live reloading.

Boltzmann v0.1.9

26 Oct 21:40
Compare
Choose a tag to compare
  • Fixes a performance degradation under test.

Boltzmann v0.1.8

26 Oct 19:30
Compare
Choose a tag to compare
  • Deps managed by Boltzmann will be set to Boltzmann's required value.
  • Validators (middleware.validate.body, middleware.validate.params) now work as handler-attached middleware.
  • Session middleware now takes an optional cookieOptions parameter.

Boltzmann v0.1.5

29 Sep 18:27
Compare
Choose a tag to compare

Fix a bug in 0.1.4 where boltzmann.body was not exported.