Skip to content

Latest commit

 

History

History
86 lines (56 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

86 lines (56 loc) · 2.05 KB

Changelog

Version 1.0.8 (2015-08-27)

Improved daemon detection

Version 1.0.7 (2015-08-22)

Relax startup guard, shell still starts if daemon is activated in properties, with warning message Similar warning message for starting with jvmargs, as this causes the same problem

Version 1.0.6 (2015-08-09)

Maintenance release. Update dependency version, default Groovy is 2.4.4 Made Compatible with gradle 2.5

Version 1.0.5 (2015-03-14)

Maintenance release. Update dependency version, default Groovy is 2.4.1 Refactored code, more type-checkable

Version 1.0.4 (2015-02-08)

Maintenance release. Update dependency version, default Groovy is 2.4.0

Version 1.0.3 (2015-01-09)

Maintenance release. Update dependency version, default Groovy is 2.3.9

Version 1.0.2 (2014-08-30)

  • fix #6 plugin should not add jcenter repo to project

Version 1.0.1 (2014-08-24)

  • fix no error when running without -q
  • groovy 2.3.6 as default

Version 1.0.0 (2014-06-13)

  • gradle 2.0 compatibility
  • qualified plugin Id (to comply with gradle portal)
  • groovy 2.3.4 as default

Version 0.4.0 (2014-05-25)

  • fix #4 issues with old groovy version and special keys
  • default groovy 2.3.3

Version 0.3.0 (2014-05-25)

  • default groovy 2.3.2
  • Allow groovy versions < 2.2.1

Version 0.2.0 (2014-05-25)

  • Allow initial commands to start the shell with
  • Allow using classes for custom tasks
  • integration tests, samples
  • fix conflicting groovysh Groovy version and project compile groovy version
  • build shell initialized with connector

Version 0.1.0 (2014-05-04)

  • First version with simple shells working as desired on Linux

Version 0.0.1 (2014-05-04)

  • Initial version