This commit is contained in:
Nathan Marz 2016-08-06 02:30:36 -04:00
parent c4f5a1b02b
commit fb6cd38b1d

View file

@ -6,7 +6,7 @@
* Inline factoring now parameterizes navigators immediately when all parameters are constants (rather than factoring it to use late-bound parameterization). This creates leaner, faster code. * Inline factoring now parameterizes navigators immediately when all parameters are constants (rather than factoring it to use late-bound parameterization). This creates leaner, faster code.
* Added `IndirectNav` protocol for turning a value type into a navigator. * Added `IndirectNav` protocol for turning a value type into a navigator.
* Higher order navigators (like `selected?`, `subselect`) more intelligently parameterize the nested paths and use the leaner execution mode if none of the nested paths require late-bound parameterization or value collection. * Higher order navigators (like `selected?`, `subselect`) more intelligently parameterize the nested paths and use the leaner execution mode if none of the nested paths require late-bound parameterization or value collection.
* Removed `variadic-pathed-nav` * Removed `variable-pathed-nav`
## 0.12.0 ## 0.12.0