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

Changelog History
Page 2

  • v1.1.1 Changes

    May 30, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change codeception to phpunit
  • v1.1 Changes

    April 29, 2017

    โž• Added

    • Getting global variables in property get
    • โœ… Tests
  • v1.0.2-rc1 Changes

    April 26, 2017

    โž• Added

    • Class to client for Dbgp
    • โœ… Tests for dbgp Server and Client
    • Command 'set' to change the config

    ๐Ÿ”„ Changed

    • Namespace for client and server Dbgp
    • Removing phpPath and add PHP_BINARY

    ๐Ÿ›  Fixed

    • ๐Ÿ–จ Command cli printing content
  • v1.0.1-alpha Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug in autoload in global
  • v1.0.0-alpha Changes

    โž• Added

    • ๐Ÿ†• New architecture
    • โœ… Tests for commands
    • โœ… Tests for MessageEvent
    • One class for each command in debugger
    • One class for each xml received in DBGP
    • ๐Ÿ†• New flow execution
    • Core with REPL
    • ๐Ÿ”Œ Class with reflection mode to get all plugins (commands and parsers)
    • Readline with history

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Refactor client DBGp protocol
    • โœ‚ Remove singleton in $config
    • Output in a single class
  • v0.5.1 Changes

    March 24, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug in autoload
  • v0.5.0 Changes

    March 22, 2017

    โž• Added

    • โž• Add command Help
    • โž• Add history to debugger
    • ๐Ÿ–จ Create a unique class to print with symfony color
    • Command list-previous to show previous lines in file
  • v0.4.1 Changes

    March 19, 2017

    ๐Ÿ”„ Changed

    • Attribute verboseMode now is in debugger, not in options
    • Command l to list
    • If send command emtpy, repeat the last command sent

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug in command requirements and info
  • v0.4.0 Changes

    March 19, 2017

    โž• Added

    • If send empty string, repeat the last command in debugger

    ๐Ÿ”„ Changed

    • ๐Ÿ Using DIRECTORY_SEPARATOR instead of '/' (windows support)
    • ๐Ÿ”จ Refactor in DBGP server
    • ๐Ÿ“œ Separate responsability to parse messages in one class

    ๐Ÿ›  Fixed

    • The code were using 127.0.0.1 in debugger server instead of variable setted
  • v0.3.1 Changes

    March 11, 2017

    โž• Added

    • Sent messages in verboseMode

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug with set a variable