brianc / node-pg-types

Type parsing for node-postgres
268 stars 55 forks source link

Changelog with breaking changes? #144

Open spikebrehm opened 1 year ago

spikebrehm commented 1 year ago

Hello,

We use and love this package. I'm looking into upgrading from 2.x to 3.x or 4.x but I don't know what the breaking changes are. Would you consider adding a CHANGELOG.md or adding descriptions to the release tags listing breaking changes?

Thank you!

eXigentCoder commented 9 months ago

I'm on 2.x atm, when I upgraded to 4.x my const numericParser = getTypeParser(1700, 'binary'); started returning strings instead of numbers, so that's one at least