API-CHANGES.txt 7.9 KB

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