Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
jWidget SDK 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
enepomnyaschih committed Oct 11, 2015
1 parent 70b7684 commit 05f39c5
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
25 changes: 25 additions & 0 deletions README.md
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))
1 change: 0 additions & 1 deletion templates/empty_project_html/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*.log
/jwsdk-config/json
/jwsdk-config/snippets
/jwsdk-config/temp
Expand Down
1 change: 0 additions & 1 deletion templates/empty_project_php/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*.log
/jwsdk-config/json
/jwsdk-config/snippets
/jwsdk-config/temp
Expand Down
1 change: 0 additions & 1 deletion templates/sample_project_html/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*.log
/jwsdk-config/json
/jwsdk-config/snippets
/jwsdk-config/temp
Expand Down
1 change: 0 additions & 1 deletion templates/sample_project_php/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*.log
/jwsdk-config/json
/jwsdk-config/snippets
/jwsdk-config/temp
Expand Down

0 comments on commit 05f39c5

Please sign in to comment.