21 January 2015 - Release 0.14.4 =================================== Highlights: * Adds removeAll: removeAllFoundIn: and removeAllSuchThat: to the collection API * Adds one test for each of those methods. * Upgrades dependency on amber-dev to 0.3.1 20 January 2015 - Release 0.14.3 =================================== Highlights: * Package can specify external dependencies and import them as package-global vars. Commits: https://github.com/amber-smalltalk/amber/compare/0.14.2...0.14.3 Issues: https://github.com/amber-smalltalk/amber/issues?q=milestone%3A0.14.3+is%3Aclosed For the most important API related changes see the file API-CHANGES.txt. 11 January 2015 - Release 0.14.2 =================================== Highlights: * Slimmed core - es5-shim and IE8 compatibilty tweaks in amber-compat-* repos. Commits: https://github.com/amber-smalltalk/amber/compare/0.14.1...0.14.2 For the most important API related changes see the file API-CHANGES.txt. 8 January 2015 - Release 0.14.1 =================================== Highlights: * Slimmed core - legacy IDE, Examples and Benchfib in own repo. * Smalltalk optOut: used instead allowJavaScriptCalls to make jQuery work. Commits: https://github.com/amber-smalltalk/amber/compare/0.14.0...0.14.1 For the most important API related changes see the file API-CHANGES.txt. 1 January 2015 - Release 0.14.0 =================================== Highlights: * Removed deprecated stuff and backward compatibility support code. * You can wrap any object using #asJQuery. Commits: https://github.com/amber-smalltalk/amber/compare/0.13.2...0.14.0 Issues: https://github.com/amber-smalltalk/amber/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.14.0 For the most important API related changes see the file API-CHANGES.txt. 31 December 2014 - Release 0.13.3 =================================== This is a planned maintenance release. It contains everything 0.14.0 contains, but it retains all the backwards compatibility stuff, which is going to be removed in 0.14.0. 22 October 2014 - Release 0.13.2 =================================== This is maintenance release to upgrade CodeMirror jointly in Amber and Helios. Highlights: * CodeMirror upgrade for Amber and Helios. * Cleaned of all (as far as findable) uses of deprecated code. * Recompile using `grunt` in Windows now does not add cr characters. Commits: https://github.com/amber-smalltalk/amber/compare/0.13.0...0.13.2 For the most important API related changes see the file API-CHANGES.txt. 10 October 2014 - Release 0.13.1 =================================== Highlights: * Reworked cleaner DNU handling in core. * `amber init` fully embraced as the way to create new project. * Helios IDE is extracted and is now a project on its own. * It is included as dev-dependency in any new project by default. * Movable data out of index.html: * list of production packages in deploy.js; * list of development packages in devel.js; * project amd mappings in local.amd.json; * libraries' amd mappings in lib_directory.amd.json. * 'Batteries included' deployment via `grunt deploy`. * 0.13.1 because of technical issues w/ 0.13.0 release process. Commits: https://github.com/amber-smalltalk/amber/compare/0.12.6...0.13.0 Issues: https://github.com/amber-smalltalk/amber/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.13.0 For the most important API related changes see the file API-CHANGES.txt. 1 July 2014 - Release 0.12.6 =================================== Highlights: * SUnit Runner in Helios IDE. * `amber` and `amberc` cli moved to `external` directory and to dedicated npm package. * Bootstrap 3 can be used in Amber projects (no more nameclash with Helios' bootstrap 2 using bootstrap2.3.2 name). * Wider range of jQuery versions allowed. * Amber now parses `$c` character literal. * `amber` is not to be installed globally any more. Instead, `npm install -g amber-cli` installs cli tooling. * After installing the cli tooling, `amber init` initializes new project if run in empty directory. Commits: https://github.com/amber-smalltalk/amber/compare/0.12.4...0.12.6 Issues: https://github.com/amber-smalltalk/amber/issues?milestone=13&state=closed For the most important API related changes see the file API-CHANGES.txt. 11 April 2014 - Release 0.12.4 =================================== Highlights: * Fixed backward compatibility for pre-0.12.3 loader syntax. * `namespace/_source` is not needed to map and is recommended not to use; `.st` files are by default committed to the `.js` location. * All sources, including js files into the src/ directory * Many improvements in Helios, especially in its debugger and inspector, as well as UI-related improvements * New Helios dark theme by @BenjaminVanRyseghem Commits: https://github.com/amber-smalltalk/amber/compare/0.12.3...0.12.4 Issues: https://github.com/amber-smalltalk/amber/issues?milestone=12&state=closed For the most important API related changes see the file API-CHANGES.txt. 22 January 2014 - Release 0.12.3 =================================== Highlights: * JQuery updated to ~1.10.2; jquery-ui updated to match * Subclasses of `nil` can be created * Several fixes for IE8 * amber.js can be loaded asynchronously (it must have an id 'amber-path-mapper' in that case) * CodeMirror updated to ~3.20.0 Commits: https://github.com/amber-smalltalk/amber/compare/0.12.2...0.12.3 Issues: https://github.com/amber-smalltalk/amber/issues?milestone=11&state=closed For the most important API related changes see the file API-CHANGES.txt. 3 December 2013 - Release 0.12.2 =================================== Highlights: * Loading Amber in nested pages now possible (via additional `data-libs` attribute of the `