angular-cn/tools
Misko Hevery 37b042b361 chore: Make enum names consistent with TypeScript convention
BREAKING_CHANGE

Ts2Dart issue: https://github.com/angular/ts2dart/issues/270
TypeScript convention: https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines
DartConvertion: https://www.dartlang.org/articles/style-guide/

Rename:

- NumberFormatStyle.DECIMAL => NumberFormatStyle.Decimal
- NumberFormatStyle.PERCENT => NumberFormatStyle.Percent
- NumberFormatStyle.CURRENCY => NumberFormatStyle.Currency
- RequestMethods.GET => RequestMethods.Get
- RequestMethods.POST => RequestMethods.Post
- RequestMethods.PUT => RequestMethods.Put
- RequestMethods.DELETE => RequestMethods.Delete
- RequestMethods.HEAD => RequestMethods.Head
- RequestMethods.PATCH => RequestMethods.Patch
- ReadyStates.UNSENT => ReadyStates.Unsent
- ReadyStates.OPEN => ReadyStates.Open
- ReadyStates.HEADERS_RECEIVED => ReadyStates.HeadersReceived
- ReadyStates.LOADING => ReadyStates.Loading
- ReadyStates.DONE => ReadyStates.Done
- ReadyStates.CANCELLED => ReadyStates.Canceled
2015-08-27 22:32:21 -07:00
..
broccoli chore: Make enum names consistent with TypeScript convention 2015-08-27 22:32:21 -07:00
build chore(build): fail experimental Dart build but allow Travis failures 2015-08-27 13:52:47 -07:00
code.angularjs.org chore(gulp): moves bundles to dist/js/bundles 2015-07-27 16:12:24 -07:00
npm build(npm): don't rely on fs-extra when purging node_modules 2015-07-01 09:19:03 -07:00
traceur-jasmine chore(cjs): make async tests fail faster 2015-08-27 21:41:47 -07:00
transpiler chore: update all import paths 2015-08-25 15:33:23 -07:00
tslint feat(build): require parameter types 2015-07-21 06:20:13 -07:00
check-environment.js build: make 'npm install' work reliably and issue build warning when node_modules look stale 2015-06-08 13:05:04 -07:00
chromedriverpatch.js chore(testing): update protractor to version 2.1.0 2015-05-20 17:28:23 -07:00
tsd.json chore(tsd): update jasmine 2015-06-05 16:48:54 -04:00
utils.inc feat(bundle): add script to push bundles to code.angularjs.org 2015-04-14 14:50:53 -07:00