Releases: FoxSamu/badger
Releases · FoxSamu/badger
v1.0-beta.8 - Functions and evaluation endpoints
- Expressions now support various built-in functions
- Added
evalendpoints, 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
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
We somehow skipped this version in the realeases. Here it is anyway.
v1.0-beta.5 - Raw endpoints
This release introduces a new endpoint type: raw endpoints, which serve assets unmodified.
v1.0-beta.4 - Routing documentation
You can now document routes.
v1.0-beta.3 - Automatic routing reload
Routing is now dynamic, so the routing file can be changed without having to restart the server
v1.0-beta.2 - S3
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
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-Controlinto account when caching downloads
1.0-beta.0 - First beta release
First release