Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

81 lines (54 loc) · 1.55 KB

2.3.3

  • Updated Dependencies.

2.3.2

  • Updated Dependencies.
  • CI/CD added.
  • Dependabot configured.

2.3.1

  • Upgraded to Dart 3 example project.
  • Upgraded dependencies in example project.
  • Updated dependencies in framework.

2.3.0

  • Upgraded to Dart 3 example project.
  • Upgraded dependencies in example project.
  • Updated dependencies in framework.

2.2.0

  • Upgraded to Dart 3.
  • Updated dependencies.

2.1.3

  • Upgraded flutter.
  • Updated dependencies.

2.1.2

  • Internal methods renamed.
  • Private methods moved in extensions.
  • Documentation improved more detailed.
  • Added code examples in documentation.

2.1.1

  • Documentation improved.
  • Readme improved.
  • Example project updated.
  • Coverage improved.
  • Minor bug fixes.

2.1.0

  • Dependencies updated.
  • deleteElement method now returns a boolean on the success of the operation.
  • deleteElements method has been added to delete all elements that match the filter.
  • The getElementsWhere method has been renamed to getElements with a where parameter.
  • Unit Test updated.

2.0.2

  • Example project added.

2.0.1

  • Update dependencies.
  • Optimized filters.
  • Minor errors fixed.

2.0.0

  • Coverage improved(98% lines covered).
  • FilterDb added as a wrapper of a filter.
  • ConditionDb added used a condition of a filter.
  • When a TableDb is initialized automatically detect duplicated column names.
  • ColumnDb has modified their properties as privates and improved their names.
  • Simplification

1.1.0

  • PSQLite properties can be modified after initialize.

1.0.0

  • First release