Skip to content

Releases: andywer/plow

v1.2.0

23 Feb 10:13
5d362bb

Choose a tag to compare

Updated pg to new major version to make plow work in node 14.

Chores

  • Update dependencies (#4)

v1.1.1

29 Mar 04:12
b94322a

Choose a tag to compare

Small patch, fixing a database seeding issue.

Bug fixes

  • Resolve seed file path correctly (#3)

v1.1.0

19 Jan 16:57
cb298ee

Choose a tag to compare

A new minor release, shipping some connection handling improvements and a small configuration fix.

  • Try connecting longer if database is still starting up (#1)
  • Prefer CLI options over environment vars for configuration (#2)

v1.0.0

07 Jan 08:09
140359c

Choose a tag to compare

Initial release 🚀

Does all the basics…

  • Migrations
  • Seeding
  • Usage as docker image
  • Usage as CLI tool
  • Usage as node library