This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 18 files changed +79
-30
lines changed
fury-adapter-apiary-blueprint-parser
fury-adapter-apib-serializer Expand file tree Collapse file tree 18 files changed +79
-30
lines changed Original file line number Diff line number Diff line change 11# API Elements (JavaScript) CHANGELOG
22
3+ ## 0.2.4 (2020-04-20)
4+
5+ ### Enhancements
6+
7+ - Added ` hosts ` properties on ` Resource ` and ` Transition ` to access the "hosts"
8+ resources stored in the element attributes. ` Cateogory ` elements contain
9+ ` hosts ` so that you can access hosts categories from the "api" category.
10+
311## 0.2.3 (2019-12-05)
412
513Internal changes.
Original file line number Diff line number Diff line change 11{
22 "name" : " api-elements" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "description" : " API Elements JavaScript" ,
55 "author" : " Apiary.io <support@apiary.io>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.0.0-beta.11 (2020-04-20)
4+
5+ ### Enhancements
6+
7+ - Compatibility with [ Fury 3.0.0 Beta 14] ( https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14 ) .
8+
39## 3.0.0-beta.10 (2019-12-06)
410
511### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " fury-adapter-apiary-blueprint-parser" ,
3- "version" : " 3.0.0-beta.10 " ,
3+ "version" : " 3.0.0-beta.11 " ,
44 "description" : " Parser for Fury.js for the deprecated Apiary Blueprint language" ,
55 "author" : " Apiary.io <support@apiary.io>" ,
66 "license" : " MIT" ,
2626 "deckardcain" : " ^1.0.0"
2727 },
2828 "peerDependencies" : {
29- "fury" : " 3.0.0-beta.13 "
29+ "fury" : " 3.0.0-beta.14 "
3030 },
3131 "devDependencies" : {
3232 "chai" : " ^4.2.0" ,
3333 "eslint" : " ^5.16.0" ,
34- "fury" : " 3.0.0-beta.13 " ,
34+ "fury" : " 3.0.0-beta.14 " ,
3535 "glob" : " ^7.1.2" ,
3636 "mocha" : " ^5.2.0" ,
3737 "pegjs" : " git://github.com/dmajda/pegjs.git#02af83f9b416778878e52e2cbbc22d96e312164e"
Original file line number Diff line number Diff line change 11# Fury API Blueprint Parser Changelog
22
3+ ## 0.18.0 (2020-04-20)
4+
5+ ### Enhancements
6+
7+ - Compatibility with [ Fury 3.0.0 Beta 14] ( https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14 ) .
8+
39## 0.17.0 (2019-12-06)
410
511### Enhancements
Original file line number Diff line number Diff line change 11{
22 "name" : " fury-adapter-apib-parser" ,
3- "version" : " 0.17 .0" ,
3+ "version" : " 0.18 .0" ,
44 "description" : " API Blueprint parser for Fury.js" ,
55 "author" : " Apiary.io <support@apiary.io>" ,
66 "license" : " MIT" ,
2424 "drafter" : " 2.0.0"
2525 },
2626 "peerDependencies" : {
27- "fury" : " 3.0.0-beta.13 "
27+ "fury" : " 3.0.0-beta.14 "
2828 },
2929 "devDependencies" : {
3030 "chai" : " ^4.2.0" ,
3131 "eslint" : " ^5.16.0" ,
32- "fury" : " 3.0.0-beta.13 " ,
32+ "fury" : " 3.0.0-beta.14 " ,
3333 "mocha" : " ^5.2.0"
3434 },
3535 "engines" : {
Original file line number Diff line number Diff line change 11# Fury API Blueprint Serializer
22
3+ ## 0.14.0 (2020-04-20)
4+
5+ ### Enhancements
6+
7+ - Compatibility with [ Fury 3.0.0 Beta 14] ( https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14 ) .
8+
39## 0.13.0 (2019-12-06)
410
511### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " fury-adapter-apib-serializer" ,
3- "version" : " 0.13 .0" ,
3+ "version" : " 0.14 .0" ,
44 "description" : " API Blueprint serializer for Fury.js" ,
55 "author" : " Apiary.io <support@apiary.io>" ,
66 "license" : " MIT" ,
2424 "nunjucks" : " ^3.2.0"
2525 },
2626 "peerDependencies" : {
27- "fury" : " 3.0.0-beta.13 "
27+ "fury" : " 3.0.0-beta.14 "
2828 },
2929 "devDependencies" : {
3030 "chai" : " ^4.2.0" ,
3131 "eslint" : " ^5.16.0" ,
32- "fury" : " 3.0.0-beta.13 " ,
32+ "fury" : " 3.0.0-beta.14 " ,
3333 "glob" : " ^7.1.2" ,
3434 "mocha" : " ^5.2.0"
3535 },
Original file line number Diff line number Diff line change 11# Fury OAS3 Parser Changelog
22
3- ## Master
3+ ## 0.11.0 (2020-04-20)
44
55### Enhancements
66
7+ - Compatibility with [ Fury 3.0.0 Beta 14] ( https://github.com/apiaryio/api-elements.js/releases/tag/fury@3.0.0-beta.14 ) .
8+
79- Support for "default" response status codes.
810
911- Support for ` Server Object ` and ` Server Variable Object `
Original file line number Diff line number Diff line change 11{
22 "name" : " fury-adapter-oas3-parser" ,
3- "version" : " 0.10.2 " ,
3+ "version" : " 0.11.0 " ,
44 "description" : " Open API Specification 3 API Elements Parser" ,
55 "author" : " Apiary.io <support@apiary.io>" ,
66 "license" : " MIT" ,
2929 "yaml-js" : " ^0.2.3"
3030 },
3131 "peerDependencies" : {
32- "fury" : " 3.0.0-beta.13 "
32+ "fury" : " 3.0.0-beta.14 "
3333 },
3434 "devDependencies" : {
3535 "chai" : " ^4.2.0" ,
3636 "eslint" : " ^5.16.0" ,
37- "fury" : " 3.0.0-beta.13 " ,
37+ "fury" : " 3.0.0-beta.14 " ,
3838 "mocha" : " ^5.2.0"
3939 },
4040 "engines" : {
You can’t perform that action at this time.
0 commit comments