API-CHANGES.txt 8.8 KB

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