This release fixes a few regression bugs in 3.5.0:
- Empty template with
ifoption throws an error #2446 - IE error from inserting a node before itself #2450
- Problem with initial
valuebinding on<select>when the options are generated via aforeachbinding #2452 - Missing
arrayChangenotifications when using deferred updates #2454 - Template binding removes
<script>template contents #2484
3.5.1 also fixes some issues with and expands 3.5.0's TypeScript definitions.