@discoveryjs/cli
Advanced tools
Changelog
2.7.2 (03-04-2024)
encodings
option in configs to pass into Discovery.js when supported (added in version 1.0.0-beta.83
)Changelog
2.7.0 (21-01-2024)
--experimental-jsonxl
option currently has no impact for such a payload.Changelog
2.6.1 (17-10-2023)
esbuild
to ^0.19.5
Changelog
2.6.0 (28-07-2023)
view.noscript
option to define a function, or specify a path to a module that returns a function, for generating content to be displayed within the <noscript>
tagChangelog
2.5.0 (05-04-2023)
--experimental-jsonxl
option for all the commandsdata
and cache
to return raw data without wrapping into { name, createdAt, elapsed, data: ... }
X-File-Created-At
and Last-Modified
headers in server's response to provide data birth time when possiblemodel
as is to model's app contextmeta
from model's app context (use #.model.meta
instead)build
command to output writing model files when --single-file
is specified@discoveryjs/discovery
to ^1.0.0-beta.72
Changelog
2.4.0 (20-03-2023)
embed
option in config--embed
option for serve
, build
and archive
commandsserveOnlyAssets
option in view
section of model config. These assets are included into a model only when the model is serving with serve
command, or when the model is built with --serve-only-assets
option (disabled by default)--serve-only-assets
option for build
command--entry-names
option for build
command@discoveryjs/discovery
as ^1.0.0-beta.71
Changelog
2.3.0 (19-01-2023)
--single-file
option enabled), which enabled by default--no-data-compression
option for build
and archive
commands to disable HTML embeded data compression