Skip to content

Releases: fluencelabs/aqua

Aqua Compiler 0.5.2-252

24 Dec 09:59
082293a
Compare
Choose a tag to compare

Changes since 0.5.1

  • #390 Upload file to Fluence IPFS sidecar
  • #371 Topology refactoring & fixes
  • #388 Fix error when no variables in arguments

Aqua Compiler 0.5.1-249

10 Dec 11:44
71ea87a
Compare
Choose a tag to compare

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

24 Nov 06:58
ae27dcb
Compare
Choose a tag to compare

Changes since 0.4.1

  • #360 Improve run command: stringify output objects, add timtout option
  • #358 Support new fluenceJS version in run command. Print results of a function
  • #359 #321 restricted stream scopes

Aqua Compiler 0.4.1-240

10 Nov 10:15
3665abe
Compare
Choose a tag to compare

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

25 Oct 19:36
dacf4d6
Compare
Choose a tag to compare

Changes since 0.3.2

  • #336 Fix target resolving
  • #338 Wrap for par with par null
  • #335 Replace null to undefined in json to register services and functions properly
  • #334 Support v2 FluenceJS API with async functions
  • #328 bugfix: Automatically add node_modules dir to imports

Aqua Compiler 0.3.2-232

13 Oct 08:31
3844d8f
Compare
Choose a tag to compare

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

13 Sep 10:49
84141bb
Compare
Choose a tag to compare

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

Aqua Compiler 0.3.0-222

08 Sep 10:42
7556db0
Compare
Choose a tag to compare

Changes since 0.2.2

  • #278 Use .js file in aqua command by default
  • #251 Add support for the new features of JS SDK
  • #260 Upper cased constants
  • #274 Fixes version display and empty module compilation (fixes #264 #265)

Aqua Compiler 0.2.2-221

03 Sep 11:41
835a7f7
Compare
Choose a tag to compare

Changes since 0.2.1

  • #267 JS: fix invalid imports (fixes #263)
  • #262 increase version to publish aqua-cli
  • #259 Typesafety in interpreters

Aqua Compiler 0.2.1-219

31 Aug 10:27
3e7b11d
Compare
Choose a tag to compare

Changes since 0.2.0

  • #258 Imports/exports fixes
  • #256 Add JS build to package and to integration tests