1st 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. 11th 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. 22nd Jan 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. 03rd December 2013 - Release 0.12.2 =================================== Highlights: * Loading Amber in nested pages now possible (via additional `data-libs` attribute of the `