API-CHANGES.txt 19 KB

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