Peter Bacon Darwin
b7763559cd
build(aio): move doc-gen stuff from angular.io ( #14097 )
2017-01-26 23:46:59 -08:00
Igor Minar
3a4b54daa4
docs(release-schedule): add release schedule doc ( #13827 )
...
While authoring this document we agreed to pushing off the 4.0.0 release by one week by adding one more RC week (compared to the original plan).
We announced that RC would take 1 month, but then I did the calendar math incorrectly.
This schedule change will give community more time to test the release before we call it done and report any potential regression or unforeseen issues.
2017-01-11 13:22:50 -08:00
Igor Minar
f5b0e22d35
docs(public_api): fix missing backtick
2016-10-07 17:23:08 -07:00
Igor Minar
00693d70a2
docs: add PUBLIC_API.md
2016-10-07 14:29:16 -07:00
Alex Eagle
5f2eb3e078
chore(dgeni): clean up legacy typings bundle creation
...
Fixes #4967
Closes #4991
2015-10-29 21:19:59 +00:00
Julie Ralph
f529236bfc
refactor(test): rename test_lib to testing
...
Old test_lib is now testing_internal
test_lib_public is now testing
2015-10-13 10:36:49 -07:00
vsavkin
1eb0162cde
feat(di): rename Binding into Provider
...
Closes #4416
Closes #4654
2015-10-11 05:13:31 +00:00
Alex Eagle
95f984615b
Produce .d.ts files from our typescript compilation.
...
Deliver them into our npm module output so users can consume them directly.
Fixes #3082
2015-10-10 02:18:33 +00:00
vsavkin
8b725c77fd
fix(tests): fix tests
2015-10-08 13:54:44 -07:00
Alex Eagle
5458036de7
fix(typings): update test.typings for abstract superclasses
2015-10-08 13:54:43 -07:00
Alex Eagle
f7aa890ade
chore(docs): rename @private to @internal
...
The latter is understood by TypeScript's --stripInternal option, so this lets us
rely more on the tooling provided by typescript team.
2015-10-06 17:08:41 -07:00
Igor Minar
75187d605b
chore: remove unused docs/dgeni tasks and packages
...
This stuff now lives in angular.io repo.
Related to #4477
Closes #4552
2015-10-06 22:54:17 +00:00
Alex Eagle
7c4199cd1c
chore(typings): remove StringMap
...
This was a poorly typed attempt to mimic TypeScript's index signatures,
which we can use instead.
This eliminates a very strange type that we were exposing to users, but
not re-exporting through our public API.
Fixes #4483
2015-10-03 01:09:42 +00:00
Alex Eagle
9b7378d132
chore(typings): remove traceur-runtime.d.ts
...
fixes #4297
Closes #4415
2015-09-30 00:07:16 +00:00
vsavkin
5bf6a3af15
chore(typescript): fixes dart failures and linter
...
Closes #4359
2015-09-25 20:15:55 +00:00
Alex Eagle
7a53f82516
chore(typescript 1.6 upgrade): fix build.js and docs
2015-09-25 20:15:55 +00:00
Igor Minar
dd9b3b4ed0
docs(typings): don't emit @private members during the d.ts generation
...
Some of our class/interface members are "package private". Typescript doesn't have this concept, so we need to hide them
via the @private doc annotation.
Closes #4262
Closes #4264
2015-09-18 22:56:57 +00:00
Peter Bacon Darwin
a588d4894b
chore(doc-gen): filter unwanted decorators from angular.io docs
...
Closes #3705
2015-09-16 23:03:07 -07:00
Peter Bacon Darwin
dad40751d4
chore(doc-gen): make the module of the export's original declaration available
2015-09-16 23:03:01 -07:00
Peter Bacon Darwin
19274e744d
chore(doc-gen): add docType info into _data.json files
2015-09-16 23:03:01 -07:00
Peter Bacon Darwin
608f35b4a7
chore(doc-gen/angular.io): sort exports alphabetically
2015-09-16 23:03:01 -07:00
Peter Bacon Darwin
626e1cda5f
chore(doc-gen): fix blank line trimming for Jade docs
...
Closes #4217
2015-09-16 22:34:18 +00:00
Peter Bacon Darwin
34aa1425b7
chore(doc-gen/angular.io): add ids to members so they can be linked to
...
Closes #4206
2015-09-16 20:56:16 +00:00
Peter Bacon Darwin
cc1d758eba
chore(doc-gen): fix incorrect description field in class template
...
Closes #4191
2015-09-16 13:14:09 +00:00
vsavkin
16bf335a4a
refactor(async): replace RxJS with RxNext
...
Closes #3110
Closes #4201
2015-09-15 23:44:57 +00:00
Jason Teplitz
787d1f955f
fix(Typings): Remove public exports added in 1926335b85
...
Closes #4147
2015-09-11 19:16:57 -07:00
Jason Teplitz
1926335b85
fix(Typings): Output public constructors in .d.ts files
...
Closes #3926 .
Closes #3963
2015-09-10 01:37:43 +00:00
Jeff Cross
f14b212dc9
refactor: export core APIs from angular2/core
...
This change moves many APIs to the angular2/core export.
This change also automatically adds FORM_BINDINGS in
the application root injector.
BREAKING CHANGE:
Many dependencies that were previously exported from specific
APIs are now exported from angular2/core. Affected exports, which
should now be included from angular2/core include:
angular2/forms
angular2/di
angular2/directives
angular2/change_detection
angular2/bootstrap (except for dart users)
angular2/render
angular2/metadata
angular2/debug
angular2/pipes
Closes #3977
2015-09-05 07:01:34 +00:00
Victor Berchet
3d38ec8aac
refactor(Lifecycle hooks): move the hooks to their own module (lifecycle_hooks)
...
BREAKING CHANGE
Lifecycle hooks now live in the `angular2/lifecycle_hooks` module.
They previously lived in the `metadata` module.
2015-09-05 01:02:33 +00:00
Rado Kirov
e9ad100b1f
fix(build): switch to cjs output for es5.
...
System output does not work at the current versions of TS and
system.js. Will revisit after upgrading TS.
Removes unused traceur tooling.
Closes #3974
2015-09-04 23:10:34 +00:00
Peter Bacon Darwin
9d42b52d2c
chore(doc-gen): add spaces when removing linebreaks for Jade _data.json files
...
Closes #3623
Closes #3997
2015-09-04 21:39:15 +00:00
Peter Bacon Darwin
34b91c62c5
chore(doc-gen): convert private classes to interfaces in the docs
...
Closes #3576
2015-09-04 21:39:15 +00:00
Peter Bacon Darwin
4bffd97edd
chore(doc-gen): move the "private class" converter into a helper service
...
This will allow it to be reused in other doc gen configurations
2015-09-04 21:39:15 +00:00
Igor Minar
d78261695b
fix(dts generation): add support for type aliases
...
Closes #3952
2015-09-03 23:52:10 +00:00
Igor Minar
ad3b9cf232
fix(dts generation): rewrite the d.ts file code generator to fix bugs and apply type remap correctly
...
Previously the type remap was not being applied to comments and free floating functions.
The nunjucks template was becoming unreadable so rather than making a tweak there I
rewrote it into imperative code that is much easier to follow.
The output was diffed against the old output. The diff contained only the expected changes.
2015-09-03 23:52:10 +00:00
Igor Minar
f6108c54ec
fix(build): add config for outputting the missing test_lib.d.ts file
2015-09-03 23:52:10 +00:00
Misko Hevery
5b8ce1e42a
chore(http.d.ts): have http properly reexport core types
2015-09-01 13:28:15 -07:00
Misko Hevery
e916836261
chore(ts2dart): replace List with Array
...
Closes #3514
2015-08-31 21:32:10 +00:00
Misko Hevery
b8be4bfaaf
fix(router): re-export of Type
...
Closes #3632
Closes #3704
2015-08-31 20:47:37 +00:00
Jason Teplitz
3468f7cfd5
chore(build): Add WebWorker bundle.
...
Closes #3207
Closes #3881
2015-08-28 20:40:16 +00:00
Alex Eagle
a34d4c6a5f
fix(typings): emit spread parameters
...
Closes #3875
2015-08-27 21:55:10 +00:00
Jeff Cross
8ed22ce6e7
chore: update all import paths
2015-08-25 15:33:23 -07:00
Alex Eagle
894af28529
fix(typings): include static members
...
Fixes #3175
Closes #3780
2015-08-25 16:49:37 +00:00
Brian Ford
9262727ae1
feat(docs): export type info for var and const exports
...
Closes #3700
2015-08-24 20:31:51 +00:00
Misko Hevery
a0b240884b
fix(.d.ts): show unknown fields as ‘any’ not ‘void’.
...
Closes #3637
2015-08-20 21:49:35 +00:00
Naomi Black
9757c137db
docs(cleanup): Remove extra heading from nav and var templates
2015-08-19 12:25:13 -07:00
Igor Minar
efbd8fca4c
build(typings): make router.d.ts depend on angular2.d.ts
...
if this is not done, DefinitelyTyped tests fail because of missing definitions for List, Map and other
apis that are part of router's public api
2015-08-19 10:10:31 -07:00
Misko Hevery
ea6673947c
refactor: rename annotations to metadata
...
BREAKING CHANGE (maybe)
Well as long as our customers use public API this should not be a
breaking change, but we have changed import structure as well as
internal names, so it could be breaking.
import:
angular2/annotations => angular2/metadata
Classes:
*Annotations => *Metadata
renderer.DirectiveMetadata => renderer.RendererDirectiveMetadata
renderer.ElementBinder => renderer.RendererElementBinder
impl.Directive => impl.DirectiveMetadata
impl.Component => impl.ComponentMetadata
impl.View => impl.ViewMetadata
Closes #3660
2015-08-17 21:23:25 +00:00
Naomi Black
dfe0130753
docs(dgeni): Fix an extra newline in the markdown for type.
2015-08-14 01:48:24 +00:00
Jeff Cross
5a405011de
refactor(http): move http files to top-level module
...
Closes #2680
Closes #3417
2015-08-11 22:32:17 +00:00