API-CHANGES.txt 19 KB

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