Releases: AthennaIO/Database
Releases · AthennaIO/Database
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
- bf95bdc Merge pull request #2 from AthennaIO/feat/vic-create-new-commands
- 6e6cc49 feat(resources): add resources implementation
- 9eea9fe test(commands): add tests for db and migration commands
- 2908f84 chore(npm): update dependencies
- 61b6a48 fix(commands): adjust logs and options on seed
- 3066f72 fix(commands): ajudst simple log string
- 066636e feat: add new commands to loader
- 702f016 feat: create migration run command
- 830ca5d feat: create migration revert command
- 89f0ca7 feat: create db wipe command
- 8936e51 feat: create db seed command
- ddf20fc chore: update packages
- ffc0994 feat(commands): add make:seeder command
- f70978b feat(commands): add make:migration command
- ff0e959 feat(db): add findOrFail and createOrUpdate methods
- 6b4fab8 refactor(env): use other env to auto connect to DB
- 2b47907 feat(todos): add some todos to project
- 77ee52b fix(errors): boot database connection in not artisan apps
- 90bfbc4 fix(errors): throw exception on error of connections
- 154eb95 fix(types): fix auto incremented int type
- e58451e feat(commands): add make:model command
- 53df870 refactor(model): disable soft delete by default
- d085e9d ci(services): remove windows because actions does not support
- 5da3b32 ci(services): run mysql/postgres in ci
- e6a2340 fix(types): adjust return type of some types
- a9b0b9f fix(coverage): improve/fix code improving coverage
- 11770fa fix(coverage): improve/fix code improving coverage
- 4291f76 refactor(configs): remove runtime configurations impl
- 771222e fix(coverage): improve/fix code improving coverage
- 8919faa fix(drivers): dont connect to database on provider boot
- 9780260 fix(drivers): fix mysql driver
- e99deb4 feat(drivers): implement sqlite driver
- 99c96b0 fix(connection): fix connection with multiple database instances
- 143bc0f feat(drivers): create mysql driver
- fcf93a4 feat(drivers): create mysql driver
- 4576953 feat(structure): move criteria and relation to models
- f448071 feat(ioc): use facades/providers internal
- b3ef9f7 feat(migrations): add revert migrations method to database
- 4b4608f chore(ioc): add database provider class
- 02751e5 feat(model): add assertions to model
- fcaf591 feat(model): add param to ignore persist only
- 20d79d7 feat(driver): add support to sub queries for relations
- c2c07e5 test(migrations): add migrations to tests
- 8217ff5 feat(core): transactions, models, criterias and relations
- d951c49 fix(exceptions): better content/help in exceptions
- e86bd06 test(core): remove runFailedTests plugin
- d9cace8 feat(core): write database and transaction class
- 71e8abd feat(drivers): implement transactions
- 6f8026f refactor(factories): remove mongoose from connection factory
- 2b58e86 test(driver): write basic postgres driver tests
- 11f1921 chore(npm): add typeorm extension and mongoose
- 8edfe3a feat(factories): implement driver/connection factories
- 860b381 feat(exceptions): create custom exceptions
- 0e5086b feat(drivers): start implementing postgres driver
- fef3430 chore(npm): add mongoose dependency
- e8b19ba chore(npm): add typeorm dependency
- 8c2268d chore(npm): replace template defaults
- cdde203 Initial commit