Skip to content

Latest commit

 

History

History
77 lines (34 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

77 lines (34 loc) · 3.4 KB

1.6.2 (2024-07-05)

Bug Fixes

  • remove input from error messages (68e4bd4)

1.6.0 (2024-06-28)

Features

  • add fastify cache and schema helpers (#22) (49aa9e6)

1.5.0 (2024-04-12)

Features

  • option to configure pg migration logging (#20) (e99bfbb)

1.4.0 (2024-02-21)

Features

1.3.3 (2023-12-06)

Bug Fixes

  • cast table name explicitly when checking for DB data (#18) (2296ff3)

1.3.2 (2023-11-17)

Bug Fixes

  • allow schema to be specified for migrations table (#17) (aa9c0dd)

1.3.1 (2023-11-16)

Bug Fixes

  • allow logging migrations (9c56c19)

1.3.0 (2023-11-01)

Features

  • add iterator and enum value handling helpers (#16) (cb263b8)

1.2.2 (2023-10-27)

Bug Fixes

  • do not include tests in build output (caca64b)

1.2.1 (2023-10-27)

Bug Fixes

  • build lib before publishing to npm (#14) (a7d918f)

1.2.0 (2023-10-26)

Features