Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L96 GitHub working patch to rxjs 6 #52

Open
wants to merge 67 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
b0e32dc
⚡️Initial commit
toddmotto Apr 11, 2017
369fff1
Add descriptions
toddmotto Apr 11, 2017
716d1dd
Update README.md
toddmotto Apr 11, 2017
fe96e72
Update README.md
toddmotto Apr 11, 2017
ec2b0a5
chore(circle): test chrome setup
ryanclark Apr 11, 2017
3a66b56
Merge branch 'master' of github.com:UltimateAngular/ngerrors
ryanclark Apr 11, 2017
7c52964
chore(circle): fix circleci build
ryanclark Apr 11, 2017
17760e2
chore(circle): checkout and npm install tasks
ryanclark Apr 11, 2017
1fb91bc
chore(readme): Add live demo
toddmotto Apr 11, 2017
8d2bdba
Update README.md
toddmotto Apr 11, 2017
ee8de7e
chore: move circleci over to use yarn
ryanclark Apr 11, 2017
0fa70f5
Merge branch 'master' of github.com:UltimateAngular/ngerrors
ryanclark Apr 11, 2017
53f015f
chore: remove unneeded file
ryanclark Apr 11, 2017
beed708
Rename to ngxErrors
toddmotto Apr 12, 2017
c0ae9ea
fix(readme): Directive name
toddmotto Apr 12, 2017
42fd5be
chore(ngxerrors.directive): Move BehaviorSubject into ngOnInit
toddmotto Apr 12, 2017
2ee19a6
chore(ngxerror.directive): Move Subject/Observable to ngOnInit
toddmotto Apr 12, 2017
3d0a270
Add "error reporting" to description
markgoho Apr 12, 2017
bdd02cc
chore(README): fix typos
ryanclark Apr 12, 2017
a5ebb55
chore(README): fix incorrect binding
ryanclark Apr 12, 2017
39b811a
chore(README): wording fix
ryanclark Apr 12, 2017
959ab1c
Merge branch 'master' into patch-1
toddmotto Apr 13, 2017
538bd97
Merge pull request #3 from markgoho/patch-1
toddmotto Apr 13, 2017
07de8d0
feat(ngxErrors): exportAs directive, expose error methods, deprecate …
toddmotto Apr 13, 2017
fc3c1dc
Merge branch 'master' of https://github.com/UltimateAngular/ngerrors
toddmotto Apr 13, 2017
413f5e2
chore(tsconfig): spit out declaration files
ryanclark Apr 13, 2017
a21d104
chore: Rename done props to ready
toddmotto Apr 13, 2017
e9935ab
Merge branch 'master' of https://github.com/UltimateAngular/ngerrors
toddmotto Apr 13, 2017
3bcf80b
chore(readme): add new APIs
toddmotto Apr 13, 2017
f850931
Update README.md
toddmotto Apr 13, 2017
92faca7
chore(readme): update doc examples
toddmotto Apr 13, 2017
505d50f
Merge branch 'master' of https://github.com/UltimateAngular/ngerrors
toddmotto Apr 13, 2017
0026129
feat(ngxErrors): enable conditions to hasError
toddmotto Apr 13, 2017
9da21c2
style(ngxErrors): single line
toddmotto Apr 13, 2017
724b618
chore(readme): add new docs for hasError conditions
toddmotto Apr 13, 2017
5213d6f
feat(ngxerrors.directive): add hasError(‘*’) support for control stat…
toddmotto Apr 13, 2017
46914c8
chore(readme): add new docs for hasError(‘*’)
toddmotto Apr 13, 2017
2e8d1f8
chore: Add example of inverted hasError
toddmotto Apr 13, 2017
c1110ae
chore: Update examples
toddmotto Apr 14, 2017
b6b62b1
test(ngxerrors.spec): add initial tests
toddmotto Apr 14, 2017
1b2ddd2
test(ngxerrors.spec): finalise tests for exportAs API
toddmotto Apr 14, 2017
682233f
chore(CONTRIBUTING): update instructions
ryanclark Apr 14, 2017
0094db9
fix(ngxerror.directive): Array.includes not support in IE, switch to …
toddmotto Apr 19, 2017
23f3679
feat: add isValid((prop | *), [conditions]) method
toddmotto Apr 20, 2017
47addcd
style(ngxerror.directive): prettier formatting
toddmotto Apr 20, 2017
fae0ae1
update "Live demo" href
benbr-personal Apr 21, 2017
295cbb4
Merge pull request #13 from benbrownlol/patch-1
toddmotto Apr 21, 2017
6de985c
docs(readme): correct syntax for [when] binding
toddmotto Apr 21, 2017
28e8939
Merge branch 'master' of https://github.com/UltimateAngular/ngerrors
toddmotto Apr 21, 2017
349b889
refactor: change to single import
toddmotto Apr 25, 2017
c94d6f5
Update core to 4.1.0 stable and TS 2.3.1
toddmotto Apr 27, 2017
bf80709
Update ISSUE_TEMPLATE.md
toddmotto Jun 7, 2017
3592dab
fix: logo and rename to "ngx-errors"
toddmotto Jun 14, 2017
6c0d761
chore(CONTRIBUTING): Change ngxErrors to ngx-errors
cmckni3 Jun 15, 2017
e8185f7
Merge pull request #26 from cmckni3/master
toddmotto Jun 15, 2017
e65a40b
Support v5
toddmotto Dec 19, 2017
1a6829c
Update README.md
toddmotto Feb 14, 2018
17e3b6b
Update package.json
L96Github Nov 20, 2018
b17c2f4
Update package.json
L96Github Nov 20, 2018
fe4ac74
-updated angular to 6.0.0
L96Github Nov 21, 2018
6b2b9c1
-updated angular to 6.0.0
L96Github Nov 21, 2018
7e11f53
-fixed build issue by doengrading typescript
L96Github Nov 22, 2018
b7a7a23
-fixed build issue by doengrading typescript
L96Github Nov 22, 2018
198d195
-upgrades @types/node to 8.0.58
L96Github Nov 22, 2018
4250ad6
-upgrades @types/node
L96Github Nov 22, 2018
d3282d7
-merges conflicts
L96Github Nov 22, 2018
3b4a291
-upgraded packages
L96Github Nov 22, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update package.json
- changes dependencies for rxjs
  • Loading branch information
L96Github authored Nov 20, 2018
commit 17e3b6b50bab6efb25c9a0b16bc0b5513e5d0956
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"raw-loader": "0.5.1",
"rimraf": "2.6.1",
"rollup": "0.41.6",
"rxjs": "5.3.0",
"rxjs": "6.3.3",
"sass-loader": "6.0.3",
"typescript": "2.3.1",
"webpack": "2.4.1",
Expand All @@ -61,7 +61,7 @@
"@angular/router": "4.1.0",
"core-js": "2.4.1",
"reflect-metadata": "0.1.10",
"rxjs": "5.3.0",
"rxjs": "6.3.3",
"tslib": "1.6.1",
"zone.js": "0.8.9"
}
Expand Down