Adonisjs Lucid Versions Save

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more

v19.0.0-8

5 months ago
  • chore: update peer dependencies 12a8a90

https://github.com/adonisjs/lucid/compare/v19.0.0-7...v19.0.0-8

v19.0.0-7

5 months ago
  • test: fix breaking tests ae35d24
  • refactor: update stubs to use latest APIs 0556cb5

Full Changelog: https://github.com/adonisjs/lucid/compare/v19.0.0-6...v19.0.0-7

v19.0.0-6

5 months ago
  • test: remove searchPath from postgreSQL config 4b10565
  • refactor: add connectionString config option in postgresql config 2ae295b
  • fix(orm): use naming strategy for computed field (#970) 073fee4
  • fix: mention search paths from config during db:wipe and db:truncate commands 5e99253
  • fix: make models inherit relationships 8a6f894
  • refactor: deprecate useTransaction method usage on query builder 223db39
  • fix: passing connection debug flag to relationships loaded via model instance b44d15e
  • fix: logic for wrapping existing where clauses when applying relationship constraints 45cad2e
  • chore: package update dependencies 638b150
  • fix: release connection in provider shutdown (#977) 8b839d3

What's Changed

Full Changelog: https://github.com/adonisjs/lucid/compare/v19.0.0-5...v19.0.0-6

v19.0.0-5

6 months ago
  • refactor: define vine types within the provider ceec581
  • refactor: do not promopt for db selection when --db flag is used 58244db
  • refactor: create tmp directory during configure for sqlite dialect c952219
  • feat: add unique and exists validation rules ef6fbc3
  • refactor: remove useTz flag from timestamps 0ebd2ee
  • fix: invalid migration alter stub 811e059
  • feat: add type info for db:query event 1e5bab3
  • refactor: do not import env when using sqlite driver 797957d

Full Changelog: https://github.com/adonisjs/lucid/compare/v19.0.0-4...v19.0.0-5

v19.0.0-4

6 months ago
  • ci: rename test.yml to checks.yml dfd0391
  • ci: update nodejs versions 35bad84
  • style: format source code e774c86
  • chore: update dependencies 98023de
  • feat: fix a typo in the readme (#969) 3717436

What's Changed

New Contributors

Full Changelog: https://github.com/adonisjs/lucid/compare/v19.0.0-3...v19.0.0-4

v19.0.0-3

7 months ago
  • chore: update dependencies a6f290d
  • feat(errors): use new way to define exceptions (#966) 123b275
  • fix(configure): add missing luxon install (#964) 492f476
  • fix(datetime): check equalities properly (#959) a66f901
  • fix(migrator): set primary key for schema_versions table (#957) 62e5b5e
  • fix(types): allow belongs to and has one to be null (#958) a014c21

What's Changed

Full Changelog: https://github.com/adonisjs/lucid/compare/v19.0.0-2...v19.0.0-3

v18.4.2

8 months ago
  • fix(configure): change localhost to 127.0.0.1 0417d84

Full Changelog: https://github.com/adonisjs/lucid/compare/v18.4.1...v18.4.2

v18.4.1

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/adonisjs/lucid/compare/v18.4.0...v18.4.1

v19.0.0-2

8 months ago

What's Changed

Full Changelog: https://github.com/adonisjs/lucid/compare/v19.0.0-1...v19.0.0-2

v19.0.0-1

8 months ago
  • test: fix breaking test 2cc1460
  • feat: add BaseModel.useAdapter method to define an adapter for the model 498572f
  • feat: add method to create a model adapter from database service 1f6cf33
  • refactor: remove container dependency 054554f
  • fix: bug fixes from the last release e4bd887

Full Changelog: https://github.com/adonisjs/lucid/compare/v19.0.0-0...v19.0.0-1