We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Typo in variable name
Fix formatting issues (no space between # and its heading text)
Updated How to Compose an EventStream Well (markdown)
Fix headers not rendering properly
Fix formatting issues on headers and subpoint indententation in lists
Properly indent subpoints
Updated ReactFX vs ReactiveX (markdown)
Updated Error Handling (markdown)
Updated InhiBeans (markdown)
Fix broken link to StateMachine page
Include new page on StateMachine
Update name of page
Added page about StateMachine
Fix typo: Subscription#multi is the correct method, not Subscription#combine
Update ToC to include Val and Var pages
Capitalize "Instance
Update the title so that it reads better (previous commit's update didn't display the hyphen between main and sub points)
Update the title to better separate main and subpoint
Added a page explaining how to create a Val and Var instance as well as explaining the Property<Number> implementation and its workarounds
Added a page explaining Val and Var briefly by summarizing Tomas' main points and referencing his blog posts' links so that they'll be found more easily by new users of this library.
Removed typo from previous page reorganizing that used copy & paste: sentence ended with ", see"
Added brief section about how to debug EventStream objects using the `hook()` method
Since DefaultEventStream doesn't hava a javadoc explaining what it does, switched reference to EventStream method `withDefaultEvent()` that does have javadoc explaining its usage.
Now the DefaultEventStream has been created, fix Example 1 so that it no longer uses the old workaround: merge an EventSource with an EventStream and push an initial event later.
better optimized the if-condition-then-color statements.
formatted "fillChanger" to inline code style and added Subscription filler where it was missing.
Added more readable/efficient version of Example 1's combo->feedTo streams (Less Boilerplate Approach) and distinguish it from the first approach (Naive Approach).
Updated Home (markdown)