API-CHANGES.txt 19 KB

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