typings 0.0.6+3 typings: ^0.0.6+3 copied to clipboard
Use NPM packages in your projects through TypeScript interop
0.0.6+3 #
- Bump analyzer
0.0.6+2 #
- Fixed pubspec dependencies
0.0.6+1 #
- Removed Invertase as sponsor. Please, consider donating if it is an affordable option for you. Donations allow me to dedicate my time to the package.
0.0.6 #
- Changed methods to fields so you can use a setter on anonymous classes
- Added WebWorker lib
0.0.5 #
- Revamped how namespaces are generated. All namespaces are exported through one file.
- Fixed a bug when trying to use a callable interface as function
- Changed methods of interfaces to function getters and added a setter
- Added
FutureOr
type. Now unions of aPromiseLike<Type>
and aType
areFutureOr
instead. - Typedefs now are built to its definition when known types, ie:
ProviderResult
is a typedef toFutureOr
so we directly printFutureOr
instead
0.0.4 #
- Added Visual Studio Code extension bindings (vscode)
- Many fixes in ts2dart
0.0.3 #
- Added AnimeJS (https://animejs.com)
0.0.2 #
- Added InputMask (https://www.npmjs.com/package/inputmask)
0.0.1+1 #
- Remove Beta msg from README
0.0.1 #
- Going stable with Dart 3
0.0.1-beta.3 #
- Removed some logging from the generated files
0.0.1-beta.2 #
- Better documentation
0.0.1-beta.1 #
- Initial and beta version