peerigon / erroz

Streamlined errors with descriptive error messages through metadata and error codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add git tags and/or a changelog

benurb opened this issue Β· comments

Hello there πŸ˜„

I tried to update erroz in one of our applications from 0.1.4 to 1.0.0 and it's really hard to find out which breaking change caused the major version bump. To me it's unclear which git commits were used to publish 0.1.4 and 1.0.0 to npm. Maybe you can make this a bit more clear πŸ‘

Ben

Sorry @benurb. That's something i wanted to start with the next release.

I think the breaking change was that i removed the toJSON function.
Additionally i added erroz.AbstractError for comparison and customizing.

The documentation on master is for the upcoming release, which i will release before christmas. Just ping me if you need help upgrading :)

Hey meaku πŸ˜„

Ok, I'll just give it a try. I'll come back to you if I need help.
Thanks!

Ben