All notable changes to this project will be documented in this file.
The changelog format is based on Keep a Changelog.
1.3.0 - 28-Oct-2021
- Adds HttpService abstraction for calls to REST
- Adds NodeService for /node/ submodule
- Adds ChainService for general blockchain information
- Adds AccountService for account information
- Adds NetworkService for multi-network purposes
- Adds several transformers for REST API compatibility (Mosaic, Account, Node, Chain)
- Adds dependencies: symbol-openapi-typescript-fetch-client, ripemd160, base32.js
1.1.2 - 03-Oct-2021
- Adds build steps for API Bridge Library
- Adds PluginBridge communication interface
- Adds database / storage interfaces
- Adds routing logic for app submodules