Filipe Silva
06dea229bc
Closes #247
2016-02-25 16:01:59 +01:00
Shai Reznik
5ab6d76b04
docs(readme): add a reminder to read the prerequisites before installing
...
docs(readme): add a reminder known issues for node 4
Close #205
2016-02-25 14:04:38 +00:00
jkuri
1bbd7518d7
fix(version): outputs version of angular-cli
2016-02-25 08:51:08 +01:00
Mike Brocchi
fb28ff693c
chore(test): Allow running of tests in watch mode
...
When running `ng test` or `ng test --watch`
karma tests are run after each successful build
2016-02-24 21:27:52 -05:00
jkuri
af1c0fa2f3
chore(libs): completely removed current install/uninstall tasks
2016-02-24 10:13:40 +01:00
Tapas Jena
c1eb8141a3
Updated typescript to 1.8.2
2016-02-23 22:47:05 +08:00
Tapas Jena
4c3e445752
feat: update to angular2@2.0.0-beta.7
2016-02-23 21:39:52 +08:00
Mike Brocchi
239c76534e
chore(bug): improved the ember to angular regex
...
The regex was ovewriting a URL on ng version
Fixes #203
2016-02-22 20:43:44 -05:00
Filipe Silva
ef96ef20bb
fix(ng-install): add missing dep
...
Fix #233
2016-02-22 17:07:18 +00:00
Hans Larsen
97cd0d3975
release: version bump
0.0.23
2016-02-19 17:43:02 -08:00
Hans Larsen
80b0b38eae
fix(): exists-sync is a dev dependency, we should not use it in tasks or commands (as it wont be installed).
2016-02-19 17:28:22 -08:00
Hans Larsen
d578f77189
chore: adding description
2016-02-19 16:38:23 -08:00
Hans Larsen
68c27d8d3e
release: version bump
0.0.22
2016-02-19 16:34:17 -08:00
Hans Larsen
59ca775429
chore(): remove the concatenating of vendor files.
2016-02-19 16:15:40 -08:00
Filipe Silva
e2e4f563f4
feat(e2e): add ng e2e command
2016-02-19 19:32:30 +00:00
Alex Rickabaugh
0228140d02
feat: Generate an AppCache/ServiceWorker manifest during the build step, from all of the resources in the output directory.
2016-02-19 10:17:18 -08:00
Filipe Silva
78f7eac0ae
fix(ng-serve): match brocolli version with angular
...
Close #220
2016-02-19 14:31:33 +00:00
cexbrayat
ba9ad66710
fix(pipes): camelized pipe name
...
Fixes #224
BREAKING CHANGES
Before:
```
@Pipe({
name: 'FromNow'
})
```
After:
```
@Pipe({
name: 'fromNow'
})
```
2016-02-19 11:15:41 +01:00
Mike Brocchi
de16404be5
chore(refactor): Refactor test command to use test task
...
Close #216
2016-02-18 18:07:00 +00:00
Mike Brocchi
52b1b21855
fix(test blueprints): Prevent unwanted ember service and route test generation
...
The ember-cli generates blueprints for when generating a new service & route
By overriding in it prevents the ember service & route test generation
Fixes #202
2016-02-18 07:18:32 -05:00
Brian Ford
ab4247131b
chore(release): 0.0.21
0.0.21
2016-02-17 15:19:33 -08:00
chapplez
a6fe73702e
build(): Bumping broccoli version as well as updating tool compilations and maps.
2016-02-17 12:36:31 -08:00
Filipe Silva
1f89a2be0d
feat(format): add code formatting
...
Close #143
2016-02-17 09:17:14 +00:00
Mike Brocchi
8741403d91
fix(tests): add test to verify noImplicityAny builds work
...
Resolved noImplicitAny issues in blueprints
Updated expect for ng build verifications
Fixes #107
2016-02-16 22:31:13 -05:00
Hans Larsen
877c4f62ee
fix(build): if no options were passed in, do not throw an exception.
2016-02-16 10:27:58 -08:00
Filipe Silva
6691e67f8d
feat(lint): add lint command
...
Close #136
2016-02-16 17:45:27 +00:00
Emmanuel DEMEY
8cd3220e94
Update README.md
...
Close #209
2016-02-16 16:26:57 +00:00
Filipe Silva
36b1747924
fix(tests): increase timeouts for e2e tests
2016-02-16 14:46:32 +00:00
Filipe Silva
0d508028b0
fix(tests): replace deprecated bind with provide
...
Close #201
2016-02-16 07:38:16 -05:00
Filipe Silva
d86a2b4a4d
feat(tests): replace firefox with chrome for tests
2016-02-15 21:34:48 -05:00
Mike Brocchi
6db91e7669
feat(command): ng test command runs karma
...
Overrode the ember-cli test command to initialize the karma server
Then start the karma server based upon the karma.conf.js config file
closes #70
2016-02-14 10:50:43 -05:00
Filipe Silva
94c9746250
fix(tests): link package in e2e tests
...
Close #194
2016-02-13 17:32:02 +00:00
Filipe Silva
ecd2cf1ca2
fix(routes): fix providers for route unit tests
2016-02-12 17:52:42 +00:00
Shai Reznik
fcdd82d289
chore: fix minor typo
...
Close #191
2016-02-12 09:26:09 +00:00
Hans Larsen
b651f9738f
upgrade(): angular2 beta.6
...
Close #186
2016-02-12 08:59:20 +00:00
Igor Minar
3af9e6c079
fix(ng2 blueprint): removing slash after /typings/ in gitignore
...
If the slash is included only the contents of the directory but not the directory itself is excluded/ignored.
(peer reviewed in person)
2016-02-10 14:58:41 -08:00
Hans Larsen
69fc1f2503
fix(): Typings now at the correct place.
2016-02-10 13:58:17 -08:00
Hans Larsen
e238e328f7
feat(): add typings to the blueprints.
2016-02-09 13:36:00 -08:00
Nathan Walker
af904c9e96
chore(docs): correct grammer, minor improvements
...
Close #179
2016-02-09 20:45:07 +00:00
jkuri
f751830e14
fix(vendor): fixed broccoli concat for vendor files
2016-02-06 00:33:35 +01:00
Nathan Walker
6856a878bb
feat(Docs): documentation for 'ng install'. Table of Contents for README
...
closes https://github.com/angular/angular-cli/issues/164
2016-02-04 12:57:08 -08:00
jkuri
10eb75c19c
fix(vendors): reorder vendor libraries to work properly with routes
2016-02-03 08:48:16 +01:00
Filipe Silva
2991dd7c56
feat(route): add route generation
...
Close #64
2016-02-01 21:15:41 +00:00
jkuri
1a5646631a
chore(commands): ember-cli branding leaks through many error messages and help text
...
Close #157
2016-02-01 20:52:41 +00:00
Filipe Silva
0c996d1d49
chore(build): remove typings postinstall command
2016-02-01 20:35:59 +00:00
jkuri
e2c879580a
fix(vendor): Fix to add concatenated vendors in index.html
2016-01-31 16:00:38 +01:00
Ciro Nunes
2efc9a150f
fix(vendors): concat the files properly
2016-01-31 12:17:32 -02:00
jkuri
b8dfe0c414
fix(libs): 3rd party library install fixes
...
Close #160
2016-01-31 13:07:40 +00:00
Ciro Nunes
acaaa3ea4b
feat(angular2-app): allow to easily add vendor files
...
to be able to easily add vendor files in generated projects:
var Angular2App = require('angular-cli/lib/broccoli/angular2-app');
module.exports = function(defaults) {
var app = new Angular2App(defaults, {
vendorFiles: ['material-design-lite/material.css']
});
return app.toTree();
}
Close #123
2016-01-31 12:58:47 +00:00
Filipe Silva
a0c26a3b3d
feat(test): protractor integration, e2e test sample
2016-01-31 12:29:06 +00:00