What's Changed (Externally visible)
- Generate full functions even for pass-through wrappers, fixes #621 by @shish in #622
- Add a hidden functions list, fixes #618 by @shish in #631
- More thorough nullability detection by @shish in #626
- Make all return types alphabetical by @shish in #624
What's Changed (Internals)
- Fix typos by @szepeviktor in #616
- Update .gitattributes by @mfn in #620
- [generator] better error handling by @shish in #623
- [generator] remove unused function by @shish in #625
- [generator] remove some redundant edge-cases by @shish in #628
- Hide a couple of parameters from stack traces by @shish in #629
- [generator] defer nullable/falsable handling by @shish in #630
- Remove another redundant "bugfix" (and in doing so, fix
pg_copy_from
) by @shish in #632 - More consistent formatting for generated files by @shish in #633
New Contributors
Full Changelog: v3.0.0...v3.0.1