Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Minimal compatibility with RAML 1.0 #30

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

yannickroger
Copy link
Collaborator

@yannickroger yannickroger commented Jun 18, 2020

The goal of this MR is to be able to use RAML 1.0 having a 0.8 schema and the minimal modification.

The main change here are:

  • date in 0.8 is now datetime and they are various new date format that I did not implement (only added userfriendly errors and documentation).
  • When using multipart/form-data there is no schema, so I added a workaround to make the code still work without major refactoring.

Performances

No real difference noticed.

Also the test suite of this project runs at the exact same speed.

@coveralls
Copy link

coveralls commented Jun 18, 2020

Coverage Status

Coverage decreased (-0.4%) to 92.818% when pulling e772e6f on yannickroger:bump-raml into bbbc955 on RETFU:master.

README.md Show resolved Hide resolved
@yannickroger yannickroger merged commit eb99a1b into RETFU:master Jun 18, 2020
@yannickroger yannickroger deleted the bump-raml branch June 18, 2020 12:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants