API-CHANGES.txt 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062
  1. 0.24.1:
  2. * Deprecate Behavior >> javascriptConstructor(:)
  3. * Deprecate IRInstruction >> needsBoxingAsReceiver
  4. * UnknownVar => ExternallyKnownVar
  5. * Added Teachable class.
  6. + Behavior >>
  7. + alternateConstructorViaSelector:
  8. + applySuperConstructorOn:withArguments:
  9. + beJavaScriptSubclassOf:
  10. + javaScriptConstructor
  11. + javaScriptConstructor:
  12. + BlockClosure >>
  13. + tryIfTrue:catch:
  14. + ExternallyKnownVar >>
  15. + isExternallyKnownVar
  16. + IRInstruction >>
  17. + asReceiver
  18. + IRValue >>
  19. + asReceiver
  20. + IRVariable >>
  21. + asReceiver
  22. + PseudoVar
  23. + asReceiver
  24. + SemanticAnalyzer >>
  25. + errorInvalidAssignment:
  26. + isVariableKnown:inPackage:
  27. + ScopeVar >>
  28. + asReceiver
  29. + isExternallyKnownVar
  30. + SequenceableCollection >>
  31. + copyWithFirst:
  32. + SmalltalkImage >>
  33. + isError:
  34. + try:ifTrue:catch:
  35. + amber/boot api >>
  36. + detachClass(klass)
  37. + amber/helpers exports >>
  38. + $nil
  39. - AliasVar >>
  40. - node
  41. - node:
  42. - ArgVar >>
  43. - isArgVar
  44. - Error >>
  45. - beSmalltalkError
  46. - isSmalltalkError
  47. - IRInstruction >>
  48. - isSelf
  49. - IRValue >>
  50. - needsBoxingAsReceiver
  51. - IRVariable >>
  52. - isSelf
  53. - needsBoxingAsReceiver
  54. - JavaScriptError >>
  55. - shouldBeStubbed
  56. - wrap
  57. - MethodContext >>
  58. - stubHere
  59. - stubToAtMost:
  60. - MethodLexicalScope >>
  61. - unknownVariables
  62. - PseudoVar >>
  63. - isSelf
  64. - ScopeVar >>
  65. - isArgVar
  66. - isSelf
  67. - isUnknownVar
  68. - validateAssignment
  69. - SemanticAnalyzer >>
  70. - isVariableUndefined:inPackage:
  71. - SendNode >>
  72. - shouldBeInlined
  73. - shouldBeInlined:
  74. - UnknownVar >>
  75. - isUnknownVar
  76. - VariableNode >>
  77. - beAssigned
  78. - isArgument
  79. - amber/boot api >>
  80. - addElement(arraySet, el)
  81. - removeElement(arraySet, el)
  82. 0.23.2:
  83. + Platform class >>
  84. + fetch:
  85. + fetchUrl:options:
  86. + BrowserPlatform >>
  87. + fetch:
  88. + fetchUrl:options:
  89. + NodePlatform >>
  90. + fetch:
  91. + fetchUrl:options:
  92. 0.23.1:
  93. + TBehaviorDefaults >>
  94. + includingPossibleMetaDo:
  95. + Class >>
  96. + includingPossibleMetaDo:
  97. + CompiledMethod >>
  98. + origin
  99. - SmalltalkImage >>
  100. - includesKey:
  101. 0.23.0:
  102. * Namespace change: amber_core => amber/core.
  103. * amber/boot api addClass only takes 3 params; 4 param version deprecated
  104. + SmalltalkImage >>
  105. + beClean
  106. + amber/helpers exports >>
  107. + beClean
  108. + amber/boot api >>
  109. + setSlots(klass, arrayOfNames)
  110. 0.22.4:
  111. * Remove class IndexableCollection, trait TKeyValueCollection.
  112. * Merge CharacterArray class into String class
  113. * Deprecate CharacterArray class
  114. * Deprecate Collection >> copyWithAll:, #, is enough.
  115. + amber/helpers exports
  116. + loadPackages
  117. - Array >>
  118. - numericallyIndexable
  119. - Set
  120. - detect:ifNone: (pushed up to Collection)
  121. - SequenceableCollection
  122. - numericallyIndexable
  123. - String >>
  124. - numericallyIndexable
  125. 0.22.1:
  126. + BlockClosure >>
  127. + provided
  128. + Class >>
  129. + provided
  130. 0.22.0:
  131. * Deprecate Exception >> resignal. Should have been #pass.
  132. + Compiler >>
  133. + ast:forClass:protocol:
  134. + cleanCodeGenerator
  135. + codeGenerator
  136. + forClass:protocol:
  137. + Exception
  138. + outer
  139. + pass
  140. + JSObjectProxy >>
  141. + removeKey:
  142. + Number >>
  143. + ln1p
  144. + SmalltalkImage >>
  145. + postLoad
  146. - AmberBootstrapInitialization class >>
  147. - initializeClasses
  148. - ClassBuilder >>
  149. - setupClass:
  150. - Compiler >>
  151. - compileNode:forClass:package:
  152. - ProtoObject
  153. - asJSON
  154. - asJavascript
  155. - SmalltalkImage >>
  156. - packageAt:
  157. - amber/boot api >>
  158. - nextId
  159. 0.21.1:
  160. + ClassBuilder >>
  161. + class:instanceVariables:
  162. + JSObjectProxy class >>
  163. + null
  164. + undefined
  165. - ClassBuilder >>
  166. - basicClass:instanceVariableNames:
  167. 0.21.0:
  168. * Deprecate SmalltalkImage >> existsJsGlobal:
  169. + Number >>
  170. + bitAnd:
  171. + bitNot
  172. + bitOr:
  173. + bitXor:
  174. + printStringBase:
  175. + Platform class >>
  176. + includesGlobal:
  177. 0.20.0:
  178. * Internal kernel fields naming changes.
  179. + amber/boot api >>
  180. + traitsOrClasses
  181. - SmalltalkImage >>
  182. - legacyGlobalJsVariables
  183. - amber/boot >>
  184. - nil
  185. - dnu
  186. - amber/boot api >>
  187. - classes
  188. 0.19.1:
  189. * Deprecate amber/boot api nextId, prop globalJsVariables.
  190. * Deprecate ProtoObject >> identityHash.
  191. * Deprecate SmalltalkImage >> packageAt: in favour of explicit #packageAt:if{Absent,Present}:.
  192. + AmberBootstrapInitialization class >>
  193. + run
  194. + initializeClasses
  195. + organizeClasses
  196. + organizeMethods
  197. + Behavior >>
  198. + basicOrganization
  199. + basicOrganization:
  200. + ClassOrganizer >>
  201. + theClass
  202. + ClassOrganizer class >>
  203. + on:
  204. + Compiler class >>
  205. + eval:
  206. + JavaScriptException >>
  207. + shouldBeStubbed
  208. + wrap
  209. + Message class >>
  210. + selector:arguments:notUnderstoodBy:
  211. + MethodContext >>
  212. + stubHere
  213. + stubToAtMost:
  214. + NonBooleanReceiver class >>
  215. + signalOn:
  216. + Package >>
  217. + evalBlock
  218. + evalBlock:
  219. + Package class >>
  220. + named:javaScriptDescriptor:
  221. + SmalltalkImage >>
  222. + packageDictionary
  223. + packageAt:ifPresent:
  224. + TBehaviorProvider >>
  225. + methodOrganizationEnter:andLeave:
  226. + TMasterBehavior >>
  227. + definedMethods
  228. + enterOrganization
  229. + leaveOrganization
  230. + Trait >>
  231. + basicOrganization
  232. + basicOrganization:
  233. + UndefinedObject >>
  234. + ==
  235. + Number >>
  236. + min:max:
  237. + degreesToRadians
  238. + radiansToDegrees
  239. + arcTan:
  240. + between:and:
  241. + Number class >>
  242. + radiansPerDegree
  243. + Point >>
  244. + dotProduct:
  245. + normal
  246. + angle
  247. + normalized
  248. + r
  249. + corner:
  250. + extent:
  251. + rectangle:
  252. + Rectangle >>
  253. + =
  254. + corner
  255. + origin
  256. + containsPoint:
  257. + containsRect:
  258. + printOn:
  259. + Rectangle class >>
  260. + origin:corner:
  261. + origin:extent:
  262. + point:point:
  263. - Package >>
  264. - basicName:
  265. - basicImports
  266. - ProtoObject >>
  267. - isSameInstanceAs:
  268. - ObjectTest >>
  269. - testIdentityHash
  270. - amber/boot api >>
  271. - reservedWords (with the hope no one uses it directly)
  272. 0.19.0:
  273. * Remove class Thenable, add trait TThenable.
  274. * Behavior / Trait hierarchy uses traits.
  275. + NativeFunction class >>
  276. + isNativeFunction:
  277. + IRInstructions >>
  278. + isSelf
  279. + isSuper
  280. + IRVariable >>
  281. + isSelf
  282. + isSuper
  283. + ScopeVar >>
  284. + isSelf
  285. + isSuper
  286. + PseudoVar >>
  287. + isSelf
  288. + isSuper
  289. +UndefinedObject >>
  290. + identityHash
  291. + value
  292. + amber/boot >>
  293. + nilAsValue
  294. - IRSend >>
  295. - isSuperSend
  296. 0.18.3:
  297. * Move {add,remove}Element from Array.prototype to kernel API.
  298. * New superclass of Behavior named BehaviorBody, pushed up some methods.
  299. * Represents named holder of methods; hierarchy and instantiation left to Behavior.
  300. * Add class Trait as subclass of BehaviorBody.
  301. * Add class TraitTransformation.
  302. * Deprecate #asJSON in favour of #asJavaScriptObject.
  303. * Deprecate #asJavascript in favour of #asJavaScriptSource.
  304. + BehaviorBody >>
  305. + setTraitComposition:
  306. + traitCompositionDefinition
  307. + traitUsers
  308. + allSubclassesDo:
  309. + superclass
  310. + Trait >>
  311. + allInstanceVariableNames
  312. + allSubclassesDo:
  313. + asJavascript
  314. + asTraitComposition
  315. + category
  316. + classTag
  317. + definition
  318. + package
  319. + superclass
  320. + theMetaClass
  321. + theNonMetaClass
  322. + exportBehaviorDefinitionTo:using:
  323. + traitUsers
  324. + package:
  325. + Trait class >>
  326. + named:package:
  327. + named:uses:package:
  328. + TraitTransformation >>
  329. + -
  330. + @
  331. + addAliases:
  332. + addExclusions:
  333. + aliases
  334. + asJSON
  335. + asJavascript
  336. + asTraitComposition
  337. + asTraitTransformation
  338. + definition
  339. + exclusions
  340. + initialize
  341. + postCopy
  342. + trait
  343. + trait:
  344. + Collection >>
  345. + copyWithout:
  346. + SequenceableCollection >>
  347. + reverseDo:
  348. + Array >>
  349. + asTraitComposition
  350. + amber/boot api >>
  351. + addElement
  352. + removeElement
  353. + wrapJavaScript
  354. + CharacterArray >>
  355. + asSymbolPrintOn:
  356. + symbolPrintString
  357. + String >>
  358. + isSelector
  359. + StringStream >>
  360. + print:
  361. + printSymbol:
  362. + Package >>
  363. + traitCompositions
  364. + Class >>
  365. + subClass:
  366. + subClass:uses:
  367. + subClass:uses:instanceVariables:
  368. + subClass:uses:instanceVariables:category:
  369. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  370. + subClass:uses:instanceVariables:package:
  371. + UndefinedObject >>
  372. + subClass:
  373. + subClass:uses:
  374. + subClass:uses:instanceVariables:
  375. + subClass:uses:instanceVariables:category:
  376. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  377. + subClass:uses:instanceVariables:package:
  378. + Metaclass >>
  379. + uses:instanceVariableNames:
  380. - Association >>
  381. - importsString
  382. - String >>
  383. - importsString
  384. - AbstractExporter
  385. - classNameFor:
  386. - Exporter >>
  387. - jsClassNameFor:
  388. 0.18.2:
  389. * Add Platform-DOM package with DOM-related stuff.
  390. * Platform-DOM not loaded by default. Packages that will use it will import it.
  391. + PlatformDom class >>
  392. + isFeasible
  393. + isDomNode:
  394. + newCustomEvent:detail:
  395. + toArray:
  396. + CharacterArray >>
  397. + asDomNode
  398. + Collection >>
  399. + asDomNode
  400. + JSObjectProxy >>
  401. + asDomNode
  402. + String >>
  403. + htmlTextContent
  404. 0.18.1:
  405. + ASTNode >>
  406. + withTail:
  407. - SendNode >>
  408. - valueWithReceiver:
  409. 0.18.0:
  410. * Remove class RethrowErrorHandler (hack for cli before 0.12.3).
  411. * Add Kernel-Dag package with abstract DAG-node and DAG-node visitor.
  412. * Some internal API changes in Compiler-* (including the move to DAG-node).
  413. - Object >>
  414. - throw:
  415. 0.17.0:
  416. * Remove classes InterfacingObject, PlatformInterface.
  417. * Deprecate $boot.nil (use $boot.nilAsReceiver).
  418. + amber/boot >>
  419. + nilAsReceiver
  420. - NativeFunction class >>
  421. - constructor:
  422. - constructor:value:
  423. - constructor:value:value:
  424. - constructor:value:value:value:
  425. 0.16.1:
  426. * Deprecate $boot.dnu (use $boot.nilAsClass).
  427. + amber/boot >>
  428. + nilAsClass
  429. 0.16.0:
  430. * Deprecate ClassBuilder >> setupClass:
  431. * $core.initialize now returns a Promise
  432. * $core.addClass now returns the class
  433. + amber/boot api >>
  434. + send2
  435. + traverseClassTree
  436. + Promise class >>
  437. + new
  438. - amber/boot api >>
  439. - wrapClassName
  440. - send
  441. - allSubclasses
  442. - AbstractCodeGenerator >>
  443. - classNameFor:
  444. 0.15.1:
  445. * Thenable class added
  446. * Promise class added, wraps JS Promise, subclass of Thenable
  447. + Thenable >>
  448. + catch:
  449. + on:do:
  450. + on:do:catch:
  451. + then:
  452. + then:catch:
  453. + then:on:do:
  454. + then:on:do:catch:
  455. + JSObjectProxy >>
  456. + catch:
  457. + on:do:
  458. + on:do:catch:
  459. + then:
  460. + then:catch:
  461. + then:on:do:
  462. + then:on:do:catch:
  463. + amber/boot api >>
  464. + seamless
  465. + Promise class >>
  466. + new:
  467. + forBlock:
  468. + value:
  469. + signal:
  470. + all:
  471. + any:
  472. 0.14.18:
  473. * Some internal API changes in Compiler-*.
  474. 0.14.14:
  475. * InterfacingObject >> ajax: deprecated
  476. * PlatformInterface class deprecated
  477. * Class BrowserInterface removed
  478. * Class Terminal, BrowserTerminal added
  479. * Class Platform, BrowserPlatform added
  480. + Environment >>
  481. + renamePackage:to:
  482. + Platform class >>
  483. + globals
  484. + newXhr
  485. + Terminal class >>
  486. + alert:
  487. + confirm:
  488. + prompt:
  489. + prompt:default:
  490. SmalltalkImage >>
  491. + existsJsGlobal:
  492. - PlatformInterface class >>
  493. - initialize
  494. - setWorker:
  495. 0.14.12:
  496. + JSObjectProxy >>
  497. + putOn:
  498. + ProtoStream >>
  499. + nextPutJSObject:
  500. 0.14.11:
  501. * Basic streaming protocol extracted from Stream to ProtoStream
  502. + Object >>
  503. + in:
  504. + JSObjectProxy >>
  505. + in:
  506. 0.14.10:
  507. + JSObjectProxy class >>
  508. + addObjectVariablesTo:ofProxy:
  509. + compareJSObjectOfProxy:withProxy:
  510. + forwardMessage:withArguments:ofProxy:
  511. + jsObject:ofProxy:
  512. + lookupProperty:ofProxy:
  513. - JSObjectProxy >>
  514. - jsObject:
  515. - lookupProperty:
  516. - compareJSObjectWith:
  517. - addObjectVariablesTo:
  518. - forwardMessage:withArguments:
  519. 0.14.4:
  520. + AmdExporter >>
  521. + importsForOutput:
  522. + AbstractCodeGenerator >>
  523. + currentPackage
  524. + currentPackage:
  525. + Compiler >>
  526. + currentPackage
  527. + currentPackage:
  528. + compile:forClass:protocol:
  529. + compileNode:forClass:package:
  530. + SemanticAnalyzer >>
  531. + thePackage
  532. + thePackage:
  533. + isVariableUndefined:inPackage:
  534. - Compiler >>
  535. - compile:
  536. - compile:forClass:
  537. - compileExpression:
  538. - SemanticAnalyzer >>
  539. - isVariableGloabllyUndefined:
  540. - Behavior >>
  541. - compile:
  542. 0.14.3:
  543. * #heliosClass is now #classTag
  544. + Compiler >>
  545. + eval:forPackage:
  546. + Behavior >>
  547. + packageOfProtocol:
  548. + Exporter >>
  549. + exportPackageContextOf:on:
  550. + exportPackageImportsOf:on:
  551. + Package >>
  552. + basicImports
  553. + imports
  554. + imports:
  555. + importsDefinition
  556. + importsFromJson:
  557. + importsAsJson
  558. + sortedImportsAsArray
  559. + validateImports:
  560. + Package class >>
  561. + named:imports:transport:
  562. + Association >>
  563. + importsString
  564. + String >>
  565. + importsString
  566. + ProtoObject >>
  567. + ifNil:
  568. + ifNil:ifNotNil:
  569. + ifNotNil:
  570. + ifNotNil:ifNil:
  571. + isNil
  572. + notNil
  573. - Object >>
  574. - ifNil:
  575. - ifNil:ifNotNil:
  576. - ifNotNil:
  577. - ifNotNil:ifNil:
  578. - isNil
  579. - notNil
  580. 0.14.1:
  581. * NativeFunction class >> constructor:[value:...] deprecated
  582. + NativeFunction class >>
  583. + constructorNamed:
  584. + constructorNamed:value:
  585. + constructorNamed:value:value:
  586. + constructorNamed:value:value:value:
  587. + constructorOf:
  588. + constructorOf:value:
  589. + constructorOf:value:value:
  590. + constructorOf:value:value:value:
  591. + functionNamed:
  592. + functionNamed:value:
  593. + functionNamed:value:value:
  594. + functionNamed:value:value:value:
  595. + functionNamed:valueWithArgs:
  596. + functionOf:
  597. + functionOf:value:
  598. + functionOf:value:value:
  599. + functionOf:value:value:value:
  600. + functionOf:valueWithArgs:
  601. + methodOf:this:
  602. + methodOf:this:value:
  603. + methodOf:this:value:value:
  604. + methodOf:this:value:value:value:
  605. + methodOf:this:valueWithArgs:
  606. + SmalltalkImage >>
  607. + optOut:
  608. + cancelOptOut:
  609. 0.14.0:
  610. + Object >>
  611. + asJQuery
  612. + asJQueryInContext:
  613. + BlockClosure >>
  614. + asJQuery
  615. + asJQueryInContext:
  616. - AnnouncementSubscription >>
  617. - block
  618. - block:
  619. - Collection >>
  620. - contains:
  621. - String >>
  622. - asSelector
  623. - asJavaScriptSelector
  624. - SmalltalkImage >>
  625. - at:
  626. - at:ifAbsent:
  627. - at:put:
  628. - current
  629. - vm
  630. - createPackage:properties:
  631. - MethodContext >>
  632. - temps
  633. - Object >>
  634. - try:catch:
  635. 0.13.2:
  636. + SourceArea class >>
  637. + codeMirror
  638. 0.13.1:
  639. * String >> asSelector is now String >> asJavaScriptMethodName
  640. * String >> asJavaScriptSelector is now String >> asJavaScriptPropertyName
  641. * smalltalk.selector is now smalltalk.st2js
  642. * smalltalk.convertSelector is now smalltalk.js2st
  643. * Collection >> ifEmpty:ifNotEmpty: family passes self to ifNotEmpty: block
  644. * Smalltalk vm is now Smalltalk core
  645. * boot.js's .vm is now .api
  646. * amber load sets' .vm is now .api
  647. * Internal variables smalltalk/globals/_st are now $core/$globals/$recv
  648. + smalltalk.
  649. + accessJavaScript
  650. + Object >>
  651. + postMessageTo:
  652. + postMessageTo:origin:
  653. + Class >>
  654. + heliosClass
  655. + SmalltalkImage >>
  656. + core
  657. + amber/boot
  658. + api
  659. + amber/{devel,deploy,lang} exports
  660. + api
  661. - ProtoObject class >>
  662. - heliosClass
  663. - Object class >>
  664. - heliosClass
  665. - amber/boot
  666. - vm
  667. 0.12.6:
  668. + String >>
  669. + value:
  670. + ProtocolAnnouncement >>
  671. + package
  672. + Behavior >>
  673. + isTestClass
  674. + Package >>
  675. + isTestPackage
  676. + amber/{devel,deploy,lang} exports
  677. + nil
  678. + amber/helpers exports
  679. + nil
  680. 0.12.4:
  681. * Package Canvas renamed to Web
  682. * Object >> try:catch: deprecated in favour of BlockClosure >> tryCatch:
  683. + Announcer >>
  684. + on:do:for:
  685. + Node >>
  686. + navigationNodeAt:ifAbsent:
  687. + BlockClosure >>
  688. + tryCatch:
  689. + Environment >>
  690. + evaluate:for:
  691. + AmberCli >>
  692. + version:
  693. + Object >>
  694. + deprecatedAPI:
  695. - Environment >>
  696. - eval:on:
  697. - evaluateString:on:
  698. 0.12.3:
  699. * Package Import-Export renamed to Kernel-ImportExport
  700. * A dozen of methods moved from Object to ProtoObject
  701. * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
  702. * HashedCollection >> , is now allowed (removed shouldNotImplement)
  703. * HashedCollection and Dictionary both subclasses of AssociativeCollection
  704. * Smalltalk class moved to SmalltalkImage class, Smalltalk is now global var
  705. * Smalltalk current deprecated in favour of Smalltalk
  706. * Smalltalk at:[put:] deprecated in favour of Smalltalk globals at:[put:]
  707. * <smalltalk.ClassName> deprecated in favour of <globals.ClassName>
  708. + CompiledMethod >>
  709. + defaultProtocol
  710. + Behavior >>
  711. + compile:protocol:
  712. + removeProtocolIfEmpty:
  713. + Package >>
  714. + load
  715. + loadFromNamespace:
  716. + Package class >>
  717. + load:
  718. + load:fromNamespace:
  719. + PackageTransport >> load
  720. + PackageHandler >> load:
  721. + AmdPackageHandler >> load:
  722. + Set >> removeAll
  723. + AssociativeCollection class
  724. + BucketStore class
  725. + SmalltalkImage >>
  726. + globals
  727. + vm
  728. + settings
  729. + Setting class
  730. + String >>
  731. + asSetting
  732. + asSettingIfAbsent:
  733. + settingValue
  734. + settingValueIfAbsent:
  735. + settingValue:
  736. + Smalltalk global variable
  737. - CompiledMethod >>
  738. - category: (use #protocol:)
  739. - defaultCategory
  740. - Behavior >> compile:category:
  741. - HTMLCanvas class >>
  742. - browserVersion
  743. - isMSIE
  744. - isMozilla
  745. - isOpera
  746. - isWebkit
  747. 0.12.2:
  748. * Collection >> contains: is deprecated in favor of anySatisfy:
  749. + Announcer >> on:doOnce:
  750. + String >>
  751. + uriEncoded
  752. + uriDecoded
  753. + uriComponentEncoded
  754. + uriComponentDecoded
  755. + Collection >>
  756. + removeAll
  757. + ifEmpty:ifNotEmpty:
  758. + ifNotEmpty:ifEmpty:
  759. + anyOne
  760. + noneSatisfy:
  761. + anySatisfy:
  762. + allSatisfy:
  763. 0.12.0:
  764. * SmalltalkMethodContext.prototype.fillBlock() takes a third 'index' parameter
  765. * Existing classes moved to new KernelInfrastructure package
  766. * ImporterExporter
  767. * are now StreamExporters
  768. * aware of AMD namespaces
  769. * support transport types and commit channels
  770. + Node >>
  771. + nextChild
  772. + method
  773. + postCopy
  774. + isCascadeNode
  775. + isLastChild
  776. + BlockNode >>
  777. + nextNode:
  778. + nextChild
  779. + SendNode >>
  780. + isCascadeSendNode
  781. + shouldBeAliased
  782. + CompiledMethod >> sendTo:arguments:
  783. + Array >>
  784. + addFirst:
  785. + removeLast
  786. + Number >>
  787. + ceiling
  788. + floor
  789. + asNumber
  790. + //
  791. + cos
  792. + sin
  793. + tan
  794. + arcCos
  795. + arcSin
  796. + arcTan
  797. + log
  798. + log:
  799. + raisedTo:
  800. + sign
  801. + **
  802. + ln
  803. + e
  804. + String class >> esc
  805. + String >>
  806. + asMutator
  807. + capitalized
  808. + isCapitalized
  809. + JSProxy >> printString
  810. + Behavior >>
  811. + ownProtocols
  812. + ownMethods
  813. + JSStream >> nextPutSendIndexFor:
  814. + InterfacingObject class
  815. + Interpreter class
  816. + DocumentFragmentTag class
  817. + AbstractExporter class
  818. + PlatformInterface class
  819. - Node >> extent
  820. - JSStream >> nextPutStatement:with:
  821. - Smalltalk.installSuperclass()
  822. - ClassReferenceNode class (now handled via VariableNode)
  823. 0.11.0:
  824. * AnnouncementSubscription use #valuable: instead of #block: (deprecated)
  825. * AbstractCodeGenerator inherits from Object, not NodeVisitor
  826. * Object>>printString
  827. * replace >>printString with >>printOn:
  828. * replace >>storeString with >>printString
  829. * PackageLoader is now PackageHandler (>>commit: >>setupPackagenamed:prefix: >>ajaxPutAt:data:
  830. * Package>>fetch: is now Package>>load:
  831. * Package>>fetch:prefix: is now Package>>load:prefix:
  832. * Queue>>front replaced by Queue>>next
  833. * Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
  834. * Queue>>back: replaced by Queue>>nextPut:
  835. * smalltalk.addMethod() does not use explicit JS selector
  836. * JSObjectProxy>>canForwardMessage: replaced by use of JSObjectProxy>>lookupProperty: with asJavaScriptSelector
  837. * JSObjectProxy>>forwardMessage: replaced by explicit JSObjectProxy>>forwardMessage:withArguments:
  838. * String>>asJavaScriptSelector moved to Kernel-Objects package
  839. + Object>>asString
  840. + Object>>putOn:
  841. + String>>isVowel
  842. + Collection>>putOn:
  843. + CharacterArray>>putOn:
  844. + Stream>><<
  845. + Stream>>write
  846. + SequenceableCollection>>newStream
  847. + SequenceableCollection>>readStream
  848. + SequenceableCollection>>stream
  849. + SequenceableCollection>>streamClass
  850. + SequenceableCollection>>writeStream
  851. + Collection>>isImmutable
  852. + Stream>>nextPutString:
  853. + StringStream>>nextPutString:
  854. + JSStream>>nextPutClassRefFunction:
  855. + String>>crlfSanitized
  856. + inlined Block now also responds to >>value:
  857. + Parser: split literal into runtimeLiteral and parseTimeLiteral
  858. + Parser: write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7)
  859. + Parser: write #(#on:do: #Object) as #(on:do: Object)
  860. + Parser: Symbols for binarie selectores
  861. + Package>>commit
  862. + AIContext>>initializeLocals
  863. + ASTInterpreter>>withBlockContext:
  864. + smalltalk.allSelectors()
  865. + Object>>isCompiledMethod
  866. + Object>>isPackage
  867. + Object>>isBehavior
  868. + ClassMoved Announcemen class
  869. + Behavior>>includesBehavior:
  870. + Environment>>classes
  871. + Environment>>allSelectors
  872. + Environment>>removeProtocol:
  873. + Environment>>renameProtocol:to:in:
  874. + CompiledMethod>>protocol:
  875. + Smalltalk>>globalJsVariables
  876. + Smalltalk>>addGlobalJsVariable:
  877. + Smalltalk>>deleteGlobalJsVariable:
  878. - Object>>storeOn:
  879. - Object>>log:block:
  880. - Object>>printNl
  881. - Compiler-IR.st >>javascriptSelector
  882. - Compiler-IR.st >>nextPutVar:
  883. - Kernel-Collections.st >>asSuperSelector
  884. - Collection>>readStream
  885. - Collection>>stream
  886. - Collection>>streamClass
  887. - Collection>>writeStream
  888. - Symbol class (replaced with String)
  889. - IRInlinedNonLocalReturn class
  890. - IRInlinedSend>>nonLocalReturnInliner
  891. - IRNonLocalReturnInliner class
  892. - Package>>dependencies
  893. - Package>>dependencies:
  894. - Package>>properties
  895. - Package>>jsProperties
  896. - Package>>jsProperties:
  897. - Package>>propertiesAsJSON
  898. - Package>>propertyAt:
  899. - Package>>propertyAt:ifAbsent:
  900. - Package>>propertyAt:put:
  901. - Browser>>ajaxPutAt:data: