Download Latest Version 0.16.11 source code.tar.gz (533.9 kB)
Email in envelope

Get an email when there's a new version of Pongo

Home / 0.16.10
Name Modified Size InfoDownloads / Week
Parent folder
0.16.10 source code.tar.gz 2026-02-04 533.8 kB
0.16.10 source code.zip 2026-02-04 596.2 kB
README.md 2026-02-04 801 Bytes
Totals: 3 Items   1.1 MB 0

📝 What's Changed

Added option to skip Pongo migration hash check. This could cause some friction if someone (like me) accidentally changed whitespace in a migration script. Now you can pass { ignoreMigrationHashMismatch: true } through migrate options, and the migration hash check will be disabled. What's more, it'll override the migration hash (if it existed).

  • Added dmb prefix to the migration table. It was a dmb move ( 🥁 ) to name it with a generic "migrations" name. Don't worry, it's safe: both Pongo and Emmett migrations are idempotent, so running them again will just backfill the new table. I didn't rename the old one to avoid any weird issues.

By @oskardudycz in [#150]

Full Changelog: https://github.com/event-driven-io/Pongo/compare/0.16.9...0.16.10

Source: README.md, updated 2026-02-04