API-CHANGES.txt 19 KB

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