Skip to content

Releases: GeorgeElsham/ViewExtractor

Rewrite using variadic view

18 Nov 13:28
e20b194
Compare
Choose a tag to compare

See README for new examples and API usage.

  • Major API change
  • New internals and new public API
  • No longer relies on reflection (less edge cases)
  • Can now create "multi" views (modifiers will apply to all containing views)

Lazily get view by index

26 Jul 22:36
Compare
Choose a tag to compare

You can now lazily get a view, based on its index in a ForEach.

Bug also fixed where conditional views were always creating a view.

ForEach produces multiple views

12 May 00:58
Compare
Choose a tag to compare

ForEach now creates multiple views, rather than just one. ViewExtractor also now ignores EmptyView by default, so no need to check for that anymore.

Most importantly, remember to use both initializers, otherwise the ForEach may only appear to be a single view! If a ForEach creating multiple views is undesired, wrap it in a Group.

Updated README

10 May 09:49
9984e06
Compare
Choose a tag to compare
1.0.3

Added note about when creating empty views.

Updated README example for 0 or 1 view

10 May 09:43
e0fbe3c
Compare
Choose a tag to compare

This version updates the README to show how to support initializing with 0 or 1 view. Zero views will create an EmptyView.

Installation instructions

09 May 15:39
b53558b
Compare
Choose a tag to compare

Installation instructions now included.

Initial release

24 Apr 16:35
50303fb
Compare
Choose a tag to compare

First release of ViewExtractor.