Skip to content

v2.1.5

Latest

Choose a tag to compare

@angga7togk angga7togk released this 18 May 13:05
· 2 commits to v2 since this release
e00d8ce

What's Changed

  • feat(security): add configurable default HTTP security headers by @fiandev in #48
  • Feat/@gaman/db by @angga7togk in #49
    • Support SQL Only SQLite PostgreSQL and MySQL
    • Basic ORM Functional like: create createMany update delete find findOne where count pagination etc...
    • Model based with composeSchema and new Model(...) Type-safed by default
    • Migration System with composeMigration
    • Seeder System with composeSeeder
  • @gaman/kame by @angga7togk in in #49
    • new cmd gen:migration
    • new cmd gen:seeder
    • new cmd db:seed
    • new cmd db:migrate

Full Changelog: v2.1.4...v2.1.5