This update now uses fury-adapter-swagger 0.22.3. Please see fury-adapter-swagger 0.22.3 for the list of changes.
This update now uses fury-adapter-swagger 0.22.0. Please see fury-adapter-swagger 0.22.0 for the list of changes.
This update now uses fury-adapter-swagger 0.21.0. Please see fury-adapter-swagger 0.21.0 for the list of changes.
This update now uses fury-adapter-swagger 0.20.0. Please see fury-adapter-swagger 0.20.0 for the list of changes.
- Fixes an exception being raised when trying to pass API Elements document to Fury CLI as source.
- Command line allows you to pass in an API Elements document as source.
- Annotations are now printed with the source line number.
- Compatibility with Fury 3.0.0 Beta 7.
- Added a
--shell
option, this allows you to launch a interactive repl where you can interact with the parse result.
- Updated Fury and other parser dependencies.
- Added
application/vnd.refract.parse-result+json; version=1.0
andapplication/vnd.refract.parse-result+yaml; version=1.0
formats.
- Using validate will not output a minimized parse result
- The output format
application/vnd.refract.parse-result+json; version=0.6
andapplication/vnd.refract.parse-result+yaml; version=0.6
were added which allows you to serialise to the Refract 0.6 JSON/YAML Serialisation format.
- Prevent fury-cli from erroring when handling annotations that do not contain a code.
- Update to Fury 3.0.0-beta.3 which updates Refract JSON serialisation rules to 1.0.0.
- Upgrade babel-runtime dependency to v6
- Drop support for node 0.12 and 0.10
Initial Library