Fluence-js 0.14.3 changelog (#29)

This commit is contained in:
Pavel 2021-11-10 23:00:27 +03:00 committed by GitHub
parent da12c3cd48
commit ae310b4c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,18 @@ Fluence JS versioning scheme is the following: `0.BREAKING.ENHANCING`
- `BREAKING` part is incremented for each breaking API change
- `ENHANCING` part is incremented for every fix and update which is compatible on API level
## [0.14.3](https://github.com/fluencelabs/fluence-js/releases/tag/v0.14.3) November 10, 2021
**FluencePeer:**
* Extend error handling. Now aqua function calls fail early with the user-friendly error message \([\#91](https://github.com/fluencelabs/fluence-js/pull/98)\)
**Compiler support:**
* Define and export FnConfig interface \([\#91](https://github.com/fluencelabs/fluence-js/pull/97)\)
* Fix issue with incorrect TTL value in function calls config \([\#1001](https://github.com/fluencelabs/fluence-js/pull/100)\)
## [0.14.2](https://github.com/fluencelabs/fluence-js/releases/tag/v0.14.2) October 21, 2021
FluencePeer: add option to specify default TTL for all new particles \([\#91](https://github.com/fluencelabs/fluence-js/pull/91)\)