Skip to content

Releases: spiegelp/Poco.Evolved

Poco.Evolved.SQL v1.1.0

10 Nov 14:07
8cf95c9

Choose a tag to compare

Features

  • Targets .NET Standard 1.3, .NET Standard 2.0 and .NET 4.5
  • Run migrations via SQL files

Poco.Evolved.Core v1.1.0

10 Nov 14:06
8cf95c9

Choose a tag to compare

Features

  • Targets .NET Standard 1.3, .NET Standard 2.0 and .NET 4.5
  • Apply migrations async
  • Skip the initialization of the storage of installed versions

Poco.Evolved.LiteDB v1.0.0

19 Oct 20:38

Choose a tag to compare

Features

  • Implementation of Poco.Evolved.Core for LiteDB version v4.0.0
  • Targets .NET Standard 1.3, .NET Standard 2.0 and .NET 4.5

Poco.Evolved.SQL v1.0.0

07 Oct 20:21

Choose a tag to compare

Features

  • Implementation of Poco.Evolved.Core for SQL databases
  • Generic support for databases implementing standard SQL
  • Special support for:
    • Firebird
    • SQLite
  • Targets .NET Standard 2.0 and .NET 4.5

Poco.Evolved.Core v1.0.1

07 Oct 20:13

Choose a tag to compare

Bugfixes

  • Use a transaction for creating the table (or equivalent for non-SQL databases) for installed versions

Poco.Evolved.Core v1.0.0

16 Sep 19:44

Choose a tag to compare

Features

  • Abstract framework for data and schema migrations
  • Android's SQLite like migrations
  • Class based migrations
  • Targets .NET Standard 2.0 and .NET 4.5

Poco.Evolved.LiteDB v1.0.0-beta

16 Sep 19:47

Choose a tag to compare

Pre-release

Features

  • Implementation of Poco.Evolved.Core for LiteDB version v4.0.0-beta1
  • Targets .NET Standard 2.0 and .NET 4.5