Skip to content

Releases: martijnboland/apptext

v0.7.0

10 Feb 08:59
Compare
Choose a tag to compare

With the 0.7.0 release comes AppText.Storage.EfCore. This is a storage implementation that uses Entity Framework Core and relational databases,

In this first version, only MS SQL Server is supported, but PostgreSQL is also planned.

V0.6.2

03 Feb 11:04
7e8726a
Compare
Choose a tag to compare

AppText 0.6.2 has some small improvements, requested by users.

What's Changed

  • Cascade delete items when deleting a collection (with confirmation) by @martijnboland in #101, see also #63
  • Use IDistributedCache instead of IMemoryCache to support multi-instan… by @martijnboland in #102, see also #85

Full Changelog: v0.6.1...v0.6.2

v0.6.1

31 Jan 14:50
Compare
Choose a tag to compare

Fixed issue with missing AppTextAdmin.cshtml view.

v0.6.0

31 Jan 10:20
Compare
Choose a tag to compare

This release supports .NET 6 LTS and has updated dependencies. No new features yet.

v0.5.4

19 May 21:17
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release

This release fixes issue #42 and contains no new features.

v0.5.3

29 Dec 22:53
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

Added Swagger to docker host app (/swagger).

v0.5.2

23 Oct 13:50
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Host app for docker image now uses a fork of LiteDB.Identity to prevent file locking issues with Linux containers.

v0.5.1

21 Oct 13:41
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Small improvements in Docker image to facilitate JavaScript example app.

v0.5.0-pre6

09 Oct 10:33
Compare
Choose a tag to compare
v0.5.0-pre6 Pre-release
Pre-release

Test release for docker, see 0.5.0-pre for details.

v0.5.0

09 Oct 11:33
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

AppText v0.5.0 is the first release that also comes as a docker image (https://hub.docker.com/r/apptextio/apptext). The image contains the AppText API with Admin app and the data is stored in LiteDb on a docker volume. It also has a light custom authentication layer that can be disabled.

Other improvements:

  • You can now delete non-system apps (that have no collections);
  • When only the admin app is installed, the user is presented with the Create new app form instead of the Admin app collections;
  • Updated all referenced NuGet packages to the latest versions.