Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Latest commit

 

History

History
118 lines (100 loc) · 6.26 KB

CHANGELOG.md

File metadata and controls

118 lines (100 loc) · 6.26 KB

2019-03-08, Version 2.0.0

Commits

Stats

 CHANGELOG.md | 27 +++++++++++++++++++++------
 Cargo.toml   | 12 ++++++------
 README.md    | 32 +++++++++++++++++---------------
 src/lib.rs   | 23 ++++++++++++++---------
 4 files changed, 58 insertions(+), 36 deletions(-)

2019-03-08, Version 2.0.0

Commits

Stats

 CHANGELOG.md | 27 +++++++++++++++++++++------
 Cargo.toml   | 12 ++++++------
 README.md    | 32 +++++++++++++++++---------------
 src/lib.rs   | 23 ++++++++++++++---------
 4 files changed, 58 insertions(+), 36 deletions(-)

2019-03-08, Version 2.0.0

Commits

Stats

 CHANGELOG.md | 27 +++++++++++++++++++++------
 Cargo.toml   | 12 ++++++------
 README.md    | 32 +++++++++++++++++---------------
 src/lib.rs   | 23 ++++++++++++++---------
 4 files changed, 58 insertions(+), 36 deletions(-)

2019-03-07, Version 1.1.0

Commits

Stats

 CHANGELOG.md | 15 +++++++++++++++
 Cargo.toml   |  2 +-
 src/lib.rs   | 25 ++++++++++++++++++++++---
 3 files changed, 38 insertions(+), 4 deletions(-)

2019-03-07, Version 1.0.2

Commits

Stats

 CHANGELOG.md | 31 +++++++++++++++++++++++++++++++
 Cargo.toml   |  2 +-
 src/lib.rs   |  8 ++++----
 3 files changed, 36 insertions(+), 5 deletions(-)

2019-03-07, Version 1.0.1

Commits

Stats

 .github/CODE_OF_CONDUCT.md                |  75 ++++++++++++-
 .github/CONTRIBUTING.md                   |  63 ++++++++++-
 .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          |  21 +++-
 .github/stale.yml                         |  17 +++-
 .gitignore                                |   7 +-
 .travis.yml                               |  13 ++-
 CERTIFICATE                               |  37 ++++++-
 Cargo.toml                                |  17 +++-
 LICENSE-APACHE                            | 190 +++++++++++++++++++++++++++++++-
 LICENSE-MIT                               |  21 +++-
 README.md                                 |  75 ++++++++++++-
 rustfmt.toml                              |   2 +-
 src/error.rs                              |  73 ++++++++++++-
 src/lib.rs                                |  80 +++++++++++++-
 tests/test.rs                             |   0
 19 files changed, 784 insertions(+)