- Upgrade to Grails 6.2
- Upgrade to Grails 5.3.6
- Upgrade for Grails 4.1.4
- Fix for Console hijacking
System.out
and breaking system logs - Fix for
NullPointerException
when running empty script on server withgrails.databinding.convertEmptyStringsToNull
set to default valuetrue
- Fix for
grails3/plugin
structure and code refactoring to match Grails v3.3+ recommendations - Updated Handlebar Runtime to 4.7.6
- Updating most of Node project dev-dependencies
- Updating structure and format of
gulpfile.js
to match Gulp v4 recommendations - Build with Java 8
- Fix #65 build with Java 7
- Fix #62 update plugin to 3.3.0
- Add support for writing to browser console
- Fix #60 indent size is forced to 1
- Fix #59 add package name to UrlMappings
- Fix #55 more CSRF protection
- Fix #54 add CSRF protection
- Fix #52 bad dependency graph
- Fix #51 database commands fail if dataSource is defined with logSql=true
- Fix #50 move enabled check to interceptor
- Fix #49 add fileStore.remote.defaultPath config option
- Fix #48 handle remote file list failure
- Fix #45 update resource URL (grails3)
- New build script
- Add support for multiple base URLs (#44)
- Add
out
binding. - Fix #36 mixed content check.
- Fix #29 configuration of editor tabs and indentation.
- Fix #32 add newFileText config param.
- Fix #31 disable hotkeys for layout.
- Fix font-awesome resources.
- Update for Grails 3.
- Fix #25.
- Add welcome instructions.
- Fix #10.
- Collapse exceptions.
- Add inline execution prompt.
- Store visible state of files pane.
- Fix #15. Smarter baseUrl logic. Add
grails.plugin.console.baseUrl
config option to override.
- Add
grails.plugin.console.enabled
config option and change the default behavior to be enabled in development only.
- Fix #11.
- Add option to toggle auto import of domain classes.
- Add option to toggle unsaved changes warning.