Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

Releases: dprice000/LazyPI

Test Build 0.2.0

10 May 23:33
Compare
Choose a tag to compare
Test Build 0.2.0 Pre-release
Pre-release

All CRUD operations have been tested for AFElement, AFAttribute, and AFEventFrame

Creating build for others to do more extensive testing.

Due to some issues with serialization a new dependency has been added(Newtonsoft Json.Net)

Test Build

29 Apr 06:33
Compare
Choose a tag to compare
Test Build Pre-release
Pre-release

Quick build to help people test out the library. General searching of AFObjects has been tested so far. There are limitations to searching. Searches do not currently have idea of paging. This means that if a tier of the tree has more than 1000 children, all children over 1000 will not be indexable.

Functionality to Test:

  • Create Element
  • Create Attribute
  • Create EventFrame
  • Update Element
  • Update Attribute
  • Update EventFrame