Releases: gaogaotiantian/watchpoints
Releases · gaogaotiantian/watchpoints
watchpoints 0.2.5 Release
- Add custom_printer feature
watchpoints 0.2.4 Release
Fixed the bug of accessing global variables when storing data with ast
watchpoints 0.2.3 Release
Now variable change detection also uses a more elegant way to compare, instead of using is
.
This change makes the cases where you assign two same objects to a variable not a trigger.
watchpoints 0.2.2 Release
- Use
objprint
to print stuff
watchpoints 0.2.1 Release
- add feature to print to file
watchpoints 0.2.0 Release
- support REPL and ipython now
watchpoints 0.1.6 Release
Support egg file
watchpoints 0.1.5 Release
Use is
instead of !=
for variable compare
watchpoints 0.1.4 Release
Add custom copy and compare feature.
watchpoints 0.1.3 Release
Fixed encoding for open()
, always use "utf-8"