Skip to content

Releases: gaogaotiantian/watchpoints

watchpoints 0.2.5 Release

24 Oct 19:47
Compare
Choose a tag to compare
Pre-release
  • Add custom_printer feature

watchpoints 0.2.4 Release

22 Apr 03:42
Compare
Choose a tag to compare
Pre-release

Fixed the bug of accessing global variables when storing data with ast

watchpoints 0.2.3 Release

20 Apr 16:45
Compare
Choose a tag to compare
Pre-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

25 Mar 05:34
Compare
Choose a tag to compare
Pre-release
  • Use objprint to print stuff

watchpoints 0.2.1 Release

15 Mar 05:04
Compare
Choose a tag to compare
Pre-release
  • add feature to print to file

watchpoints 0.2.0 Release

10 Mar 02:52
Compare
Choose a tag to compare
Pre-release
  • support REPL and ipython now

watchpoints 0.1.6 Release

28 Feb 00:36
Compare
Choose a tag to compare
Pre-release

Support egg file

watchpoints 0.1.5 Release

03 Feb 05:36
Compare
Choose a tag to compare
Pre-release

Use is instead of != for variable compare

watchpoints 0.1.4 Release

02 Feb 01:49
Compare
Choose a tag to compare
Pre-release

Add custom copy and compare feature.

watchpoints 0.1.3 Release

24 Dec 19:49
Compare
Choose a tag to compare
Pre-release

Fixed encoding for open(), always use "utf-8"