API-CHANGES.txt 19 KB

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