forked from orizens/ngx-infinite-scroll
-
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.
Revert "upgrade to ng4 and angular-library-starter"
- Loading branch information
Showing
58 changed files
with
596 additions
and
1,681 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
|
@@ -50,11 +50,4 @@ typings | |
|
||
src/ngFactory | ||
*.metadata.json | ||
|
||
$ cat .gitignore | ||
/node_modules | ||
/dist | ||
/documentation | ||
|
||
*.log | ||
*.tgz | ||
dist |
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,23 +1,14 @@ | ||
sudo: required | ||
dist: trusty | ||
addons: | ||
apt: | ||
sources: | ||
- google-chrome | ||
packages: | ||
- google-chrome-stable | ||
language: node_js | ||
sudo: false | ||
node_js: | ||
- stable | ||
before_install: | ||
- npm i npm@^4 -g | ||
- '5.9.1' | ||
|
||
install: | ||
- npm install | ||
script: | ||
- npm test | ||
before_script: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
- sleep 3 | ||
notifications: | ||
email: false | ||
- npm install | ||
|
||
after_script: | ||
- process.exit() | ||
|
||
cache: | ||
directories: | ||
- $HOME/.nvm |
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,13 +1,27 @@ | ||
## Angular library starter Changelog | ||
## v 0.3.3 (2017/03/01) | ||
|
||
<a name="Mar 25, 2017"></a> | ||
### Mar 25, 2017 | ||
* Upgrade to Angular 4 configuration | ||
### Updates | ||
* reverted the fix of #126 | ||
|
||
<a name="Mar 6, 2017"></a> | ||
### Mar 6, 2017 | ||
* Add _compodoc_ for generating documentation | ||
## v 0.3.2 (2017/03/01) | ||
|
||
### Updates | ||
* fixes [#126](https://github.com/orizens/angular2-infinite-scroll/issues/126) | ||
|
||
## v 0.3.1 (2017/02/15) | ||
|
||
### Updates | ||
* added custom scrollable container from [#108](https://github.com/orizens/angular2-infinite-scroll/pull/108/files) | ||
|
||
## v 0.3.0 (2017/01/31) | ||
|
||
### Updates | ||
* refactored infinite scroller to smaller modules with composition | ||
* added "models" - includes interfaces for development | ||
|
||
## v 0.2.9 (2017/01/13) | ||
|
||
### Updates | ||
* added changelog.md | ||
* ([refactor(scroll): replaces throttle with debounce](https://github.com/orizens/angular2-infinite-scroll/pull/82)) | ||
|
||
<a name="Feb 5, 2017"></a> | ||
### Feb 5, 2017 | ||
* Create library |
This file was deleted.
Oops, something went wrong.
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
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
File renamed without changes.
Oops, something went wrong.