Releases: diogob/postgres-copy
Releases · diogob/postgres-copy
v1.7.2
v1.7.0
v1.6.1
It was about time for a 1.0 :P
No breaking changes, so forgive me for the major version bump, but the behaviour changed a bit as now we can skip lines when we yield a block to transform data in copy_from
and the block return all attributes as nil.
Thanks to @redterror for the PR.