Skip to content

Releases: Gert-dev/php-ide-serenata

v4.3.0

v4.2.0

13 Jun 19:42
Compare
Choose a tag to compare

v4.1.3

01 Jun 18:13
Compare
Choose a tag to compare

v4.1.2

01 Jun 18:13
Compare
Choose a tag to compare
  • Update to Serenata 4.0.1

v4.1.1

06 May 17:48
Compare
Choose a tag to compare

v4.1.0

06 May 10:31
Compare
Choose a tag to compare
  • Up default memory limit to 2048 MB
  • Add missing space in core error message
  • Up default project PHP version from PHP 7.1 to PHP 7.2 (latest)
  • The core and indexes are now stored somewhere else, in a semi-persistent folder
    • The core will now no longer be reinstalled every time this package updates if its version remains the same
    • This avoids an EBUSY error during update on Windows
    • The base locations used are (concatenated with the package name):
      • Windows: process.env.APPDATA
      • Linux: process.env.HOME + '/.cache'
      • macOS: process.env.HOME + 'Library/Preferences'

v4.0.3

06 May 10:31
Compare
Choose a tag to compare
  • Update package description

v4.0.2

06 May 10:30
Compare
Choose a tag to compare
  • Update package description

v4.0.1

06 May 10:30
Compare
Choose a tag to compare
  • Fix rename via atom.io

v4.0.0

06 May 10:30
Compare
Choose a tag to compare
  • Update dependencies
  • Show progress spinner whilst installing the core
  • Show progress spinner whilst testing configuration
  • Make the service unavailable (it was already deprecated)
  • Rename package to php-ide-serenata to reflect new name of project
  • Integrate annotations and refactoring from the annotations and refactoring packages
    • The new functionality is equivalent to that supplied by the separate packages
    • Both can be disabled via the settings if you don't want them
    • This is the first step towards integrating this functionality into the core fully in the long term
    • This will also help discoverability, since I notice a lot of users don't notice other packages are available, and is less of a hassle
  • private is now the default access modifier when extracting methods