All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This file uses change log convention from Keep a CHANGELOG.
1.3.0 - 2020-12-30
- Fixed resolving paths with different working directory than
tsconfig.json
(Use the newcwd
option) - Fixed support for multiple imports per line
1.2.0 - 2020-12-29
- Fixed paths inside comments being resolved.
- Fixed dependencies having security issues.
- Fixed typings' path in
package.json
1.1.0 - 2019-08-23
- Fixed dependency issue and removed unused dependencies.
1.0.0 - 2019-08-23
- Added support for
require()
andimport()
call imports. - Added a lot more tests to raise the coverage of the plugin.
0.2.1 - 2019-08-22
- Updated testing and CI
- Fixed testing suite
0.2.0 - 2019-02-16
- Change some types to be more restrictive
- Strip comments from compiled Javascript
- Fix module exporting for ES5/ES6 users by specifying
module.exports
0.1.5 - 2019-01-23
- Fixed introduced bug
0.1.4 - 2019-01-23
- Begin adding some testing
0.1.3 - 2019-01-23
- Remove a
console.log
line that was used for debugging
0.1.2 - 2019-01-23
- Fix
event-stream
dependency in bothpackage.json
andpackage-lock.json
files
0.1.1 - 2019-01-23
- Lock
event-stream
to3.3.4
under the recommendation of GitHub
- Initial commit.