Nicolas Fortin

Results 19 comments of Nicolas Fortin

Hi, and sorry for the very late answer. Being buzy on other projects. I'll investigate on it.

Before comparing the swagger files, they are slightly modified to make them easier to compare and to allow to not care about order when it's not needed. One of these...

`json-schema-ref-parser` is a dependency of `swagger-parser`, the main lib used to parse swagger files. Though, `swagger-parser` requires `json-schema-ref-parser: ^1.4.1` (even in their last version) And the 1.4.1 includes bugs they...

yeh if you can, would be great :)

@Remco75 @picodealion any news? as you can see on my previous comment I did try to make them fix in their v1 but they didn't want to. Maybe you could...

First 4 released in 0.6.0

Could be useful. Though, could you explain what are the required propreties in outputs for ? The idea of required properties for outputs is strange isn't ? Mean while you...

Sorry @koenj @stevenhabex for the delay answer. I understand the problem. 2 rules are inconvenient for output object required property: - [add-required-object-property](https://github.com/zallek/swagger-diff/blob/master/src/rules/break/add-required-object-property.js) - [edit-object-property-required](https://github.com/zallek/swagger-diff/blob/master/src/rules/break/edit-object-property-required.js) (the name isn't so good, it's...