Release 0.10.1
- Fixed a bug where variables with camelCase names were incorrectly converted to
kebab-case (Thanks yasuhiro-yamamoto)
- Fixed a bug in the eslint
valid-styles rule where it would incorrectly flag
when importing a file with an extension (Thanks
beaumontjonathan)
- Added support for
.js resolved file extension imports from .ts files
(Thanks beaumontjonathan)
- Replaced
crypto with murmurhash for CLI caching
- Fixed a bug where the
import resolve function would not respect the Windows
system (Thanks nonzzz)
- Fixed a bug where the
initial-value in @Property was invalid