Skip to content

Releases: FoxSamu/badger

v1.0-beta.8 - Functions and evaluation endpoints

14 Oct 16:10

Choose a tag to compare

  • Expressions now support various built-in functions
  • Added eval endpoints, which evaluate expressions and return the resulting values as text
  • Fixed a bug where evaluation failure would result in a partial HTTP transfer

v1.0-beta.7 - Bulk endpoints

07 Oct 20:09

Choose a tag to compare

Bulk endpoints allow one to supply a list of entries to be generated in bulk.

Also we skipped v1.0-beta.6 for some reason, I don't know how that happened. (update: it is now here)

v1.0-beta.6 - The skipped update

07 Oct 20:11

Choose a tag to compare

We somehow skipped this version in the realeases. Here it is anyway.

v1.0-beta.5 - Raw endpoints

21 Sep 20:29

Choose a tag to compare

This release introduces a new endpoint type: raw endpoints, which serve assets unmodified.

v1.0-beta.4 - Routing documentation

20 Sep 18:53

Choose a tag to compare

You can now document routes.

v1.0-beta.3 - Automatic routing reload

20 Sep 18:05

Choose a tag to compare

Routing is now dynamic, so the routing file can be changed without having to restart the server

v1.0-beta.2 - S3

20 Sep 15:45

Choose a tag to compare

Assets can now be loaded from different sources, so called Asset Sources.

  • Local asset source specifies a directory on the local file system to load assets from
  • Minio asset source specifies a Minio endpoint and bucket to load assets from
  • Empty asset source specifies no assets exist

v1.0-beta.1

19 Sep 01:12

Choose a tag to compare

Various fixes and features:

  • Rect layers can now have borders
  • Image, Rect and SVG layers can now have corner rounding
  • Asset manager should now take Cache-Control into account when caching downloads

1.0-beta.0 - First beta release

19 Sep 01:08

Choose a tag to compare