API-CHANGES.txt 20 KB

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