Skip to content

Latest commit

 

History

History
189 lines (95 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

189 lines (95 loc) · 10.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.5 (2024-04-27)

Bug Fixes

  • package.json: relax node-appwrite peer dep to be >=9.0.0 (8c94b41)

1.0.4 (2024-04-27)

1.0.3 (2024-04-27)

1.0.2 (2024-04-27)

1.0.1 (2024-01-17)

1.0.0 (2024-01-17)

Features

  • MigrationService: upsert migrations (b5f5198)

0.9.5 (2024-01-16)

Bug Fixes

  • MigrationService: invokes updateMigration after unapply, must update test cases (eafc38a)
  • MigrationService: update tests (d0f1e8a)

0.9.4 (2024-01-16)

0.9.3 (2024-01-16)

0.9.2 (2024-01-15)

0.9.1 (2024-01-15)

0.9.0 (2024-01-14)

Features

0.8.3 (2024-01-14)

0.8.2 (2024-01-14)

0.8.1 (2024-01-14)

0.8.0 (2024-01-14)

0.7.2 (2024-01-14)

Features

  • add poll utility (95f027b)
  • MigrationService: add remoteMigrations and localMigrations getters (7a74dc9)

0.7.1 (2024-01-12)

Bug Fixes

  • migrationsResetDatabase: add module export and proper function name (c66ead2)

0.7.0 (2024-01-11)

Features

  • DatabaseService: add new utility methods (b381676)
  • migrationsResetDatabase: add new utility migration which drops all collections (77d6b1c)

0.6.0 (2024-01-09)

Features

  • logging: forward error and info loggers to migration (e24551d)

0.5.2 (2024-01-08)

0.5.1 (2024-01-08)

Bug Fixes

  • Repositories: eliminate circular dependency (d173a6d)

0.5.0 (2024-01-08)

0.4.5 (2024-01-07)

0.4.4 (2024-01-07)

Bug Fixes

  • MigrationService: if a migration instance fails, throw error (89d0cff)

0.4.3 (2024-01-07)

0.4.2 (2024-01-07)

Bug Fixes

  • Migration: up was calling down, and down was calling up (f4d0911)

0.4.1 (2024-01-07)

0.4.0 (2024-01-07)

Features

  • DatabaseService: add utility methods to service instead of using utility functions (166ca0a)

0.3.0 (2024-01-06)

Features

  • domain: create DatabaseSerive, exposing defined databaseId (a19fc16)

0.2.8 (2024-01-05)

0.2.7 (2024-01-05)

0.2.6 (2024-01-05)

0.2.5 (2024-01-04)

0.2.4 (2024-01-04)

0.2.3 (2024-01-04)

Bug Fixes

  • createMigrationCollection: add missing await keyword (291aa0d)

0.2.2 (2024-01-04)

Bug Fixes

  • createMigrationCollection: add missing await keyword (291aa0d)

0.2.1 (2024-01-04)

Bug Fixes

  • createMigrationCollection: add missing await keyword (58fcaba)

0.2.0 (2024-01-04)

Bug Fixes

  • createMigrationCollection: no longer blows when migrations collection is not found (68aa269)

0.1.4 (2024-01-04)

0.1.3 (2024-01-03)

0.1.2 (2024-01-03)

0.1.1 (2024-01-03)

0.1.0 (2024-01-01)

Features

  • cli: add admt binary for easier codegen (1a7c1dd)
  • codegen: migration scaffold outputs JS file to avoid asking for built migrations before deploy (9764ea3)

0.0.5 (2023-12-31)

Bug Fixes

  • types: add exports.types so that projects with moduleResolution 'Bundler' can find them (2a72ccd)

0.0.4 (2023-12-31)

0.0.3 (2023-12-31)

Bug Fixes

  • create-migration-collection: collection attributes were not being created (2ad028c)

0.0.2 (2023-12-31)

0.0.1 (2023-12-31)