This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +45
-13
lines changed
fury-adapter-apiary-blueprint-parser
fury-adapter-apib-serializer Expand file tree Collapse file tree 14 files changed +45
-13
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Master
4+
5+ ### Enhancements
6+
7+ - Compatibility with [ Fury 3.0.0 Beta 9] ( https://github.com/apiaryio/api-elements.js/releases/tag/fury-3.0.0-beta.9 ) .
8+
39## 3.0.0-beta.5 (2018-12-21)
410
511### Breaking
Original file line number Diff line number Diff line change 2121 "deckardcain" : " ^0.4.0"
2222 },
2323 "peerDependencies" : {
24- "fury" : " 3.0.0-beta.8 "
24+ "fury" : " 3.0.0-beta.9 "
2525 },
2626 "devDependencies" : {
2727 "chai" : " ^4.1.2" ,
2828 "eslint" : " ^5.9.0" ,
29- "fury" : " 3.0.0-beta.8 " ,
29+ "fury" : " 3.0.0-beta.9 " ,
3030 "glob" : " ^7.1.2" ,
3131 "mocha" : " ^5.0.2"
3232 },
Original file line number Diff line number Diff line change 11# Fury API Blueprint Parser Changelog
22
3+ ## Master
4+
5+ ### Enhancements
6+
7+ - Compatibility with [ Fury 3.0.0 Beta 9] ( https://github.com/apiaryio/api-elements.js/releases/tag/fury-3.0.0-beta.9 ) .
8+
39## 0.13.0-beta (2019-01-10)
410
511This update now uses drafter-npm 2.0.0-pre.1. Please see [ drafter-npm
Original file line number Diff line number Diff line change 2121 "drafter" : " 2.0.0-pre.1"
2222 },
2323 "peerDependencies" : {
24- "fury" : " 3.0.0-beta.8 "
24+ "fury" : " 3.0.0-beta.9 "
2525 },
2626 "devDependencies" : {
2727 "chai" : " ^4.1.2" ,
2828 "eslint" : " ^5.9.0" ,
29- "fury" : " 3.0.0-beta.8 " ,
29+ "fury" : " 3.0.0-beta.9 " ,
3030 "mocha" : " ^5.0.2"
3131 },
3232 "engines" : {
Original file line number Diff line number Diff line change 11# Fury API Blueprint Serializer
22
3+ ## Master
4+
5+ ### Enhancements
6+
7+ - Compatibility with [ Fury 3.0.0 Beta 9] ( https://github.com/apiaryio/api-elements.js/releases/tag/fury-3.0.0-beta.9 ) .
8+
39## 0.8.0 (2018-12-21)
410
511### Breaking
Original file line number Diff line number Diff line change 2020 "nunjucks" : " ^2.0.0"
2121 },
2222 "peerDependencies" : {
23- "fury" : " 3.0.0-beta.8 "
23+ "fury" : " 3.0.0-beta.9 "
2424 },
2525 "devDependencies" : {
2626 "chai" : " ^4.1.2" ,
2727 "eslint" : " ^5.9.0" ,
28- "fury" : " 3.0.0-beta.8 " ,
28+ "fury" : " 3.0.0-beta.9 " ,
2929 "glob" : " ^7.1.2" ,
3030 "mocha" : " ^5.0.2"
3131 },
Original file line number Diff line number Diff line change 22
33## Master
44
5+ ### Enhancements
6+
7+ - Compatibility with [ Fury 3.0.0 Beta 9] ( https://github.com/apiaryio/api-elements.js/releases/tag/fury-3.0.0-beta.9 ) .
8+
59### Bug Fixes
610
711- Fix handling of empty ` !!set ` and ` !!map ` in YAML parsing.
Original file line number Diff line number Diff line change 2525 "yaml-js" : " ^0.2.3"
2626 },
2727 "peerDependencies" : {
28- "fury" : " 3.0.0-beta.8 "
28+ "fury" : " 3.0.0-beta.9 "
2929 },
3030 "devDependencies" : {
3131 "chai" : " ^4.1.2" ,
3232 "eslint" : " ^5.9.0" ,
33- "fury" : " 3.0.0-beta.8 " ,
33+ "fury" : " 3.0.0-beta.9 " ,
3434 "mocha" : " ^5.0.2"
3535 },
3636 "engines" : {
Original file line number Diff line number Diff line change 22
33## Master
44
5+ ### Enhancements
6+
7+ - Compatibility with [ Fury 3.0.0 Beta 9] ( https://github.com/apiaryio/api-elements.js/releases/tag/fury-3.0.0-beta.9 ) .
8+
59### Bug Fixes
610
711- Removed uses of ` process.nextTick ` which could cause any exceptions raised by
Original file line number Diff line number Diff line change 2828 "z-schema" : " ^3.16.1"
2929 },
3030 "peerDependencies" : {
31- "fury" : " 3.0.0-beta.8 "
31+ "fury" : " 3.0.0-beta.9 "
3232 },
3333 "devDependencies" : {
3434 "chai" : " ^4.1.2" ,
3535 "eslint" : " ^5.9.0" ,
36- "fury" : " 3.0.0-beta.8 " ,
36+ "fury" : " 3.0.0-beta.9 " ,
3737 "glob" : " ^7.1.2" ,
3838 "mocha" : " ^5.0.2" ,
3939 "swagger-zoo" : " 2.20.0"
You can’t perform that action at this time.
0 commit comments