All Versions
28
Latest Version
Avg Release Cycle
46 days
Latest Release
1814 days ago
Changelog History
Page 2
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