- #37 - Smarter IIFE wrapper determination logic
- #36 - Allow readonly collections, and fix
reduce*
method types for callback
- #33 - Prevent
forEach*
methods from hoisting early returns - #34 - Simplify and fix
findIndex
/findKey
/findLastIndex
types - #35 - Reuse member expressions as the local collection
- #32 - Fix
forEach*
methods not including the hoisted function call
findRight
has been renamed tofindLast
findIndexRight
has been renamed tofindLastIndex
- Support for conditional and lazy scenarios (ternaries, logical expressions, default parameter assignments, etc.)
- Better TS typing
- Better inline handling of complex logic
- Fix types related to
ArrayHandler
/ObjectHandler
#12
- Add console warnings for deopt scenarios #10
- Expand aggressive inliner #8
- Add
flatMap
/flatMapRight
#6
- Republish for bad version
- Allow inline of reduce #1
- fix description
- Initial release!