Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 00:59
· 72 commits to main since this release

Changelog

  • Fields mapping support

Selected fields for lists, document libraries and search selected properties now can be aliased to have custom names.

# sharepoint.yml
# ...
spec:
  lists:
    Lists/ListEntityName:
      select:
        - Title
        # Fields mapping via `->` arrow alias, when a specific field name is considered
        - EditorId -> editor