- Add support for "extends" tsconfig option. Contribution by @alechill
- Add support for RN >= 59
- David Sheldrick update lockfile
- David Sheldrick update readme for babel 7
- Koen Punt remove resolver.sourceExts
- Koen Punt update readme for latest metro bundler
- aleclarson fix: add missing dependency
- Andrew Goodale Simplify lib to just
es2017
- Andrew Goodale Do not recommend "dom" TS library
Add support for RN >= 56
Contribution by timwangdev
Revert to old (sync, non-wasm) version of source-map. Not worth the trouble right now?
Remove engingeStrict field in package.json, since some people claim that the version range
>=8.0.0
is being mishandled by npm (???)
Add enginges field in package.json, since WebAssembly is only available in node 8+
Update source-map, which now uses WASM and is apparently a lot faster.
Improve error message when failure to find tsconfig.json file
Contribution by @vyshkant in #58
Fix tsconfig.json resolution for Monorepos.
Contribution by @ali-hk in #54
Fix react native version sniffing.
Contribution by @wsxyeah
Remove crypto
dependency. It's bundled with node.
Fix minor bug with ast source map transformation
Add implementation for getCacheKey
Add source map support for RN >= 0.52
Add basic support for RN >= 0.52
Contribution by @olofd
Borked publish, do not use.
Improve README.md
Add support for RN => 0.47
Make typescript a peer dependency of react-native-typescript-transformer
Amend support for react-native >= 0.46 in light of metro-bundler changes before the final 0.46.0 was released.
Contribution by @petejkim
Add tentative support for react-native >= 0.46, which uses the external
metro-bundler
package instead of an internal bundler
Contribution by @Igor1201
Fix readme
Add support for raw mappings
Contribution by @stackia
Consult git log. Sorry.
Contributions by @cliffkoh (json5) and @orta (typo fix)