Commit Graph

39 Commits

Author SHA1 Message Date
Ward Bell cadd6c9823 docs: switch to commonjs module generation 2016-05-03 00:01:55 -06:00
Ward Bell 3d5302adce chore: update to rc.0 2016-05-02 19:57:28 -07:00
Filipe Silva 216120daba chore: update to beta.17
closes #1213, 1205
2016-04-28 18:31:00 -07:00
Ward Bell 1dd9c6bfc5 docs(samples): add lodash to samples package.json 2016-04-26 09:45:52 -07:00
Filipe Silva 0a606a1b41 chore(ts): updating to beta.16 2016-04-26 00:22:25 -07:00
Ward Bell e1862887ae docs(testing): more testing samples and infrastructure setup
added wallaby config; revised karma-test-shim
2016-04-22 13:24:44 -07:00
Ward Bell f2f5d9f9ae docs(ts): update to beta.15
also restore accidentally deleted router sample files
2016-04-13 19:26:48 -07:00
Ward Bell dd7b5176a8 docs(testing): add tests that involve Angular 2 2016-04-13 14:02:36 -07:00
Filipe Silva 0ef63166f8 chore: update to beta.14 2016-04-07 21:31:40 +01:00
Torgeir Helgevold c1f2c397ff docs: add DI cookbook 2016-04-05 10:15:18 -07:00
Filipe Silva 3ec0e7147b fix(e2e): fix race condition 2016-04-02 15:08:48 -07:00
Ward Bell 082932a210 docs: update to beta.13 2016-03-31 13:22:46 -07:00
Ward Bell a2cb80330a docs: update to beta-12 2016-03-23 21:39:13 -07:00
Ward Bell 639ca37de5 docs: update to beta-11
closes #987
also updated lifecycle-hooks/e2e-spec for changed hook calling sequence (not a bug; just a change)
2016-03-18 19:22:00 -07:00
Ward Bell 2929255bb4 chore: update es6-shim to v.0.35.0 per A2 issue #7618 2016-03-15 11:45:39 -07:00
Ward Bell 1c6594b3c8 docs(quickstart): update package.1.json versions 2016-03-09 18:20:16 -08:00
Ward Bell 5f2148b4f4 docs(ts): update to A2 beta.9 2016-03-09 17:44:47 -08:00
Ward Bell 17aa278ddb docs: update to beta-8 2016-03-03 11:22:41 -08:00
Mike Buhot 52f0ea5ddd docs(examples): Fix deprecation warning in example package.json start scripts.
closes #898
Stop the example start scripts from outputting deprecation warnings.
As suggested, replace `concurrent rnpm run` with `concurrently npm run`.
2016-02-29 11:23:17 -08:00
Ward Bell 9a7294c25b docs:update sample to TS v.1.8.2 2016-02-25 13:20:11 -08:00
Ward Bell 8dbb31de9f docs(quickstart): correct typings instructions per PR #849
closes #859
2016-02-20 19:32:57 -08:00
Ward Bell 8abb7085d5 docs(ts): update to beta.7 2016-02-20 19:17:14 -08:00
Ward Bell 3d992384c3 chore(devguide/ts): to beta.6 + typings + related doc updates 2016-02-12 00:56:22 -08:00
Ward Bell 00d06ca50a chore: update to A2 beta.3
closes #805
2016-02-03 16:00:28 -08:00
Ward Bell 8960b6729f docs(http): refine observables story
closes #799
2016-02-02 15:04:48 -08:00
Ward Bell 705a5d9e93 chore: update version of in-mem web api in samples package.json 2016-02-02 03:04:27 -08:00
Ward Bell 9f692ffb27 Update from beta.0 to beta.1 2016-01-28 15:35:53 -08:00
Christoph Burgdorf 77db0755c8 docs(guide/server-communication): adds http chapter
closes #662
2016-01-25 23:28:36 -08:00
Jay Traband 872064e12e feat(e2e testing): testing framework + initial tests
close #604
2015-12-30 17:58:09 -08:00
Ward Bell 4fda2c7854 docs(*): `npm run go` -> `npm start` (TS only)
closes #559
Convert npm script command from npm run go to npm start ...
because that's the way it should have been for TypeScript files.
2015-12-16 08:18:44 -08:00
Ward Bell 75ad34afcd docs: flip tooling from a.55 to b.0
closes #530
2015-12-15 12:40:30 -08:00
Filipe Silva b05acd3b47 docs: update QuickStart and plunker generator to a.55; set QS to appear to use beta.0
closes #526
2015-12-15 11:20:59 -08:00
Ward Bell dc1c054927 docs(*): npm run both -> npm run go
closes #489
2015-12-13 12:51:34 -08:00
Jay Traband e2f2ca61e6 chore(dev-tooling): small fixes and alpha.53
closes #486
add missing karma-test-shim.js
update test files
alpha.53
exclude example-config.json from plunkers
2015-12-12 20:25:19 -08:00
Jay Traband 296b501483 chore(devguide-tooling): add enforce-example-boilerplate gulp task
closes #485 and 479
removal all package.json from _example subdirs and add an example-config.json to each. Update add-example-symlinks to use new fns
updated gitignore, package.json
add tests to QuickStart
2015-12-12 13:57:18 -08:00
Ward Bell 4084a725fd docs(forms): code shuffle, text, & alpha52 updates
closes #478
2015-12-12 09:39:01 -08:00
Ward Bell dbc3982aae docs(QuickStart): rewritten for 52 and latest recommendations
closes #472
2015-12-12 09:27:13 -08:00
Ward Bell 70e29080f2 chore(devguide-tooling): update package.json/tsconfig/plunkerblder for alpha.51
closes #468
2015-12-10 10:31:46 -08:00
Jay Traband 0018e75d01 chore(devguide-tooling): node_modules symlink support for _examples and subdirs
closes #450.  READ COMMENTS IN PR450 FOR INSTRUCTIONS ON USAGE
We'll put these instructions some place better soon.

Also replace globule with globby ( perf issues) and explicitly exclude node_modules where possible.
Updated _examples/package.json for latest 3rd party libs (e.g. alpha.48) and
updated template-syntax/ts/package.json to be a prototypical example
2015-12-08 14:27:39 -08:00