All notable changes are documented in this file using the Keep a CHANGELOG principles.
- Added:
xmlrpc
andxsl
extensions
- Update to PHP 7.1.8
Version 1.0.0 release :)
- Update to PHP 7.1.1
- Update to PHP 7.0.9
- Fixed: #10 several issues with scopes in newer builds of ST
- Update to PHP 7.0.8
- Update to PHP 7.0.5
- Update to PHP 5.6.20
- Removed: package control messages; the changelog is good enough
- Fixed: Work around ST issues when triggers contain certain characters. Completions are broken in a various ways when completion triggers contain characters not in range [a-zA-Z0-9_-]. See sublimehq/sublime_text#1061, and https://github.com/SublimeTextIssues/Core/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+completions.
- Added: Auto disable native PHP package completions
- Added: Package Settings Menu with README, CHANGELOG, and LICENSE links
- Added: Update to PHP 5.6.14
- Added: Update to PHP 5.6.9
- Fixed: Forgot to add package control changelog messages
- Fixed:
true
,false
, andnull
core constants should be lowercase in-line with PSR
- Added: PHP 5.6
__debugInfo
magic method
- Changed: "Compile-Time Constant" description changed to "Magic Constant" as per PHP documentation: http://php.net/manual/language.constants.predefined.php
- Added: Type hints are now available in multi line comments, not just phpdocs's e.g. begin typing at
/* @var |
- Added: Annotations are now available in multi line comments, not just phpdoc's e.g.
/* @annotation
- Added: Minimise auto-complete noise: Functions and language constructs no longer activate in a "meta" scope e.g. typing at
class a extends |
- Changed: Scopes blacklists are now pretty printed
- Changed: Scopes are now sorted ASC
- Fixed: #8 Show messages when installing and updating
- Fixed: Some completions like functions and language constructs shouldn't be activated in a class constant scope e.g.
self::|
- Added: Simplified magic method
__construct
and__invoke
argument fields c29906a
- Fixed: Functions and language constructs should not trigger in a comment context fd0346e
- Fixed: Completions should not trigger in a string context Merge pull request #6 from MattDMo/master
- Added: Updated to PHP version 5.6.0 ee77ec4
- Added: Updated to PHP version 5.5.13 1619f28
- Fixed:
use |
was not triggering type hints fc1791e 76666a0
- Fixed: Functions should not trigger in a ckass instantiation context f3c334e
- Fixed: Forgot to bump version in versioning file, again
- Fixed: Should not trigger type hints, functions, or language constructs in a variable context 1374388
- Fixed: Forgot to bump version in versioning file
- Fixed: functions and language constructs should not be triggered in PHPDoc or inheritance contexts bd0bc3c 699fd2c e5dd12d
- Fixed: Exception type hints were not triggering in an inheritance context bac45cc
- Fixed: Exception type hints were not trigging in a PHPDoc context b4d0365
- Fixed: Interfaces were not triggering in function argument type hint context 2ca2696
- Fixed: Class, interface, and exception completions were missing descriptions 3c0c8cb
- Fixed: Magic method completions were missing descriptions 10e9451
- Fixed: Extension name to descriptions fbe93f1
- Fixed: Magic method completions were not working in some contexts 6c299d1
- Fixed: Keyword completions were not working in some contexts c6ef3d2
- Fixed: Compile-time constant missing descriptions 3d9b8fc
- Fixed: #2 missing some language construct functions e.g. isset 6b93329
- Fixed: Language construct functions now have labels/descriptions 68602ac
- Added: Updated to PHP version 5.5.11 b0fa88a
- Fixed: Missing license: Added BSD (3-Clause) http://choosealicense.com/licenses/#bsd-3 59ec139
- Added: CURL extension completions 71d848a
- Added: Tidy extension completions e2abbee
- Added: SQLite version 3 databases extension completions 4cddf83
- Fixed: Type hint completions should trigger in PHPDoc context eeb454e
- Fixed: Type hint completions should trigger in function argument context c1d9d19
- Fixed: Deprecated function descriptions should be right-aligned de7346e
- Fixed: #1 Error Loading Completions; Only affects Sublime Text 2
- Fixed: instantiable class completions should not trigger in exception catch blocks 27b885f
- Initial import: PHP 5.4 completions