jdiegodcp / ramlfications

Python parser for RAML
https://ramlfications.readthedocs.org
Apache License 2.0
234 stars 50 forks source link

Add support for Libraries #71

Open econchick opened 8 years ago

econchick commented 8 years ago

Related roadmap page

postatum commented 8 years ago

Hi @econchick. Will addition of RAML v1.0 support break anything for RAML v0.8? (except for resource_type.optional).

econchick commented 8 years ago

Hey @postatum - I don't believe so, no. Not to the API of the library (besides optional). Mostly additions. Some to fix 0.8, most for 1.0 features.

However there was an introduction of a different repr of the RAML object; not sure if one would consider that a breaking change?