All Versions
28
Latest Version
Avg Release Cycle
46 days
Latest Release
1277 days ago

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