-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4ca2ff
commit 2315964
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
Changelog | ||
========= | ||
|
||
|
||
|
||
v1.2.2 | ||
------ | ||
|
||
* Fix wrong path to source map in amd.js | ||
|
||
**Full Changelog**: https://github.com/typescriptlibs/amd/compare/v1.2.1...v1.2.2 | ||
|
||
|
||
|
||
v1.2.1 | ||
------ | ||
|
||
* Fixed self dependency | ||
|
||
**Full Changelog**: https://github.com/typescriptlibs/amd/compare/v1.2.0...v1.2.1 | ||
|
||
|
||
|
||
v1.2.0 | ||
------ | ||
|
||
* Fixed define imports lack prefix | ||
* Add minification | ||
* Add TypeScript 5.0 declarations | ||
|
||
**Full Changelog**: https://github.com/typescriptlibs/amd/compare/v1.1.0...v1.2.0 | ||
|
||
|
||
|
||
v1.1.0 | ||
------ | ||
|
||
* Add source map option | ||
* Add optional prefix for module definitions | ||
|
||
**Full Changelog**: https://github.com/typescriptlibs/amd/compare/v1.0.0...v1.1.0 | ||
|
||
|
||
|
||
v1.0.0 | ||
------ | ||
|
||
**Full Changelog**: https://github.com/typescriptlibs/amd/commits/v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
"bin/", | ||
"lib/", | ||
"AUTHORS.md", | ||
"CHANGELOG.md", | ||
"LICENSE.md", | ||
"README.md" | ||
], | ||
|