API-CHANGES.txt 20 KB

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