Releases: fluencelabs/aqua
Releases · fluencelabs/aqua
Aqua Compiler 0.5.2-252
Aqua Compiler 0.5.1-249
Changes since 0.5.0
- #386 #374 CLI: Pass arguments as JSON from an argument or a file
- #384 #378 CLI: protocol-level service (a.k.a builtins) as default import
- CI: Remove JAR release
- CLI: Update FluenceJS version to 0.5.1
- #381 #366 CLI: Add secret key option
--sk
- #375 CLI: Implement create_keypair to generate a new keypair
- #369 Improve topology for
par
- #368 CLI: print generated air and change log level by flag
- #365 CLI: Add init_peer_id in output
Aqua Compiler 0.5.0-243
Aqua Compiler 0.4.1-240
Changes since 0.4.0
- #355 #320 Script storage option
- #327 Closures syntax
- #352 #337 Delete duplicated errors
- #353 #322 unclear error message if parentheses are missing
- #354 #343 Compare option types properly
- #350 Pass stream arguments to callbacks properly
- #344 Pushing a stream into a stream
- #339 277 implicit canonicalization for <<- stream
Aqua Compiler 0.4.0-236
Aqua Compiler 0.3.2-232
Changes since 0.3.1
- #324 Run aqua code from CLI
- #307 Combine js and ts backends
- #313 Fix version flag
- #308 Fix slow compilation in big aqua projects
- #303 Add levenshtein distance to error messages, fix constant parsing
- #305 Check service definition fields in TS and JS, fix functions and services count in output
- #301 Error formatting, fix dry run, fix aqua extensions in imports
- #302 Generated TS format
Aqua Compiler 0.3.1-228
Changes since 0.3.0
- #300 CI: revert to w.x.y-z versioning
- #299 Use and export without
.aqua
extension, flag for a dry run, create output directories - #298 Adjust ts and js backend to support updated JS SDK public interface
- #295 Readme updates
- #297 Fix incorrect resolving pushing stream from func to a value (#275)
- #294 Fix type convertion for option type
- #289 Fix wildcard declaration
- #286 CI: Add workflow for npm publishing
- #285 Add explicit any types to satisfy typescript compiler