Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (27 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

30 lines (27 loc) · 1.67 KB

2019-05-28, Version 1.1.0

Commits

Stats

 .github/CODE_OF_CONDUCT.md                |  75 +++++++++++-
 .github/CONTRIBUTING.md                   |  55 ++++++++-
 .github/ISSUE_TEMPLATE.md                 |   9 +-
 .github/ISSUE_TEMPLATE/bug_report.md      |  23 +++-
 .github/ISSUE_TEMPLATE/feature_request.md |  43 +++++++-
 .github/ISSUE_TEMPLATE/question.md        |  18 +++-
 .github/PULL_REQUEST_TEMPLATE.md          |  14 ++-
 .github/stale.yml                         |  17 +++-
 .gitignore                                |   7 +-
 .travis.yml                               |  13 ++-
 Cargo.toml                                |  17 +++-
 LICENSE-APACHE                            | 190 +++++++++++++++++++++++++++++-
 LICENSE-MIT                               |  21 +++-
 README.md                                 |  54 ++++++++-
 src/lib.rs                                | 204 +++++++++++++++++++++++++++++++-
 tests/test.rs                             |   6 +-
 16 files changed, 766 insertions(+)