API-CHANGES.txt 20 KB

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