2023-03-15 14:29:59 +02:00
# Changelog
2023-08-04 00:18:11 +03:00
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.8.0 to 0.8.1
2023-09-05 01:28:26 +03:00
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.8.1 to 0.8.2
2024-01-08 12:32:49 +02:00
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.11.0 to 0.11.1
2024-02-20 14:37:21 +02:00
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.11.1 to 0.11.2
2024-02-22 13:05:33 +02:00
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.11.2 to 0.12.0
2023-12-12 19:15:36 +02:00
## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.3.1...air-beautifier-v0.4.0) (2023-12-12)
### ⚠ BREAKING CHANGES
* **air-parser:** optimize Instruction type layout ([#767 ](https://github.com/fluencelabs/aquavm/issues/767 ))
### Features
* **air-parser:** optimize Instruction type layout ([#767 ](https://github.com/fluencelabs/aquavm/issues/767 )) ([1673cdf ](https://github.com/fluencelabs/aquavm/commit/1673cdf06c1fcdd9d06789b0d9d76e71d1625fea ))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.10.0 to 0.11.0
2023-09-22 00:46:21 +03:00
## [0.3.1](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.3.0...air-beautifier-v0.3.1) (2023-09-21)
### Features
* **parser,execution-engine:** allow :error: in fail ([#696 ](https://github.com/fluencelabs/aquavm/issues/696 )) ([bd80a12 ](https://github.com/fluencelabs/aquavm/commit/bd80a127eaab39f1ba02740e3e67d69cb36a699c ))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.9.0 to 0.10.0
2023-09-07 13:56:11 +03:00
## [0.3.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.2.2...air-beautifier-v0.3.0) (2023-09-07)
### ⚠ BREAKING CHANGES
* **execution-engine:** canon stream map support [fixes VM-301] ([#648 ](https://github.com/fluencelabs/aquavm/issues/648 ))
### Features
* **execution-engine:** canon stream map support [fixes VM-301] ([#648 ](https://github.com/fluencelabs/aquavm/issues/648 )) ([b4cbf8f ](https://github.com/fluencelabs/aquavm/commit/b4cbf8f621b77ba2031900f021bf20d0f27e34b8 ))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.8.2 to 0.9.0
2023-07-17 17:55:56 +03:00
## [0.2.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.1.4...air-beautifier-v0.2.0) (2023-07-16)
### ⚠ BREAKING CHANGES
* **execution-engine:** stream map to scalar conversion using canon instruction [fixes VM-294] ([#610 ](https://github.com/fluencelabs/aquavm/issues/610 ))
### Features
* **execution-engine:** Stream Map to Scalar conversion using canon instruction [fixes VM-294] ([fcb4c9d ](https://github.com/fluencelabs/aquavm/commit/fcb4c9dab43d82e87f1d6f8a83b72f6891d37bef ))
* **execution-engine:** stream map to scalar conversion using canon instruction [fixes VM-294] ([#610 ](https://github.com/fluencelabs/aquavm/issues/610 )) ([fcb4c9d ](https://github.com/fluencelabs/aquavm/commit/fcb4c9dab43d82e87f1d6f8a83b72f6891d37bef ))
### Bug Fixes
* **air-beautifier:** print fold's last_instruction ([#630 ](https://github.com/fluencelabs/aquavm/issues/630 )) ([adcf708 ](https://github.com/fluencelabs/aquavm/commit/adcf708c95baba1df319e438152a71607f52e92b ))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.7.5 to 0.8.0
2023-06-23 00:45:40 +03:00
## [0.1.4](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.1.3...air-beautifier-v0.1.4) (2023-06-22)
### Features
* **execution-engine:** Stream Map initial support [fixes VM-283,VM-284] ([#592 ](https://github.com/fluencelabs/aquavm/issues/592 )) ([9d7d34a ](https://github.com/fluencelabs/aquavm/commit/9d7d34a452cb65e968ed68decc67f3bc523a5115 ))
* **execution-engine:** StreamMap initial support for ap and new instructions [fixes VM-283,VM-284] ([9d7d34a ](https://github.com/fluencelabs/aquavm/commit/9d7d34a452cb65e968ed68decc67f3bc523a5115 ))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.7.4 to 0.7.5
2023-03-15 17:32:29 +02:00
## [0.1.3](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.1.2...air-beautifier-v0.1.3) (2023-03-15)
### Features
* **tools:** merge some tools into the `air` CLI tool ([#509 ](https://github.com/fluencelabs/aquavm/issues/509 )) ([79ac153 ](https://github.com/fluencelabs/aquavm/commit/79ac153f1dcfc0a77ec511c6e25285728312ad4c ))
2023-03-15 14:29:59 +02:00
## [0.1.2](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.1.1...air-beautifier-v0.1.2) (2023-03-15)
### Features
* **tools:** merge some tools into the `air` CLI tool ([#509 ](https://github.com/fluencelabs/aquavm/issues/509 )) ([79ac153 ](https://github.com/fluencelabs/aquavm/commit/79ac153f1dcfc0a77ec511c6e25285728312ad4c ))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.7.3 to 0.7.4