API-CHANGES.txt 9.2 KB

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