1
0

API-CHANGES.txt 20 KB

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