- Disallow call expressions from within
idx
(originally introduced in 1.1.0). - Disallow invalid type imports from
idx
. - Change
babel-plugin-idx
to stop hardcodingidx
(so it can be imported as any identifier). - Fix
idx
calls in async methods.
- Fix
babel-plugin-idx
whenidx
's parent is a scope-creating expression.
- Improve
babel-plugin-idx
to use only one temporary variable. - Add fast path for source files without references to "idx".
- Better
babel-plugin-idx
error messages. - Add fast path for source files without references to "idx".
- Fix
babel-plugin-idx
for async functions.
- Strip
@providesModule
fromidx.js
.
- Added support for method calls (eg.
idx(foo, _ => _.bar())
).
- Initial release.