API-CHANGES.txt 20 KB

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