Releases: CloudCannon/flatlake
Releases · CloudCannon/flatlake
v0.4.3
v0.4.2
- Boolean data now also generates aggregate listings
v0.4.1
- Fixed aggregation on
merge_data
v0.4.0
- BREAKING: Rename collection
meta
tomerge_data
, changed from standalone object to merge into thedata
object
v0.3.0
- BREAKING: Changed collection configuration format to nest
path
withininputs
- Allows multiple inputs to merge into one collection
- Add ability to put each input under a sub key
- Allows fixed metadata to be attacked to each input
v0.2.1
- Flatlake now looks into symlinks when finding content
v0.2.0
- A new output of
flat_data
can now be set, which writes front matter keys at the root object rather than withindata
. - A new setting
outputs
has been added globally and per collection, allowing you to enable/disable single, list, and aggregate endpoints individually.
v0.1.2
- Single endpoints are output relative to their containing collection path
- Default globs to
**/*.{md}
v0.1.1
- Resolve binary npm packages correctly
v0.1.0
- Base release — configuration surface and output syntax considered unstable prior to a
1.0
release.