Skip to content

0.2.0

Compare
Choose a tag to compare
@k2nr k2nr released this 21 Nov 15:44
· 136 commits to master since this release

Breaking Changes

  • primary_key option's default has been changed to false. Now you need to specify primary_key: true for primary keys: ulid :id, primary_key: true

New Features

  • Added auto_generate option

Bug Fixes

  • Auto-generate was on for foreign keys
  • Encoded ULID was not 0-padded #1