v0.0.71
What's Changed
The main non-documentation change is the addition of an async interface via the async_stream_zip
function (albeit using threads under the hood)
- docs: suggest that the risk of high numbers of files in many situations is fine by @michalc in #99
- docs: add order of 0 to index/homepage by @michalc in #101
- build(deps): move to govuk-eleventy-plugin v6.0.3 by @michalc in #103
- docs: use system font, and fix layout of header by @michalc in #104
- docs: make logo a bit tighter by @michalc in #105
- docs: increase letter spacing/kerning in logo by @michalc in #106
- build(deps): pin localtunnel to avoid axios vulnerability by @michalc in #107
- build(deps): add rollup-linux-x64-gnu as optional dependency by @michalc in #108
- build(deps): fix package-lock.json by @michalc in #109
- docs: add links to footer by @michalc in #111
- docs: simplify async interface by @michalc in #112
- docs: use preferred function for getting event loop by @michalc in #113
- feat: async interface by @michalc in #114
Full Changelog: v0.0.70...v0.0.71