Releases: lakrme/atom-levels-language-ruby
Releases · lakrme/atom-levels-language-ruby
0.5.9
- There are no user-facing changes in this release
0.5.8
- Removed the undocumented Atom function
::removeGrammar
0.5.7
- Converted the grammar files from CSON to JSON
- Removed the
season
dependency
0.5.6
- Converted the main module from CoffeeScript to JavaScript
0.5.5
- Added the stack trace to error notifications
0.5.4
- Bug fixes and performance improvements
0.5.3
- Updated the grammar file to use Atom's internal Ruby grammar
0.5.2
- Updated the changelog to reflect the changes of the last release
0.5.1
- The executables now support the
-d
flag for debugging purposes used by the levels-debugger-ruby
package
- The
config.json
file now includes an options
object for each level
- Sources have been restructured for a simpler build process
0.5.0
- Hopefully fixed the compatibility problems with the darwin executable
- Fixed a bug that caused the configuration settings to be unset when updating the package
- The language settings have been simplified so that it is only possible to choose the path to the directory that contains the
ruby
command (the level code file type setting has been removed)
- Increased stability and consistency of the interaction with the
levels
package