瀏覽代碼

Tried to make consistent format in API-CHANGES.txt

Herbert Vojčík 10 年之前
父節點
當前提交
938ecdaf58
共有 1 個文件被更改,包括 71 次插入75 次删除
  1. 71 75
      API-CHANGES.txt

+ 71 - 75
API-CHANGES.txt

@@ -4,20 +4,17 @@
 * A dozen of methods moved from Object to ProtoObject
 
 
-+ Package
-  + >>load
-  + >>loadFromNamespace:
-+ Package class
-  + >>load:
-  + >>load:fromNamespace:
-+ PackageTransport
-  + >>load
-+ PackageHandler
-  + >>load:
-+ AmdPackageHandler
-  + >>load:
-
-- HTMLCanvas class
++ Package >>
+  + load
+  + loadFromNamespace:
++ Package class >>
+  + load:
+  + load:fromNamespace:
++ PackageTransport >> load
++ PackageHandler >> load:
++ AmdPackageHandler >> load:
+
+- HTMLCanvas class >>
   - browserVersion
   - isMSIE
   - isMozilla
@@ -30,21 +27,20 @@
 * Collection >> contains: is deprecated in favor of anySatisfy:
 
 
-+ Announcer
-  + >>on:doOnce:
-+ String
-  + >>uriEncoded
-  + >>uriDecoded
-  + >>uriComponentEncoded
-  + >>uriComponentDecoded
-+ Collection
-  + >>removeAll
-  + >>ifEmpty:ifNotEmpty:
-  + >>ifNotEmpty:ifEmpty:
-  + >>anyOne
-  + >>noneSatisfy:
-  + >>anySatisfy:
-  + >>allSatisfy:
++ Announcer >> on:doOnce:
++ String >>
+  + uriEncoded
+  + uriDecoded
+  + uriComponentEncoded
+  + uriComponentDecoded
++ Collection >>
+  + removeAll
+  + ifEmpty:ifNotEmpty:
+  + ifNotEmpty:ifEmpty:
+  + anyOne
+  + noneSatisfy:
+  + anySatisfy:
+  + allSatisfy:
 
 
 0.12.0:
@@ -57,50 +53,50 @@
   * support transport types and commit channels
 
 
-+ Node
-  + >>nextChild
-  + >>method
-  + >>postCopy
-  + >>isCascadeNode
-  + >>isLastChild
-+ BlockNode
-  + >>nextNode:
-  + >>nextChild
-+ SendNode
-  + >>isCascadeSendNode
-  + >>shouldBeAliased
-+ CompiledMethod>>sendTo:arguments:
-+ Array
-  + >>addFirst:
-  + >>removeLast
-+ Number
-  + >>ceiling
-  + >>floor
-  + >>asNumber
-  + >>//
-  + >>cos
-  + >>sin
-  + >>tan
-  + >>arcCos
-  + >>arcSin
-  + >>arcTan
-  + >>log
-  + >>log:
-  + >>raisedTo:
-  + >>sign
-  + >>**
-  + >>ln
-  + >>e
-+ String
-  + class>>esc
-  + >>asMutator
-  + >>capitalized
-  + >>isCapitalized
-+ JSProxy>>printString
-+ Behavior
-  + >>ownProtocols
-  + >>ownMethods
-+ JSStream>>nextPutSendIndexFor:
++ Node >>
+  + nextChild
+  + method
+  + postCopy
+  + isCascadeNode
+  + isLastChild
++ BlockNode >>
+  + nextNode:
+  + nextChild
++ SendNode >>
+  + isCascadeSendNode
+  + shouldBeAliased
++ CompiledMethod >> sendTo:arguments:
++ Array >>
+  + addFirst:
+  + removeLast
++ Number >>
+  + ceiling
+  + floor
+  + asNumber
+  + //
+  + cos
+  + sin
+  + tan
+  + arcCos
+  + arcSin
+  + arcTan
+  + log
+  + log:
+  + raisedTo:
+  + sign
+  + **
+  + ln
+  + e
++ String class >> esc
++ String >>
+  + asMutator
+  + capitalized
+  + isCapitalized
++ JSProxy >> printString
++ Behavior >>
+  + ownProtocols
+  + ownMethods
++ JSStream >> nextPutSendIndexFor:
 + InterfacingObject class
 + Interpreter class
 + DocumentFragmentTag class
@@ -108,8 +104,8 @@
 + PlatformInterface class
 
 
-- Node>>extent
-- JSStream>>nextPutStatement:with:
+- Node >> extent
+- JSStream >> nextPutStatement:with:
 - Smalltalk.installSuperclass()
 - ClassReferenceNode class (now handled via VariableNode)