Releases: pharo-spec/NewTools
Releases · pharo-spec/NewTools
v0.4.2.4
Contains debugger fixes and improvements:
- Fixes #83
- Fixes #90
- Fixes #92
- Fixes #93
- Fixes pharo-project/pharo#7038
- The debugger now requires to define all variables before compiling from its code pane (as in Calypso editors)
- Added back test methods that were not pushed into NewTools
v0.4.2.3
Contains debugger fixes and improvements.
- improves, simplifies and fixes bug in the inspector breakpoint view
- fixes NewTools #81
- fixes NewTools #82
- removes the redundant sender column in the debugger stack
- improving the debugger inspector (removing redundant
self
nodes, adding a thisContext
node
v0.4.2
Bugfixes
- debugger: fix display of temps
- debugger: testing of missing classes does not lets an undeclared
- debugger: create a new method does not asks for a category since this breaks TDD
v0.4.1
- debugger: bad definition of variables in debugger context (just a workaround, real fix later)
- playground: save of page fails if directory does not exists before
v0.4
First functional release.
Includes usable versions of
(more to come)