Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dselman dselman released this 10 Mar 17:25
· 1737 commits to master since this release

Significant Changes

Playground

  • Design and styling in place
  • Major features: import from GitHub using OAuth, import from archive, export to archive, CRUD for assets & participants, submit transactions, view README.md, edit/view package.json, edit scripts, edit models.

Loopback REST Server

  • Improvements to the generated REST API to remove unnecessary methods and provide configuration options for how to handle namespaces
  • Support concepts

Common

  • New improved grammar for Access Control Rules
  • Creation of composer-connector-hlfv1 to support running on Hyperledger V1 (work in progress)

Tools

  • Convert Google Protobuf definitions to Composer models
  • Atom plugin (simple syntax highlighting of Composer models) published to Atom marketplace
  • VSCode plugin (full parsing and validation of Composer models) published to VSCode marketplace

Samples

  • Added Corporate Bond reference data sample
  • Migrated samples to use new ACL format

Documentation and Website

  • Style improvements
  • Documentation fixes