Skip to content

Latest commit

 

History

History
145 lines (121 loc) · 7.03 KB

CHANGELOG.md

File metadata and controls

145 lines (121 loc) · 7.03 KB

2018-11-17, Version 0.2.0

Commits

  • [39c4f835a4] (cargo-release) version 0.2.0 (Yoshua Wuyts)
  • [eb305217f8] css auto-include preload shim (#2) (Yoshua Wuyts)
  • [8c11c4c604] Update changelog (Yoshua Wuyts)

Stats

 CHANGELOG.md | 15 +++++++++++++++
 Cargo.toml   |  3 ++-
 src/lib.rs   | 24 ++++++++++++++----------
 3 files changed, 31 insertions(+), 11 deletions(-)

2018-10-13, Version 0.1.7

Commits

Stats

 CHANGELOG.md | 15 +++++++++++++++
 Cargo.toml   |  2 +-
 src/lib.rs   |  3 +++
 3 files changed, 19 insertions(+), 1 deletion(-)

2018-10-13, Version 0.1.6

Commits

Stats

 CHANGELOG.md | 17 +++++++++++++++++
 Cargo.toml   |  2 +-
 src/lib.rs   |  3 +++
 3 files changed, 21 insertions(+), 1 deletion(-)

2018-10-13, Version 0.1.5

Commits

Stats

 CHANGELOG.md                 | 15 +++++++++++++++
 Cargo.toml                   |  2 +-
 src/lib.rs                   | 11 +++++++++--
 tests/fixtures/html-css.html |  2 +-
 tests/test.rs                |  2 +-
 5 files changed, 27 insertions(+), 5 deletions(-)

2018-10-13, Version 0.1.4

Commits

Stats

 CHANGELOG.md | 15 +++++++++++++++
 Cargo.toml   |  2 +-
 src/lib.rs   |  4 ++++
 3 files changed, 20 insertions(+), 1 deletion(-)

2018-10-12, Version 0.1.3

Commits

Stats

 CHANGELOG.md | 16 ++++++++++++++++
 Cargo.toml   |  2 +-
 src/lib.rs   |  9 +++++++++
 3 files changed, 26 insertions(+), 1 deletion(-)

2018-10-12, Version 0.1.2

Commits

  • [7607faab1c] (cargo-release) version 0.1.2 (Yoshua Wuyts)
  • [aced86da8c] load scripts before styles (Yoshua Wuyts)
  • [f048748d72] document ff bug (Yoshua Wuyts)
  • [7a8e1bbca6] Update changelog (Yoshua Wuyts)

Stats

 CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++
 Cargo.toml   |  2 +-
 src/lib.rs   |  8 +++++---
 3 files changed, 43 insertions(+), 4 deletions(-)

2018-10-12, Version 0.1.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                                |  14 ++-
 LICENSE-APACHE                            | 190 +++++++++++++++++++++++++++++++-
 LICENSE-MIT                               |  21 +++-
 README.md                                 |  83 ++++++++++++++-
 examples/main.rs                          |  10 ++-
 rustfmt.toml                              |   2 +-
 src/lib.rs                                | 189 +++++++++++++++++++++++++++++++-
 tests/fixtures/html-css.html              |   1 +-
 tests/test.rs                             |  17 +++-
 20 files changed, 853 insertions(+)