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

Latest commit

 

History

History
41 lines (24 loc) · 1.63 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.63 KB

Manual

https://github.com/enepomnyaschih/jwsdk/wiki

Changelog

0.7.3 (January 13, 2020)

  • Archived the project under terms of MIT license

0.7.2 (December 19, 2015)

Improvements:

  • Added public folder to LESS compiler include paths (#101)

0.7.1 (November 29, 2015)

Improvements:

  • Scripts return correct error code now

0.7 (October 11, 2015)

New features:

Improvements:

  • jWidget SDK doesn't pring everything into annoying log files anymore. All output goes to stdout and stderr (#86)
  • Prevented recompression on build error (#91)
  • Made both command line arguments optional (#94)

Bug fixes:

  • Fixed known issue in JS obfuscator: regular expressions are processed properly now (#97)
  • Removed IE 9 compatibility meta tags from default HTML templates (#89)
  • Fixed LESS and Sass build errors (#90)
  • Fixed release build errors on Unix (#95)
  • Fixed a minor issue in JS file merging algorithm (#96)