Uname:Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64

Base Dir : /var/www/html

User : gavin


403WebShell
403Webshell
Server IP : 68.183.124.220  /  Your IP : 216.73.217.137
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : gavin ( 1000)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/gavin/workspace/readjs/node_modules/karma-ng-html2js-preprocessor/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/gavin/workspace/readjs/node_modules/karma-ng-html2js-preprocessor/CHANGELOG.md
<a name="1.0.0"></a>
# [1.0.0](https://github.com/karma-runner/karma-ng-html2js-preprocessor/compare/v0.2.2...v1.0.0) (2016-05-04)




<a name="0.2.2"></a>
## [0.2.2](https://github.com/karma-runner/karma-ng-html2js-preprocessor/compare/v0.2.1...v0.2.2) (2016-04-07)


### Features

* Add support for Angular 2 template cache ([09609a0](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/09609a0))



<a name="0.2.1"></a>
## [0.2.1](https://github.com/karma-runner/karma-ng-html2js-preprocessor/compare/v0.2.0...v0.2.1) (2016-02-12)


### Features

* Support loading Angular with RequireJS ([08748a2](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/08748a2))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/karma-runner/karma-ng-html2js-preprocessor/compare/v0.1.2...v0.2.0) (2015-10-08)


### Bug Fixes

* explicit annotations for $templateCache dependency ([d8f2ec5](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/d8f2ec5))
* explicit annotations for $templateCache dependency ([c7666b9](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/c7666b9))
* Suffix is misspelled ([e7e20dd](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/e7e20dd)), closes [#56](https://github.com/karma-runner/karma-ng-html2js-preprocessor/issues/56)
* **runner:** removing the html2js name overwrite ([50e4f9e](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/50e4f9e)), closes [#43](https://github.com/karma-runner/karma-ng-html2js-preprocessor/issues/43)

### Features

* Multiple module names ([e0d3620](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/e0d3620))




<a name="0.1.2"></a>
## [0.1.2](https://github.com/karma-runner/karma-ng-html2js-preprocessor/compare/v0.1.1...v0.1.2) (2014-10-24)


### Bug Fixes

* only append .js to file.path when not already present ([dfa8661](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/dfa8661)), closes [#36](https://github.com/karma-runner/karma-ng-html2js-preprocessor/issues/36)



<a name="0.1.1"></a>
## [0.1.1](https://github.com/karma-runner/karma-ng-html2js-preprocessor/compare/v0.1.0...v0.1.1) (2014-10-15)


### Features

* Add stripSufix config option ([e0e6126](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/e0e6126)), closes [#37](https://github.com/karma-runner/karma-ng-html2js-preprocessor/issues/37) [#38](https://github.com/karma-runner/karma-ng-html2js-preprocessor/issues/38)



<a name="0.1.0"></a>
# [0.1.0](https://github.com/karma-runner/karma-ng-html2js-preprocessor/compare/v0.0.4...v0.1.0) (2013-08-06)




<a name="0.0.4"></a>
## [0.0.4](https://github.com/karma-runner/karma-ng-html2js-preprocessor/compare/v0.0.3...v0.0.4) (2013-08-05)


### Features

* add moduleName option to generate only one module ([0a05ee5](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/0a05ee5))



<a name="0.0.3"></a>
## [0.0.3](https://github.com/karma-runner/karma-ng-html2js-preprocessor/compare/v0.0.2...v0.0.3) (2013-07-29)


### Features

* register the preprocessor as ng-html2js too ([1d3cb4d](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/1d3cb4d))



<a name="0.0.2"></a>
## [0.0.2](https://github.com/karma-runner/karma-ng-html2js-preprocessor/compare/v0.0.1...v0.0.2) (2013-07-04)


### Bug Fixes

* handling of the backslash character ([a3e4b06](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/a3e4b06))



<a name="0.0.1"></a>
## [0.0.1](https://github.com/karma-runner/karma-ng-html2js-preprocessor/compare/5b59ac6...v0.0.1) (2013-06-27)


### Features

* configurable $templateCache key ([5b59ac6](https://github.com/karma-runner/karma-ng-html2js-preprocessor/commit/5b59ac6)), closes [#7](https://github.com/karma-runner/karma-ng-html2js-preprocessor/issues/7)

Youez - 2016 - github.com/yon3zu
LinuXploit