- Fix a subtle bug with multiple inheritance. 82aa3c99270
- Added FloatRange member. ef05758c50e
- Added 'strict' keyword to Str. 8bda51cfee9
- Added a 'tag' method to Member for setting metadata. 340adbbf5a9
- Allow unicode string as observer topics. 441ff55ba73
- Added a 'strict' keyword to Int. 2ca8b542e8b
- Added a slew of examples.
- Minor bug fixes and cleanup.
Special thanks to Steven Silvester (@blink1073) for all of his contributions to this release.
- Add more flexibility for unobserving an object. f4ac152ffdf
- Add support for static callable observers. bc630777965
- Add support for single dotted extended observers. f6a33ee4d57
- Make atomref a singleton per Atom instance. b793dec1336
- Use Atom instance methods as observers without requiring weakrefs. 31df89b7e8
- Bugfix for typed ContainerList. e4f96706ff
- Make atomlist subclass friendly. 21396e8d1e
- Add an integer enum class. d2e80e3231
- First version with release notes.
- Add the ability to monitor the lifetime of an Atom object without weakrefs. 7596aa1b48
- Move the implemenations for List and ContainerList into C++. 7596aa1b48
- Add support for pickling Atom objects. 7596aa1b48