All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.13.0 (2022-03-15)
- ethereum: Disable ethereum tests for the moment (#129) (e016561)
- ethereum: include js, ts and json (#125) (28e97c1)
- typo (22d6e8d)
- Add cycling loop ability per step in chains (#128) (83c4673)
- core: Extend debug response for chain contracts (#123) (a04c1fa)
- ethereum: Ethereum middleware all-in restroom (no Zenroom yet) (#120) (5648bb4)
- ethereum: Read ERC20 informations (#122) (d4e769c)
- files: πΎ Statement to store result of zenroom and its docs (#119) (78d63fb)
- Save data on ethereum and fabric encoded with base64url (#124) (080c675), closes #110
0.12.2 (2022-02-24)
Note: Version bump only for package restroom-mw
0.12.1 (2022-02-24)
Note: Version bump only for package restroom-mw
0.12.0 (2022-02-24)
0.11.0 (2022-02-18)
- create: Add --all,--zencode-dir utility options and load .env in template (#108) (456b806)
- fabric: Store and retrieve zenroom objects on fabric (#107) (d02f161)
0.10.0 (2022-02-16)
- π tests update keys as it's being passed and rewritten (#59) (52a91e7)
- Added check for the path in chains (#87) (f7dd201)
- chain: Prevent and handle infinte loop in chain execution (#73) (61a5f06), closes #72
- core: π¦ update zenroom and zencode dep to edge (#61) (71b1ffe)
- db: π Fix the database write on tables (b2a14e4), closes #45
- http: π Fix http post on endpoints (#48) (3432ea9), closes #47
- http: π Fixed http send to (#70) (a9239e6)
- http: check broken url before making the call (#65) (380ea74)
- null object keys or values for yaml chain (#90) (62175ce)
- redis: Unmarshal string on retrieve from redis (#84) (2b8285e)
- sawroom: β¬οΈ Missing dependency (5ac993a)
- sawroom: π Missing borc (92200e6)
- sawroom: π Prevent double parse, since is done in @dyne/sawroom-client (dccef52)
- Use ids as contract map keys for chains avoiding execution loops (#91) (f274a5a)
- β¨ Allow execution of .chain (β flow of contracts) (#56) (eeb52ee)
- β¨ read yaml or json in keys files (#77) (63a04dc)
- π’ Enhance message error on chain contracts (#63) (7772fb4)
- fabric: β Fabric middleware (#78) (76038c5)
- First implementation of the CLI restroom generator (#99) (cf01853)
- http: β¨ POST capabilities to the HTTP module (#76) (046fc98), closes #75
- paraller http (#88) (b6d4524), closes #79
- sawroom: β¨ Allow to save the whole zencode execution output directly on Sawroom (1bc602d), closes #41
- sawroom: β¨ Implement the RETREVE action from sawroom (762231c)
- sawroom: β¨ Write on the sawroom with the new shiny storage-tp (01ee0d7)
- sawroom: β¨ Add support for wallet in sawroom (#53) (461de54)
- shiny Timestamp mw package (#89) (7d95235), closes #86
- Updated Sawroom Wallet statements (#55) (da957ae)
0.9.2 (2020-12-15)
- sawroom: π Read and write json objects on sawroom (e8c8393)
0.9.1 (2020-12-08)
Note: Version bump only for package restroom-mw
0.9.0 (2020-12-08)
- sawroom: β¨ Sawroom middleware (#28) (a83fc77)
- zencode: β¨ Mimic zenroom contract parsing (680d712)
- ui: β‘οΈ Faster fs traversing (a398c48)
- zencode: midlleware should be carefully updated to match correctly the senteces in Zencode class
0.8.1 (2020-12-01)
Note: Version bump only for package restroom-mw
0.8.0 (2020-12-01)
0.7.1 (2020-11-20)
- core: π Fix empty object literal data when nothing is expected (c6e22e2)
- http: π Make the http work with SSL and fix
Given nothing
sentences (c614e7c)
0.7.0 (2020-11-18)
0.6.3 (2020-11-11)
- β‘οΈ Parallel building faster dev experience (6c2a934)
0.6.2 (2020-11-08)
- core: β‘οΈ Prevent EventEmitter memory leak (fb5b823)
0.6.1 (2020-11-08)
- ui: π catch unhandled promise rejection on folder scan for zencodes (523d038)
0.6.0 (2020-11-07)
- core: π₯ Remove setData/getData in favour of direct manipulatino of paramsetDa (2b1db26), closes #13