Commit Graph

123 Commits

Author SHA1 Message Date
Tim Lancina
e74cee7aa4 update package.json 2015-12-17 14:59:42 -06:00
Brandy Carney
3927ee8957 chore(publish): updating npm version to alpha.44 2015-12-17 15:56:36 -05:00
Brandy Carney
7882acc3f6 chore(publish): updating npm version to alpha.43 2015-12-17 15:14:07 -05:00
Adam Bradley
05498f3b61 chore(): add ^ to angular2 dep 2015-12-17 14:10:50 -06:00
Tim Lancina
2d376545fe chore(build): remember cached files on watch 2015-12-16 16:42:45 -06:00
Tim Lancina
24b4088bfb chore(bundle): bring back system bundle
UMD bundle is great, but mainly meant for ES5/ngUpgrade apps, while the
system bundle is for plunkers and in our case, tests.
2015-12-16 16:42:45 -06:00
Adam Bradley
acb6676a67 chore(upgrade): update to angular2.0.0-beta.0 2015-12-16 11:47:21 -06:00
Adam Bradley
72c2ff1e61 wip alpha54 2015-12-15 08:57:16 -06:00
Tim Lancina
2fef3c0cd9 add minify to sass task 2015-12-14 14:11:33 -06:00
Adam Bradley
2ac0800b69 chore(upgrade): upgrade to angular 2.0.0-alpha.53 2015-12-14 14:06:50 -06:00
Tim Lancina
6c0963dffc remove gulp-babel 2015-12-14 14:02:05 -06:00
Adam Bradley
5d6d9b9610 chore(upgrad): ng alpha52 and case-sensitive templates 2015-12-10 22:52:55 -06:00
Tim Lancina
4d86633ffc update systemjs version 2015-12-10 16:41:57 -06:00
Tim Lancina
cd38c2ea87 create CJS srcs + definitions 2015-12-10 16:39:56 -06:00
Adam Bradley
30b88d746b chore(): add ng prefix to lifecycle interfaces 2015-12-08 21:38:26 -06:00
Brandy Carney
2c761a4948 chore(publish): updating npm version to alpha.40 2015-12-04 13:54:24 -05:00
Brandy Carney
e45770d6e3 chore(publish): updating npm version to alpha.39 2015-12-03 12:35:55 -05:00
Brandy Carney
ba073ed475 chore(publish): updating npm version to alpha.38 2015-12-01 14:27:42 -05:00
Brandy Carney
8ef5d940ce chore(publish): updating npm version to alpha.37 2015-11-25 17:23:02 -05:00
Brandy Carney
e187289290 chore(publish): updating npm version to alpha.36 2015-11-24 17:05:20 -05:00
Brandy Carney
4ce446dbcd chore(publish): updating npm version to alpha.35 2015-11-20 16:49:36 -05:00
Tim Lancina
de5f4b98ca use patched angular for now 2015-11-20 15:35:36 -06:00
Brandy Carney
2b00048ac2 chore(publish): published alpha 34 to npm 2015-11-18 13:13:28 -05:00
Brandy Carney
45cc7e823a chore(publish): publishing alpha 33 to npm 2015-11-17 11:00:24 -05:00
Tim Lancina
fb3fb887df add missing dependency 2015-11-16 16:58:44 -06:00
Adam Bradley
acf015539b chore(update): update to angular 2.0.0-alpha.46 2015-11-13 20:39:21 -06:00
Brandy Carney
a0d0962a6c Updating package.json to alpha.32 2015-11-13 12:31:27 -05:00
Adam Bradley
ab8985c860 update(angular): alpha.45 2015-11-03 10:49:54 -06:00
Tim Lancina
b6c3438105 chore(build): add files array to package.json 2015-11-02 16:09:20 -06:00
jbavari
5350aca81a Feature(generate): Merge generate with latest. Update tests for tims refactor 2015-11-02 12:58:13 -07:00
Tim Lancina
df4b5f04b1 chore(build): use specific dependency versions 2015-11-02 13:29:12 -06:00
Tim Lancina
9c9895b0af chore(tooling): add q as generator dependency 2015-11-02 13:27:53 -06:00
Tim Lancina
9de07d93d4 chore(tooling): add inquirer as generator dependency 2015-11-02 12:59:01 -06:00
Tim Lancina
f72a0e0f5a chore(build): update npm package information 2015-11-02 11:29:16 -06:00
jbavari
219fb2c6e7 Refactor(generate): Remove comments and logging 2015-10-30 14:44:41 -06:00
jbavari
01fbaede20 Feature(generate): Add generators into the tooling/generators folder. Add in main file into package.json. Bump lodash to 3.10.1 for template and camelCase methods. Move lodash to dependencies from devDependencies. Have index.js require in the generate module. 2015-10-30 12:15:12 -06:00
Adam Bradley
36f82b2473 refactor(NavController): restructuring and perf improvements 2015-10-29 14:37:49 -05:00
jbavari
597192659e Merge in master to es6-shims 2015-10-16 11:47:58 -06:00
Adam Bradley
79e881232c update to angular 2.0.0-alpha.44 2015-10-16 09:07:59 -05:00
jbavari
fbb80af3e5 Fix(es6-shim): References #292. Adding in es6-shim to package.json. Change the for() iterator in segment.ts changed to use a simple for loop. Short circuit functions in segment.ts incase there are no buttons, just return. 2015-10-15 17:47:45 -06:00
Adam Bradley
a0b8f6f537 update to alpha42 2015-10-14 10:08:26 -05:00
Tim Lancina
aa816a9072 bundle demos with CJS 2015-10-09 22:45:46 -05:00
Tim Lancina
a339ba1732 Upgrade typescript to 1.6.2
Closes #232.
2015-10-09 12:10:50 -05:00
Adam Bradley
72ad5c1fb5 init alpha40 2015-10-08 23:54:50 -05:00
Adam Bradley
50b6fdea8d Merge branch 'master' into alpha38
Conflicts:
	ionic/components/search-bar/search-bar.ts
	ionic/config/decorators.ts
2015-10-06 20:38:04 -05:00
jbavari
6857442474 chore(npm): Update task for npm test to be karma for us npm tards 2015-10-06 16:58:36 -06:00
Adam Bradley
d818fa75f9 package update 2015-10-06 15:36:13 -05:00
Adam Bradley
5560b1303c Merge branch 'master' into alpha38 2015-10-05 11:06:05 -05:00
jbavari
fe1fb5fa3c Chore(scripts): Update npm scripts to assist in linking project and running tests 2015-10-05 10:05:45 -06:00
Adam Bradley
2b86705f54 bootstrap refactor wip 2015-10-04 00:20:41 -05:00