-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
59 lines (34 loc) · 980 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
## v1.3.2 - 22/06/06
* Raise a clear exception on functools.partial
## v1.3.1 - 22/06/06
* Fix an issue with functools.partial
* Several maintenace changes
## v1.3.0 - 20/12/01
* Better handling of mutable classes
## v1.2.1 - 20/11/17
* Fix __dir__ to include itself
## v1.2.0 - 20/11/16
* Make sure that __doc__ is included in dir()
* Correctly set _xmod_extension when it's callable
## v1.1.3 - 20/11/14
* Copy documentation from the module
* Add doks settings to pyproject.toml
* Added pyproject.toml
## v1.1.2 - 20/10/07
* Enable Python 3.9
## v1.1.1 - 20/09/02
* Add MANIFEST.in (fix #2)
## v1.1.0 - 20/07/26
* New mutable parameter
* Chop out properies entirely
* Fix dir() for xmod'ed items (fix #1)
## v1.0.1 - 20/07/22
* Handle classes correctly
## v1.0.0 - 20/07/18
* Rename clod to xmod
## v0.10.0 - 20/07/18
* Bump coverage percentage
* Rename variables to properties
* Now clod can be used as a decorator
## v0.9.0 - 20/07/11
* First release