Merged pull requests:
- Add CHANGELOG.md #49 (ahawker)
- Add Python code security linting with bandit. #47 (ahawker)
- Refactor security scan into separate Travis CI job. #46 (ahawker)
- Refactor lint checking into separate Travis CI job. #45 (ahawker)
- pyup.io: Scheduled daily dependency update on saturday #44 (pyup-bot)
- pyup.io: Scheduled daily dependency update on thursday #42 (pyup-bot)
v0.0.4 (2017-09-22)
Implemented enhancements:
- Add mypy support #25
- Address reported pylint issues #22
- Code Coverage: ulid/ulid.py #18
- Code Coverage: ulid/base32.py #17
- Code Coverage: ulid/api.py #16
- Update README with pros/cons vs. UUID #4
Closed issues:
- Monitor dependency versions #30
- Freeze Dependency Versions #29
- Remove "development" requirements from base.txt #28
Merged pull requests:
- Switch to legacy pypi and testpypi endpoints. #39 (ahawker)
- Update setup.py to use restructured text documentation. #38 (ahawker)
- pyup.io: Scheduled daily dependency update on tuesday #37 (pyup-bot)
- Add Safety check scans. #34 (ahawker)
- Add pyup.io config file. #32 (ahawker)
- Pin all requirements to latest versions (if usable). #31 (ahawker)
- Break dev vs. runtime requirements into separate files. #27 (ahawker)
- Add mypy static analysis support. #26 (ahawker)
- Add lint target as TravisCI script dependency. #24 (ahawker)
- Address pylint issues with refactoring and explicit disables. #23 (ahawker)
- Fix copy pasta bug in from_randomness tests. #21 (ahawker)
- Add tests for Base32 decode attempts with non-ascii chars. #20 (ahawker)
- Add rich comparison tests for all model types not just MemoryView. #19 (ahawker)
- Add waffle.io badge. #15 (ahawker)
v0.0.3 (2017-06-25)
Implemented enhancements:
- Read the Docs Support #7
- API: from_randomness should support ULID/Randomness objects #6
- API: from_timestamp should support ULID/Timestamp objects. #5
Merged pull requests:
- Update README with UUID v. ULID pros/cons. #14 (ahawker)
- Fix from_X documentation for collection of supported types. #13 (ahawker)
- Refactor model representation methods to be properties. #12 (ahawker)
- Add Sphinx support for autogen API docs. #11 (ahawker)
- Add basic object creation tests using pytest-benchmark. #10 (ahawker)
- Support Randomness/ULID model types in api.from_randomness. #9 (ahawker)
- Support Timestamp/ULID model types in api.from_timestamp. #8 (ahawker)
v0.0.2 (2017-06-16)
* This Change Log was automatically generated by github_changelog_generator