atlassian / better-ajv-errors

JSON Schema validation for Human 👨‍🎤
https://atlassian.github.io/better-ajv-errors/
Other
234 stars 46 forks source link

Adapt to AJV 8 #91

Closed orgads closed 3 years ago

orgads commented 3 years ago

dataPath was replaced with instancePath.

Fixes #90.

orgads commented 3 years ago

ping?

DennisKuhn commented 3 years ago

ping?

orgads commented 3 years ago

This project seems to be abandoned. You can switch to @sidvind/better-ajv-errors (https://github.com/ext/better-ajv-errors) or @readme/better-ajv-errors (https://github.com/readmeio/better-ajv-errors).

robert-gruner commented 3 years ago

I was asking in issue #95 if there will be some maintenance. At least we got an answer there. 😟

erunion commented 3 years ago

I'm the one behind @readme/better-ajv-errors and I'd recommend using @sidvind/better-ajv-errors instead of ours because ours is primarily being used for OpenAPI parsing (along with some minor changes for our use case). So if you want pure better-ajv-errors but with Ajv 8, use sindvind's.

torifat commented 3 years ago

Thanks for your contribution. Sorry, I have been very busy lately. I'm still looking for someone internally to take over this project. #92 should cover this change too.