Releases: junobuild/juno-js
Releases · junobuild/juno-js
v0.0.85
@junobuild/core
Features
- Add a new filter to list documents and assets with fields
createdAt
andupdatedAt
.
@junobuild/admin|config
Features
- Support for new option
maxMemorySize
for Datastore and Storage.
v0.0.84
@junobuild/config
Features
- For consistency on Juno, let's rename
wasmMemoryLimit
intoheapMemoryLimit
.
v0.0.83
@junobuild/config
Features
- Module settings are optional.
v0.0.82
@junobuild/*
Build
- Bump agent-js v1.4.0
@junobuild/config
Features
- Add types for module settings.
v0.0.81
@junobuild/core
Features
- Expose a function
downloadUrl
which can be use to compute an URL to an asset which contains the default domain.
v0.0.80
@junobuild/core
Refactoring
- Uploading assets was moved to a library
@junobuild/assets
which we can use as standalone to chunk assets.
v0.0.79
v0.0.78
@junobuild/cli-tools
Features
- Add
assertAnswerCtrlC
to the utilities.
v0.0.77
@junobuild/admin
Fix
- Provide
version
field inlistRules
andlistCustomDomains
.
v0.0.76
@junobuild/config-loader
Features
- When checking if
juno.config
exits, check if the file is also a file and not, for example, a directory.