Skip to content

Commit

Permalink
Revert "upgrade to ng4 and angular-library-starter"
Browse files Browse the repository at this point in the history
  • Loading branch information
orizens authored Apr 10, 2017
1 parent c191f53 commit 5e9c647
Show file tree
Hide file tree
Showing 58 changed files with 596 additions and 1,681 deletions.
File renamed without changes.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,4 @@ typings

src/ngFactory
*.metadata.json

$ cat .gitignore
/node_modules
/dist
/documentation

*.log
*.tgz
dist
31 changes: 11 additions & 20 deletions .travis.yml
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
34 changes: 24 additions & 10 deletions CHANGELOG.md
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
161 changes: 0 additions & 161 deletions Development Instructions.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Roberto Simonetti
Copyright (c) 2016 Oren Farhi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Inspired by [ng-infinite-scroll](https://github.com/sroze/ngInfiniteScroll) directive for angular (> 2).

## Angular Support
Supports in Angular **> +2, 4**
Supports in Angular - **Final - 2.x.x**

## Angular Consulting Services
I'm a Senior Javascript Engineer & A Front End Consultant at [Orizens](http://orizens.com).
Expand Down Expand Up @@ -144,5 +144,15 @@ export class AppComponent {
}
```

## Testing
To start developing tdd/bdd style: ```npm run dev```
This will: compile ts files, watch for changes and start the test task. Whenever a ts file is changed, it will rerun the tests.

Travis-ci is integrated

### Credits For Tests Setup
[ng2-test-seed](https://github.com/juliemr/ng2-test-seed) has been a huge help and source of inspiration. At first, copy & paste, then, customisation to adapt to this code repository.
Thanks [@juliemr](https://github.com/juliemr)!

# Showcase Examples
* [Echoes Player Ng2 Version](http://orizens.github.io/echoes-ng2) ([github repo for echoes player](http://github.com/orizens/echoes-ng2))
File renamed without changes.
61 changes: 0 additions & 61 deletions build.js

This file was deleted.

Loading

0 comments on commit 5e9c647

Please sign in to comment.