API-CHANGES.txt 19 KB

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