- support @deno-types (#46)
- Fix collection updating and undefined error (#42)
- bump deno v1.0.2
- avoid call circular
- improve auto imports #40
- fix intellisense on cached files
- add unstable types
- fix importmap using local files
- remvoe crypto
- bump deno@v1.0.0
- fix typo
- fix non-importmaps issue
- bump deno@v1.0.0-rc3
- fix import maps
- fix ts error 2691: cannot end with
'.ts'
- remove
dtsPath
config
- support for webworker
- format using
deno fmt
- bump deno@1.0.0-rc2
- rewrite module resolver #35
- no changes
- force overwrite deno's tsconfig #32
- update ts compiler optins #29
- update deno types to 0.40.0
- Add support for query strings in import urls #16
- update deno types to 0.16.0
- update deno types to 0.9.0 #14
- deep merge
compilerOptions
#34
- fix typescript not found bug
- improve deno declaration searching #7
- add headers fallback when module is not found #3
- set default compilation options #4
- add deno declaration files #5
- Initial release