apiaryio / gavel2html

Renders HTML diff from Gavel.js output
MIT License
0 stars 0 forks source link

Uses the latest Gavel API #19

Closed artem-zakharchenko closed 5 years ago

artem-zakharchenko commented 5 years ago

Changes

new Gavel2Html({
- dataReal
- dataExpected
- gavelResult
+ fieldName: string
+ fieldResult: FieldValidationResult
})

Motivation

Roadmap

artem-zakharchenko commented 5 years ago

Thank you! Comments addressed, PR updates. Please see once more 🙏

honzajavorek commented 5 years ago

Don't forget to push with --tags. Let me know when you merge this so I can make the release.