API-CHANGES.txt 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. 0.14.11:
  2. * Basic streaming protocol extracted from Stream to ProtoStream
  3. + Object >>
  4. + in:
  5. + JSObjectProxy >>
  6. + in:
  7. 0.14.10:
  8. + JSObjectProxy class >>
  9. + addObjectVariablesTo:ofProxy:
  10. + compareJSObjectOfProxy:withProxy:
  11. + forwardMessage:withArguments:ofProxy:
  12. + jsObject:ofProxy:
  13. + lookupProperty:ofProxy:
  14. - JSObjectProxy >>
  15. - jsObject:
  16. - lookupProperty:
  17. - compareJSObjectWith:
  18. - addObjectVariablesTo:
  19. - forwardMessage:withArguments:
  20. 0.14.4:
  21. + AmdExporter >>
  22. + importsForOutput:
  23. + AbstractCodeGenerator >>
  24. + currentPackage
  25. + currentPackage:
  26. + Compiler >>
  27. + currentPackage
  28. + currentPackage:
  29. + compile:forClass:protocol:
  30. + compileNode:forClass:package:
  31. + SemanticAnalyzer >>
  32. + thePackage
  33. + thePackage:
  34. + isVariableUndefined:inPackage:
  35. - Compiler >>
  36. - compile:
  37. - compile:forClass:
  38. - compileExpression:
  39. - SemanticAnalyzer >>
  40. - isVariableGloabllyUndefined:
  41. - Behavior >>
  42. - compile:
  43. 0.14.3:
  44. * #heliosClass is now #classTag
  45. + Compiler >>
  46. + eval:forPackage:
  47. + Behavior >>
  48. + packageOfProtocol:
  49. + Exporter >>
  50. + exportPackageContextOf:on:
  51. + exportPackageImportsOf:on:
  52. + Package >>
  53. + basicImports
  54. + imports
  55. + imports:
  56. + importsDefinition
  57. + importsFromJson:
  58. + importsAsJson
  59. + sortedImportsAsArray
  60. + validateImports:
  61. + Package class >>
  62. + named:imports:transport:
  63. + Association >>
  64. + importsString
  65. + String >>
  66. + importsString
  67. + ProtoObject >>
  68. + ifNil:
  69. + ifNil:ifNotNil:
  70. + ifNotNil:
  71. + ifNotNil:ifNil:
  72. + isNil
  73. + notNil
  74. - Object >>
  75. - ifNil:
  76. - ifNil:ifNotNil:
  77. - ifNotNil:
  78. - ifNotNil:ifNil:
  79. - isNil
  80. - notNil
  81. 0.14.1:
  82. * NativeFunction class >> constructor:[value:...] deprecated
  83. + NativeFunction class >>
  84. + constructorNamed:
  85. + constructorNamed:value:
  86. + constructorNamed:value:value:
  87. + constructorNamed:value:value:value:
  88. + constructorOf:
  89. + constructorOf:value:
  90. + constructorOf:value:value:
  91. + constructorOf:value:value:value:
  92. + functionNamed:
  93. + functionNamed:value:
  94. + functionNamed:value:value:
  95. + functionNamed:value:value:value:
  96. + functionNamed:valueWithArgs:
  97. + functionOf:
  98. + functionOf:value:
  99. + functionOf:value:value:
  100. + functionOf:value:value:value:
  101. + functionOf:valueWithArgs:
  102. + methodOf:this:
  103. + methodOf:this:value:
  104. + methodOf:this:value:value:
  105. + methodOf:this:value:value:value:
  106. + methodOf:this:valueWithArgs:
  107. + SmalltalkImage >>
  108. + optOut:
  109. + cancelOptOut:
  110. 0.14.0:
  111. + Object >>
  112. + asJQuery
  113. + asJQueryInContext:
  114. + BlockClosure >>
  115. + asJQuery
  116. + asJQueryInContext:
  117. - AnnouncementSubscription >>
  118. - block
  119. - block:
  120. - Collection >>
  121. - contains:
  122. - String >>
  123. - asSelector
  124. - asJavaScriptSelector
  125. - SmalltalkImage >>
  126. - at:
  127. - at:ifAbsent:
  128. - at:put:
  129. - current
  130. - vm
  131. - createPackage:properties:
  132. - MethodContext >>
  133. - temps
  134. - Object >>
  135. - try:catch:
  136. 0.13.2:
  137. + SourceArea class >>
  138. + codeMirror
  139. 0.13.1:
  140. * String >> asSelector is now String >> asJavaScriptMethodName
  141. * String >> asJavaScriptSelector is now String >> asJavaScriptPropertyName
  142. * smalltalk.selector is now smalltalk.st2js
  143. * smalltalk.convertSelector is now smalltalk.js2st
  144. * Collection >> ifEmpty:ifNotEmpty: family passes self to ifNotEmpty: block
  145. * Smalltalk vm is now Smalltalk core
  146. * boot.js's .vm is now .api
  147. * amber load sets' .vm is now .api
  148. * Internal variables smalltalk/globals/_st are now $core/$globals/$recv
  149. + smalltalk.
  150. + accessJavaScript
  151. + Object >>
  152. + postMessageTo:
  153. + postMessageTo:origin:
  154. + Class >>
  155. + heliosClass
  156. + SmalltalkImage >>
  157. + core
  158. + amber/boot exports
  159. + api
  160. + amber/{devel,deploy,lang} exports
  161. + api
  162. - ProtoObject class >>
  163. - heliosClass
  164. - Object class >>
  165. - heliosClass
  166. 0.12.6:
  167. + String >>
  168. + value:
  169. + ProtocolAnnouncement >>
  170. + package
  171. + Behavior >>
  172. + isTestClass
  173. + Package >>
  174. + isTestPackage
  175. + amber/{devel,deploy,lang} exports
  176. + nil
  177. + amber/helpers exports
  178. + nil
  179. 0.12.4:
  180. * Package Canvas renamed to Web
  181. * Object >> try:catch: deprecated in favour of BlockClosure >> tryCatch:
  182. + Announcer >>
  183. + on:do:for:
  184. + Node >>
  185. + navigationNodeAt:ifAbsent:
  186. + BlockClosure >>
  187. + tryCatch:
  188. + Environment >>
  189. + evaluate:for:
  190. + AmberCli >>
  191. + version:
  192. + Object >>
  193. + deprecatedAPI:
  194. - Environment >>
  195. - eval:on:
  196. - evaluateString:on:
  197. 0.12.3:
  198. * Package Import-Export renamed to Kernel-ImportExport
  199. * A dozen of methods moved from Object to ProtoObject
  200. * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
  201. * HashedCollection >> , is now allowed (removed shouldNotImplement)
  202. * HashedCollection and Dictionary both subclasses of AssociativeCollection
  203. * Smalltalk class moved to SmalltalkImage class, Smalltalk is now global var
  204. * Smalltalk current deprecated in favour of Smalltalk
  205. * Smalltalk at:[put:] deprecated in favour of Smalltalk globals at:[put:]
  206. * <smalltalk.ClassName> deprecated in favour of <globals.ClassName>
  207. + CompiledMethod >>
  208. + defaultProtocol
  209. + Behavior >>
  210. + compile:protocol:
  211. + removeProtocolIfEmpty:
  212. + Package >>
  213. + load
  214. + loadFromNamespace:
  215. + Package class >>
  216. + load:
  217. + load:fromNamespace:
  218. + PackageTransport >> load
  219. + PackageHandler >> load:
  220. + AmdPackageHandler >> load:
  221. + Set >> removeAll
  222. + AssociativeCollection class
  223. + BucketStore class
  224. + SmalltalkImage >>
  225. + globals
  226. + vm
  227. + settings
  228. + Setting class
  229. + String >>
  230. + asSetting
  231. + asSettingIfAbsent:
  232. + settingValue
  233. + settingValueIfAbsent:
  234. + settingValue:
  235. + Smalltalk global variable
  236. - CompiledMethod >>
  237. - category: (use #protocol:)
  238. - defaultCategory
  239. - Behavior >> compile:category:
  240. - HTMLCanvas class >>
  241. - browserVersion
  242. - isMSIE
  243. - isMozilla
  244. - isOpera
  245. - isWebkit
  246. 0.12.2:
  247. * Collection >> contains: is deprecated in favor of anySatisfy:
  248. + Announcer >> on:doOnce:
  249. + String >>
  250. + uriEncoded
  251. + uriDecoded
  252. + uriComponentEncoded
  253. + uriComponentDecoded
  254. + Collection >>
  255. + removeAll
  256. + ifEmpty:ifNotEmpty:
  257. + ifNotEmpty:ifEmpty:
  258. + anyOne
  259. + noneSatisfy:
  260. + anySatisfy:
  261. + allSatisfy:
  262. 0.12.0:
  263. * SmalltalkMethodContext.prototype.fillBlock() takes a third 'index' parameter
  264. * Existing classes moved to new KernelInfrastructure package
  265. * ImporterExporter
  266. * are now StreamExporters
  267. * aware of AMD namespaces
  268. * support transport types and commit channels
  269. + Node >>
  270. + nextChild
  271. + method
  272. + postCopy
  273. + isCascadeNode
  274. + isLastChild
  275. + BlockNode >>
  276. + nextNode:
  277. + nextChild
  278. + SendNode >>
  279. + isCascadeSendNode
  280. + shouldBeAliased
  281. + CompiledMethod >> sendTo:arguments:
  282. + Array >>
  283. + addFirst:
  284. + removeLast
  285. + Number >>
  286. + ceiling
  287. + floor
  288. + asNumber
  289. + //
  290. + cos
  291. + sin
  292. + tan
  293. + arcCos
  294. + arcSin
  295. + arcTan
  296. + log
  297. + log:
  298. + raisedTo:
  299. + sign
  300. + **
  301. + ln
  302. + e
  303. + String class >> esc
  304. + String >>
  305. + asMutator
  306. + capitalized
  307. + isCapitalized
  308. + JSProxy >> printString
  309. + Behavior >>
  310. + ownProtocols
  311. + ownMethods
  312. + JSStream >> nextPutSendIndexFor:
  313. + InterfacingObject class
  314. + Interpreter class
  315. + DocumentFragmentTag class
  316. + AbstractExporter class
  317. + PlatformInterface class
  318. - Node >> extent
  319. - JSStream >> nextPutStatement:with:
  320. - Smalltalk.installSuperclass()
  321. - ClassReferenceNode class (now handled via VariableNode)
  322. 0.11.0:
  323. * AnnouncementSubscription use #valuable: instead of #block: (deprecated)
  324. * AbstractCodeGenerator inherits from Object, not NodeVisitor
  325. * Object>>printString
  326. * replace >>printString with >>printOn:
  327. * replace >>storeString with >>printString
  328. * PackageLoader is now PackageHandler (>>commit: >>setupPackagenamed:prefix: >>ajaxPutAt:data:
  329. * Package>>fetch: is now Package>>load:
  330. * Package>>fetch:prefix: is now Package>>load:prefix:
  331. * Queue>>front replaced by Queue>>next
  332. * Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
  333. * Queue>>back: replaced by Queue>>nextPut:
  334. * smalltalk.addMethod() does not use explicit JS selector
  335. * JSObjectProxy>>canForwardMessage: replaced by use of JSObjectProxy>>lookupProperty: with asJavaScriptSelector
  336. * JSObjectProxy>>forwardMessage: replaced by explicit JSObjectProxy>>forwardMessage:withArguments:
  337. * String>>asJavaScriptSelector moved to Kernel-Objects package
  338. + Object>>asString
  339. + Object>>putOn:
  340. + String>>isVowel
  341. + Collection>>putOn:
  342. + CharacterArray>>putOn:
  343. + Stream>><<
  344. + Stream>>write
  345. + SequenceableCollection>>newStream
  346. + SequenceableCollection>>readStream
  347. + SequenceableCollection>>stream
  348. + SequenceableCollection>>streamClass
  349. + SequenceableCollection>>writeStream
  350. + Collection>>isImmutable
  351. + Stream>>nextPutString:
  352. + StringStream>>nextPutString:
  353. + JSStream>>nextPutClassRefFunction:
  354. + String>>crlfSanitized
  355. + inlined Block now also responds to >>value:
  356. + Parser: split literal into runtimeLiteral and parseTimeLiteral
  357. + Parser: write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7)
  358. + Parser: write #(#on:do: #Object) as #(on:do: Object)
  359. + Parser: Symbols for binarie selectores
  360. + Package>>commit
  361. + AIContext>>initializeLocals
  362. + ASTInterpreter>>withBlockContext:
  363. + smalltalk.allSelectors()
  364. + Object>>isCompiledMethod
  365. + Object>>isPackage
  366. + Object>>isBehavior
  367. + ClassMoved Announcemen class
  368. + Behavior>>includesBehavior:
  369. + Environment>>classes
  370. + Environment>>allSelectors
  371. + Environment>>removeProtocol:
  372. + Environment>>renameProtocol:to:in:
  373. + CompiledMethod>>protocol:
  374. + Smalltalk>>globalJsVariables
  375. + Smalltalk>>addGlobalJsVariable:
  376. + Smalltalk>>deleteGlobalJsVariable:
  377. - Object>>storeOn:
  378. - Object>>log:block:
  379. - Object>>printNl
  380. - Compiler-IR.st >>javascriptSelector
  381. - Compiler-IR.st >>nextPutVar:
  382. - Kernel-Collections.st >>asSuperSelector
  383. - Collection>>readStream
  384. - Collection>>stream
  385. - Collection>>streamClass
  386. - Collection>>writeStream
  387. - Symbol class (replaced with String)
  388. - IRInlinedNonLocalReturn class
  389. - IRInlinedSend>>nonLocalReturnInliner
  390. - IRNonLocalReturnInliner class
  391. - Package>>dependencies
  392. - Package>>dependencies:
  393. - Package>>properties
  394. - Package>>jsProperties
  395. - Package>>jsProperties:
  396. - Package>>propertiesAsJSON
  397. - Package>>propertyAt:
  398. - Package>>propertyAt:ifAbsent:
  399. - Package>>propertyAt:put:
  400. - Browser>>ajaxPutAt:data: