This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Releases: hypermodeinc/functions-as
Releases · hypermodeinc/functions-as
v0.9.4 (2024-07-10)
- Fix transform error when reexporting function from another file #129
v0.9.3 (2024-07-09)
v0.9.2 (2024-06-26)
- Move/rename GraphQL types to
graphql
namespace #118
v0.9.1 (2024-06-24)
v0.9.0 (2024-06-21)
Note: Requires Hypermode Runtime v0.9.0 or newer
- Add collections host functions #96
- Fixed bug in plugin build script #87
- Updated all examples to use new manifest format #94
- Support query variables of any serializable type #99
- Route
console.log
through Runtime host function #102 - Support
@embedder
decorator to denote embedded function #104 - Implement new models interface and rework examples #106
v0.7.0 (2024-05-13)
v0.6.1 (2024-04-25)
- Fixed compilation transform error when there are no host functions used. #69
v0.6.0 (2024-04-25)
Note: Requires Hypermode Runtime v0.6.0 or newer
v0.5.0 (2024-04-18)
Note: Requires Hypermode Runtime v0.5.0
- Internal metadata format has changed. #39
- Metadata includes function signatures for improved Runtime support.
- Compiling a project now outputs the metadata.
- (BREAKING) Support query parameters of different types. #40
- Further improvements to compiler output. #41
- Example project now uses a local path to the source library. #42
- Capture custom data type definitions in the metadata. #44 #52 #53 #55 #56
- Improve build scripts #46 #51
- Add environment variable to debug metadata #54
v0.4.0 (2024-03-22)
- Adds
model.generate<TData>
andmodel.generateList<TData>
#30 - (BREAKING)
model.invokeTextGenerator
has been renamed tomodel.generateText