API-CHANGES.txt 8.7 KB

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