Skip to content

Releases: qphl/ViewModels.Core

2.0.1-rc5

18 Nov 12:14
177a35f

Choose a tag to compare

2.0.1-rc5 Pre-release
Pre-release

Full Changelog: 2.0.0...2.0.1-rc5

v2.0.0-rc2 - Ownership Change

28 Nov 14:57

Choose a tag to compare

Fix build script output path

v2.0.0-rc1 - Ownership Change

28 Nov 14:50

Choose a tag to compare

v2.0.0 - Ownership Change

28 Nov 15:40
92ea21d

Choose a tag to compare

Ownership Transfer

As we are now working under Corsham Science, the package name, copyright information and other relevant metadata have been updated to reflect this fact.

Package Updates

The dev packages used to build and test the ViewModels.Core have been updated to their latest version. This includes the CodeStyle package, which enforced much of the name change.

Expose EntityCollections in InViewModelRepository

03 Jul 09:06
4760cb3

Choose a tag to compare

The InViewModelRepository has been updated to include public access to the underlying EntityCollections dictionary, through a property of type IReadOnlyDictionary<Type, object>.

Update Icon URL

25 Jun 13:08
8817076

Choose a tag to compare

  • Updated the Icon URL to point to the correct location on GitHub.

Improved Package Dependencies

21 Jun 15:15
8e5db95

Choose a tag to compare

  • Changed package dependency versions to ranges (Semver based; major version changes should bring breaking changes, and will need to be reviewed with package updates to support them).

Initial Release

18 Jun 10:49
39a46d3

Choose a tag to compare

The initial release of the ViewModels.Core Package.

This package includes:

  • The IViewModelReader and IViewModelWriter interfaces which allow for querying and writing to view model storage implementations.
  • A InMemoryViewModelRepository implementation which implements both IViewModelReader and IViewModelWriter, storing view models in-memory in a dictionary.
  • DuplicateKeyException, which is thrown when adding a view model to view model storage which already contains a view model with the same key.
  • EntityNotFoundException, which is thrown when attempting to access a view model via a key not present in the underling view model storage.

Release Candidate 5

15 Jun 10:25
d3fda2a

Choose a tag to compare

Release Candidate 5 Pre-release
Pre-release
1.0.0-rc5

Write docs to correct folder in release

Release Candidate 4

15 Jun 09:41

Choose a tag to compare

Release Candidate 4 Pre-release
Pre-release
1.0.0-rc4

CodeStyles as private asset