- Republished 1.0.12 to fix compatibility with old Meteor versions
- Fix support for Windows
- Support running Meteor from checkout
- Fix using
typesEntry
on Windows
- Partial workaround for bug in Meteor that causes it to crash with
Error: conflicts in compiler?
- Force
meteor lint
to exit immediately after the types are updated to avoid the bugs withmeteor lint
- Document needing to set typescript's
preserveSymlinks
option for Meteor packages to use types from npm packages - Improve performance so it takes 1/10th of the time it did before during each rebuild
- Fix package types for default export
- Remove message when catalog is not available