Skip to content

Releases: lakrme/atom-levels-language-ruby

0.5.9

19 Jul 15:10
v0.5.9
8509ebe
Compare
Choose a tag to compare
  • There are no user-facing changes in this release

0.5.8

29 Nov 11:37
6db9ebb
Compare
Choose a tag to compare
  • Removed the undocumented Atom function ::removeGrammar

0.5.7

03 Oct 21:38
Compare
Choose a tag to compare
  • Converted the grammar files from CSON to JSON
  • Removed the season dependency

0.5.6

03 Oct 19:52
Compare
Choose a tag to compare
  • Converted the main module from CoffeeScript to JavaScript

0.5.5

30 Sep 15:37
Compare
Choose a tag to compare
  • Added the stack trace to error notifications

0.5.4

12 Sep 08:18
Compare
Choose a tag to compare
  • Bug fixes and performance improvements

0.5.3

09 Sep 09:53
Compare
Choose a tag to compare
  • Updated the grammar file to use Atom's internal Ruby grammar

0.5.2

09 Sep 09:49
Compare
Choose a tag to compare
  • Updated the changelog to reflect the changes of the last release

0.5.1

09 Sep 09:49
Compare
Choose a tag to compare
  • 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

09 Sep 09:48
Compare
Choose a tag to compare
  • 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