Roadmap - Happi-cat/Untech.SharePoint GitHub Wiki
Contents
Ver. 1.0.2
Status: Released.
- [FIX] Added guard block for cases when NoFilteringByContentType was selected (will prevent Add, Update operations as they can silently override content type id)
Ver. 1.0.1
Status: Released.
- [NEW] Added aliases for custom converters
Ver. 1.0
Status: Released.
- [NEW] Use site-relative list url instead of title.
- [NEW] Added class-like mapping, i.e. mapping using ContextMap, ContentTypeMap classes.
- [NEW] Added method to get attachments urls.
- [NEW] Added ability to disable default filtering by content type id.
- [NEW] Logging (Diagnostics).
- [NEW] Batch operations
- [UPD] Changes in SpContext API.
- [UPD] Updated support for Max(), Min(), Max(predicate), Min(predicate) methods.
- [UPD] Better support for Eq,Neq operations and user fields.
- [FIX] Fixed issue with local|utc dates in DateTimeFieldConverter.
- [FIX] Fixed issue with time value in CAML queries.
Ver. 0.9
Status: Released.
- [NEW] Meta and query models.
- [NEW] Mapping source API.
- [NEW] Annotation mapping source.
- [NEW] Configuration.
- [NEW] Field converters API.
- [NEW] Built-in field converters (Note, Text, Counter, Number, DateTime, Boolean only).
- [NEW] Custom field converters (Xml, Json, Enum).
- [NEW] Type and field mappers.
- [NEW] Expression tree visitors & rewriters.
- [NEW] Expression tree to Query model translator.
- [NEW] Data context API.