raml-org / webapi-parser

API Spec parser based on AMF. Currently supports RAML 0.8, RAML 1.0, OAS 2.0 and OAS 3.0(beta).
Other
68 stars 24 forks source link

Request: Upgrade to newest AMF version, current AMF version has a bug regarding TagModel #83

Open Serdarrr opened 4 years ago

Serdarrr commented 4 years ago

Is your feature request related to a problem? Please describe. Hi, can you guys upgrade to a more recent version of the AMF framework. Current version in webapi-parser has a bug when trying to clear / remove the tags field inside TagModel. Glady this issue has been resolved in AMF version 4.12, but raml webapi-parser uses version 4.0.3.

See issue in AMF: #582

Describe the solution you'd like Upgrade to more recent version of AMF, atleast to version 4.12.

Describe alternatives you've considered A temporally solution is to use the AMF dependencies directly (not tested).

postatum commented 4 years ago

Hi @Serdarrr.

I'm sorry you've faced a bug using our lib.

We are working on updating AMF dependency version. It takes time though because AMF API changed at some point, which in turn broke one of our lib features and isn't easily fixable.

I'll let you know when the new version is available.