Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 693 Bytes

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 693 Bytes

CHANGELOG

v2.1.0

  • Move to monorepo
  • Move interfaces and commonly stuff to separate repo

v1.1.0

  • Improve error handling for FBP dumper
  • Improve parser error handling with debug information
  • Allow for comments and newlines in FBP files
  • Define first line comment as definition name
  • adjust dumper accordingly
  • Upgrade README

v1.0.3

Fix YAML component version range to reflect symfony 2.7 to 3.x compatibility

v1.0.2

  • improve definition
  • add more explanations on FBP DSL to README

v1.0.1

Open port names to [a-zA-Z_] to allow for mixed case ports, according to spec

v1.0.0

First stable release with basic FBP protocol implementation

v0.1.0

Initial release