Skip to content

Commit

Permalink
Changelog entry & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Jul 28, 2022
1 parent f19d254 commit 5ffefb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ _None_
- Made the `Template.render(_:)` method (that accepts a `Context`) public.
[David Jennes](https://github.com/djbe)
[#322](https://github.com/stencilproject/Stencil/pull/322)
- Enable dynamic member lookup using a new `DynamicMemberLookup` protocol. Conform your own types to this protocol to support dynamic member from with contexts.
[Ilya Puchka](https://github.com/ilyapuchka)
[#219](https://github.com/stencilproject/Stencil/issues/219)
[#246](https://github.com/stencilproject/Stencil/pull/246)

### Deprecations

Expand Down
1 change: 1 addition & 0 deletions docs/templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ following lookup:
- Dictionary lookup
- Array and string lookup (first, last, count, by index)
- Key value coding lookup
- @dynamicMemberLookup when conforming to our `DynamicMemberLookup` protocol
- Type introspection (via ``Mirror``)

For example, if `people` was an array:
Expand Down

0 comments on commit 5ffefb5

Please sign in to comment.