2015-01-27 16:53:17 +00:00
|
|
|
.. currentmodule:: attr
|
|
|
|
|
|
|
|
.. :changelog:
|
|
|
|
|
|
|
|
Changelog
|
|
|
|
=========
|
|
|
|
|
2015-03-23 09:32:13 +00:00
|
|
|
Versions are year-based with a strict :doc:`backwards-compatibility policy <backward-compatibility>`.
|
2015-01-27 16:53:17 +00:00
|
|
|
The third digit is only for regressions.
|
|
|
|
|
|
|
|
|
2015-04-15 22:01:10 +00:00
|
|
|
15.1.0 (2015-04-15)
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
|
|
|
|
Changes:
|
|
|
|
^^^^^^^^
|
|
|
|
|
Support optional values through a new validator.
Unfortunately, I'm unable to run tests locally b/c of severe dependency
hell. I am unable to get tox, detox, python setup.py test, and other
means of running tests to work at all. So, since I'm blocked on a
project by the lack of optional validator support, I am going to close
my eyes, look away, and pull the trigger, and hope I hit the target.
If someone who has a working Python configuration can please be kind
enough to let me know if my changes fail any tests, I'd be very
appreciative.
Even better, I'd love to know why a stock Python distribution with
dependencies installed is incapable of running the tests for attrs.
However, this isn't the right forum to answer that question.
(This PR has the 17+ debugging commits cleaned up.)
2015-07-07 22:27:03 +00:00
|
|
|
- Add optional validator.
|
2015-04-15 22:01:10 +00:00
|
|
|
|
|
|
|
|
2015-04-15 21:39:29 +00:00
|
|
|
15.0.0 (2015-04-15)
|
2015-01-27 16:53:17 +00:00
|
|
|
-------------------
|
|
|
|
|
|
|
|
|
|
|
|
Changes:
|
|
|
|
^^^^^^^^
|
|
|
|
|
|
|
|
- Initial release.
|