API-CHANGES.txt 19 KB

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