All Versions
28
Latest Version
Avg Release Cycle
46 days
Latest Release
1277 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.3.0 Changes
March 11, 2017โ Added
- ๐ Support to show attributes in object var
- โ Test for string
- Get response when call a method
๐ Changed
- ๐จ Refactor in FilePrinter to use xml instead of regex
- โ Use xml in tests
๐ Fixed
- ๐ Bug with objects debugger. Fixed when use var $this
-
v0.2.1 Changes
March 06, 2017๐ Fixed
- ๐ Bug with path and without file
-
v0.2.0 Changes
March 06, 2017โ Added
- Params file and path
-
v0.1.2 Changes
March 01, 2017โ Added
- Catch error if try show value of unexist var
-
v0.1.1 Changes
March 01, 2017โ Added
- When show type array, show in php format, not xml
- When show type object, show the name of the class
- โ More tests for CommandAdapter
- Command to get info about xdebug
- โ Add option to offset lines in .dephpugger.yml
๐ Fixed
- โ Add type float to show variable in array
-
v0.0.3 Changes
March 01, 2017โ Added
- โ Add circleci support
- ๐จ Refactor client DBGp protocol - [WIP]
- Class to get variable in phpinfo();
- ๐ป Create exception to quit dephpugge
- โ Run dephpugger for php scripts in cli
- Counter changing the transactionId
-
v0.0.2 Changes
๐ Changed
- ๐ Use symfony/console for all commands
โ Added
- Explanation how to use the .dephpugger.yml
- 0๏ธโฃ File .dephpugger.yml in root path to change default configs
- โ Add type to return format variable
- โ Add a (ridiculuous) logo to github
- ๐จ Can run in verbose mode to print all xml DBGp
- โ Add command to check requirements
-
v0.0.1 Changes
โ Added
- TravisCI integration
- Codeclimate integration
- Returning formated values instead of XML DBGp format
- Color code with symfony/console
- Figlet to write Dephpugger in terminal for server and debugger
- Create README explain the project with an image (screenshot)
- ๐ฒ Install monolog to log application
- Set a current version in a separated file
- Create changelog
- โ Tests for commands and FilePrinter
- ๐จ FilePrinter coloring code with reserved words
- ๐จ FilePrinter class to print a file in terminal
- Command conversor to IDE commands
- Possibility to run IDE commands to DBGp
- Breakpoints
- โ Install codeception to make tests
- Binary file to run client websocket to DBGp protocol
- Binary file to run php server built in connecting websocket
- PSR-0 implemented
- โ Added to packagist
- Composer component to install
- Client to DBGp protocol