Releases: junobuild/juno-js
Releases · junobuild/juno-js
v0.0.138
@junobuild/config
Features
- Support
ids
for Orbiter injuno.config
.
v0.0.137
@junobuild/functions
Features
- All the remaining SDK, IC-CDK and utitily functions for a first official release of the serverless functions in TypeScript on Juno.
v0.0.136
@junobuild/admin
Breaking
- Deprecated
satelliteBuildVersion()
which seems utilized only in the Console UI which will be adapted anyway.
Features
- Get Mission Control, Orbiter and Satellite
version()
fromjuno:package
and fallback onto deprecated endpoints. - Build Satellite type - stock or extended - from
juno:package
and fallback onto deprecated endpoints. - Update did files to deprecate
version()
andbuild_version()
end points.
@junobuild/config
Features
- Add constants for packages
@junobuild/mission-control
and@junobuild/orbiter
.
v0.0.135
@junobuild/*
Build
- Bump lastet dev dependencies.
@junobuild/admin
Features
- Add utility to find Juno Package dependency.
@junobuild/config
Features
- Expose constants for the Juno Package dependencies Satellite and Sputnik.
v0.0.134
@junobuild/admin
Features
- Disable agent-js
console.warn
when fetching WASM public custom sections.
v0.0.133
@junobuild/*
Features
- Update DID types.
- Remove unused deprecated DID types in Storage lib.
- Add Sputnik DID types to Code lib.
@junobuild/config
Features
- Define types and schema for
juno:package
WASM public custom section.
Build
- Add Zod as peer dependency.
@junobuild/admin
Features
- Add support for reading
juno:package
from WASM public custom section. - Add a shorthand to solely read the
version
fromjuno:package
.
@junobuild/cli-tools
Features
- Add option
banner
tobuildEsm
.
v0.0.132
@junobuild/functions
Features
- Add controllers related functions to SDK.
Refactoring
- Extract repeated caller normalizer.
@junobuild/cli-tools
Features
- Utils to read specific fields of a
package.json
file.
v0.0.131
@junobuild/functions
Features
- Many changes, including breaking ones, were made to add support for storage hooks and assertions.
v0.0.130
@junobuild/functions
Fix
- Zod workaround to resolve "Type 'k' cannot be used to index type..." when build with
tsc
.
v0.0.129
@junobuild/functions
Features
- Accept definitions with empty collections for assertions and hooks. This is useful for generating templates and can be clarified through documentation.