@fastly/compute-js-static-publish
Advanced tools
Changelog
[5.1.0] - 2023-06-12
Changelog
[5.0.1] - 2023-05-19
fastly
CLI tool detects a newer available version.Changelog
[5.0.0] - 2023-05-19
Changelog
[4.2.0] - 2023-04-26
Changelog
[4.1.0] - 2023-04-05
getAssetKeys
methodisLocal
property@fastly/compute-js-static-publish/build/compute-js
is imported.Changelog
[4.0.0] - 2023-03-23
StoreEntry
, a common interface that can be used to stream data from content assets, regardless of whether that
data exists inlined into the Wasm artifact or uploaded to Object Store.304 Not Modified
status based on If-None-Match
and If-Modified-Since
request headers.PublisherServer
class that maps incoming requests to asset paths.clean-object-store
mode can be used to remove no-longer-used entries from the Object Store.getObjectStoreKeysFromMetadata()
metadata handling utility from main package.getDefaultContentTypes()
and other content type utilities from main package.--webpack
command line option during project scaffolding.index.js
has been simplified using the PublisherServer
class instead.--root-dir
and --public-dir
. The public directory is now a PublisherServer
configuration that represents
the subset of the published files that map to the web root. This effectively adds the ability to include files in the
publishing that aren't accessible from the web (at least through PublisherServer
).static-publish.rc.js
cleaned up:
PublisherServer
-specific settings moved to server
key.