This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
70b7684
commit 05f39c5
Showing
5 changed files
with
25 additions
and
4 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,25 @@ | ||
## Manual | ||
|
||
https://github.com/enepomnyaschih/jwsdk/wiki | ||
|
||
## Changelog | ||
|
||
### 0.7 (October 11, 2015) | ||
|
||
New features: | ||
|
||
- Added ([`<jwdebug></jwdebug>` meta tag support](https://github.com/enepomnyaschih/jwsdk/wiki/jWidget-SDK-documentation.-JS-preprocessing)) in JS code ([#15](https://github.com/enepomnyaschih/jwsdk/issues/15)) | ||
|
||
Improvements: | ||
|
||
- jWidget SDK doesn't pring everything into annoying log files anymore. All output goes to stdout and stderr ([#86](https://github.com/enepomnyaschih/jwsdk/issues/86)) | ||
- Prevented recompression on build error ([#91](https://github.com/enepomnyaschih/jwsdk/issues/91)) | ||
- Made both command line arguments optional ([#94](https://github.com/enepomnyaschih/jwsdk/issues/94)) | ||
|
||
Bug fixes: | ||
|
||
- Fixed known issue in JS obfuscator: regular expressions are processed properly now ([#97](https://github.com/enepomnyaschih/jwsdk/issues/97)) | ||
- Removed IE 9 compatibility meta tags from default HTML templates ([#89](https://github.com/enepomnyaschih/jwsdk/issues/89)) | ||
- Fixed LESS and Sass build errors ([#90](https://github.com/enepomnyaschih/jwsdk/issues/90)) | ||
- Fixed release build errors on Unix ([#95](https://github.com/enepomnyaschih/jwsdk/issues/95)) | ||
- Fixed a minor issue in JS file merging algorithm ([#96](https://github.com/enepomnyaschih/jwsdk/issues/96)) |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/*.log | ||
/jwsdk-config/json | ||
/jwsdk-config/snippets | ||
/jwsdk-config/temp | ||
|
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/*.log | ||
/jwsdk-config/json | ||
/jwsdk-config/snippets | ||
/jwsdk-config/temp | ||
|
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/*.log | ||
/jwsdk-config/json | ||
/jwsdk-config/snippets | ||
/jwsdk-config/temp | ||
|
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/*.log | ||
/jwsdk-config/json | ||
/jwsdk-config/snippets | ||
/jwsdk-config/temp | ||
|