Change username from lfairy to lambda-fairy

This commit is contained in:
Chris Wong 2019-09-14 13:48:59 +12:00
parent 5e2c9e26a8
commit d0f29ae410
13 changed files with 97 additions and 97 deletions

View file

@ -5,34 +5,34 @@
## [0.21.0] - 2019-07-01 ## [0.21.0] - 2019-07-01
- [Added] Default tag name to `div` when a class or ID is provided - [Added] Default tag name to `div` when a class or ID is provided
[#173](https://github.com/lfairy/maud/pull/173) [#173](https://github.com/lambda-fairy/maud/pull/173)
- [Changed] Maud has a new website! Check it out at <https://maud.lambda.xyz/>. - [Changed] Maud has a new website! Check it out at <https://maud.lambda.xyz/>.
- [Changed] Update Actix to 1.0. Pre-release versions of Actix are no longer supported. - [Changed] Update Actix to 1.0. Pre-release versions of Actix are no longer supported.
[#176](https://github.com/lfairy/maud/pull/174) [#176](https://github.com/lambda-fairy/maud/pull/174)
- [Fixed] Use absolute imports in generated code - [Fixed] Use absolute imports in generated code
[#170](https://github.com/lfairy/maud/issues/170) [#170](https://github.com/lambda-fairy/maud/issues/170)
- [Fixed] Use `syn` instead of `literalext` - [Fixed] Use `syn` instead of `literalext`
[#174](https://github.com/lfairy/maud/pull/174) [#174](https://github.com/lambda-fairy/maud/pull/174)
## [0.20.0] - 2019-01-17 ## [0.20.0] - 2019-01-17
- [Added] Rocket 0.4 support - [Added] Rocket 0.4 support
[#162](https://github.com/lfairy/maud/pull/162) [#162](https://github.com/lambda-fairy/maud/pull/162)
- [Changed] Set `Content-Type` header for Actix responses - [Changed] Set `Content-Type` header for Actix responses
[#160](https://github.com/lfairy/maud/pull/160) [#160](https://github.com/lambda-fairy/maud/pull/160)
## [0.19.0] - 2018-10-20 ## [0.19.0] - 2018-10-20
- [Added] Allow arbitrary syntax in class and ID shorthand - [Added] Allow arbitrary syntax in class and ID shorthand
[#128](https://github.com/lfairy/maud/issues/128) [#128](https://github.com/lambda-fairy/maud/issues/128)
- [Added] Actix 0.7 support - [Added] Actix 0.7 support
[#144](https://github.com/lfairy/maud/issues/144) [#144](https://github.com/lambda-fairy/maud/issues/144)
- [Added] Warn on keywords without a leading `@` - [Added] Warn on keywords without a leading `@`
[#91](https://github.com/lfairy/maud/issues/91) [#91](https://github.com/lambda-fairy/maud/issues/91)
- [Changed] Disallow elements that mention the same attribute twice - [Changed] Disallow elements that mention the same attribute twice
[#129](https://github.com/lfairy/maud/issues/129) [#129](https://github.com/lambda-fairy/maud/issues/129)
- [Removed] Dropped support for the `maud_lints` crate - [Removed] Dropped support for the `maud_lints` crate
[66ddbca](https://github.com/lfairy/maud/commit/66ddbcac986f099e309c28491c276de39340068a) [66ddbca](https://github.com/lambda-fairy/maud/commit/66ddbcac986f099e309c28491c276de39340068a)
- [Fixed] Update to rustc 1.31.0-nightly (77af31408 2018-10-11) - [Fixed] Update to rustc 1.31.0-nightly (77af31408 2018-10-11)
- The feature flags have changed again! Remove `#![feature(use_extern_macros)]` and `#![feature(proc_macro_non_items)]`, and add `#![feature(proc_macro_hygiene)]` in their place. See the [documentation][getting-started] for a working example. - The feature flags have changed again! Remove `#![feature(use_extern_macros)]` and `#![feature(proc_macro_non_items)]`, and add `#![feature(proc_macro_hygiene)]` in their place. See the [documentation][getting-started] for a working example.
@ -47,10 +47,10 @@
## [0.18.0] - 2018-07-15 ## [0.18.0] - 2018-07-15
- [Added] Support for the Actix web framework - [Added] Support for the Actix web framework
[#135](https://github.com/lfairy/maud/issues/135) [#135](https://github.com/lambda-fairy/maud/issues/135)
[#136](https://github.com/lfairy/maud/pull/136) [#136](https://github.com/lambda-fairy/maud/pull/136)
- [Changed] Require braces around the body of an element - [Changed] Require braces around the body of an element
[#137](https://github.com/lfairy/maud/pull/137) [#137](https://github.com/lambda-fairy/maud/pull/137)
- [Fixed] In a `@match` expression, allow omitting the comma on the last match arm - [Fixed] In a `@match` expression, allow omitting the comma on the last match arm
- [Fixed] Improved the formatting for syntax errors - [Fixed] Improved the formatting for syntax errors
- [Fixed] Update to rustc 1.28.0-nightly (5bf68db6e 2018-05-28) - [Fixed] Update to rustc 1.28.0-nightly (5bf68db6e 2018-05-28)
@ -62,92 +62,92 @@
## [0.17.4] - 2018-05-02 ## [0.17.4] - 2018-05-02
- [Fixed] Update to rustc 1.27.0-nightly (686d0ae13 2018-04-27) - [Fixed] Update to rustc 1.27.0-nightly (686d0ae13 2018-04-27)
[#123](https://github.com/lfairy/maud/issues/123) [#123](https://github.com/lambda-fairy/maud/issues/123)
[#124](https://github.com/lfairy/maud/pull/124) [#124](https://github.com/lambda-fairy/maud/pull/124)
[#125](https://github.com/lfairy/maud/issues/125) [#125](https://github.com/lambda-fairy/maud/issues/125)
[#126](https://github.com/lfairy/maud/pull/126) [#126](https://github.com/lambda-fairy/maud/pull/126)
## [0.17.3] - 2018-04-21 ## [0.17.3] - 2018-04-21
- [Fixed] Update to rustc 1.27.0-nightly (ac3c2288f 2018-04-18) - [Fixed] Update to rustc 1.27.0-nightly (ac3c2288f 2018-04-18)
[#121](https://github.com/lfairy/maud/issues/121) [#121](https://github.com/lambda-fairy/maud/issues/121)
[#122](https://github.com/lfairy/maud/pull/122) [#122](https://github.com/lambda-fairy/maud/pull/122)
## [0.17.2] - 2017-11-19 ## [0.17.2] - 2017-11-19
- [Added] Iron 0.6 support - [Added] Iron 0.6 support
 [#107](https://github.com/lfairy/maud/pull/107)  [#107](https://github.com/lambda-fairy/maud/pull/107)
- [Added] Implement `Clone` and `Copy` for `PreEscaped` - [Added] Implement `Clone` and `Copy` for `PreEscaped`
[#101](https://github.com/lfairy/maud/pull/101) [#101](https://github.com/lambda-fairy/maud/pull/101)
- [Fixed] Allow braces in the boolean expression for a toggled class - [Fixed] Allow braces in the boolean expression for a toggled class
- [Fixed] Update to rustc 1.23.0-nightly (6160040d8 2017-11-18) - [Fixed] Update to rustc 1.23.0-nightly (6160040d8 2017-11-18)
## [0.17.1] - 2017-08-11 ## [0.17.1] - 2017-08-11
- [Fixed] "Multiple applicable items in scope" error when using `Render` trait - [Fixed] "Multiple applicable items in scope" error when using `Render` trait
[#97](https://github.com/lfairy/maud/issues/97) [#97](https://github.com/lambda-fairy/maud/issues/97)
## [0.17.0] - 2017-08-04 ## [0.17.0] - 2017-08-04
- [Added] Allow terminating void elements with semicolons (`;`) - [Added] Allow terminating void elements with semicolons (`;`)
[#96](https://github.com/lfairy/maud/pull/96) [#96](https://github.com/lambda-fairy/maud/pull/96)
- [Changed] Update to Rocket 0.3 - [Changed] Update to Rocket 0.3
[#94](https://github.com/lfairy/maud/pull/94) [#94](https://github.com/lambda-fairy/maud/pull/94)
- [Changed] Port to new proc macro interface - [Changed] Port to new proc macro interface
[#95](https://github.com/lfairy/maud/pull/95) [#95](https://github.com/lambda-fairy/maud/pull/95)
- [Removed] Removed the lint plugin for now -- it'll be added back in a later version once some design issues are sorted out. - [Removed] Removed the lint plugin for now -- it'll be added back in a later version once some design issues are sorted out.
- [Fixed] Allow braces in the boolean expression for an empty attribute - [Fixed] Allow braces in the boolean expression for an empty attribute
## [0.16.3] - 2017-04-22 ## [0.16.3] - 2017-04-22
- [Fixed] Update to rustc 1.18.0-nightly (1785bca51 2017-04-21) - [Fixed] Update to rustc 1.18.0-nightly (1785bca51 2017-04-21)
[#80](https://github.com/lfairy/maud/issues/80) [#80](https://github.com/lambda-fairy/maud/issues/80)
## [0.16.2] - 2017-03-07 ## [0.16.2] - 2017-03-07
- [Fixed] Update to rustc 1.17.0-nightly (b1e31766d 2017-03-03) - [Fixed] Update to rustc 1.17.0-nightly (b1e31766d 2017-03-03)
[#77](https://github.com/lfairy/maud/issues/77) [#77](https://github.com/lambda-fairy/maud/issues/77)
## [0.16.1] - 2017-02-15 ## [0.16.1] - 2017-02-15
- [Added] Rocket 0.2 support - [Added] Rocket 0.2 support
[#74](https://github.com/lfairy/maud/pull/74) [#74](https://github.com/lambda-fairy/maud/pull/74)
- [Removed] Don't expose private `PResult` type - [Removed] Don't expose private `PResult` type
## [0.16.0] - 2017-02-06 ## [0.16.0] - 2017-02-06
- [Changed] Update to Iron 0.5 - [Changed] Update to Iron 0.5
[#70](https://github.com/lfairy/maud/issues/70) [#70](https://github.com/lambda-fairy/maud/issues/70)
- [Fixed] Correct typo in `<!doctype html>` lint - [Fixed] Correct typo in `<!doctype html>` lint
[#69](https://github.com/lfairy/maud/issues/69) [#69](https://github.com/lambda-fairy/maud/issues/69)
## [0.15.0] - 2017-01-26 ## [0.15.0] - 2017-01-26
- [Added] Implement `Into<String>` for `Markup` - [Added] Implement `Into<String>` for `Markup`
- [Added] Add a lint that suggests using the `maud::DOCTYPE` constant - [Added] Add a lint that suggests using the `maud::DOCTYPE` constant
[#66](https://github.com/lfairy/maud/issues/66) [#66](https://github.com/lambda-fairy/maud/issues/66)
- [Removed] Remove the `RenderOnce` trait - [Removed] Remove the `RenderOnce` trait
[#68](https://github.com/lfairy/maud/issues/68) [#68](https://github.com/lambda-fairy/maud/issues/68)
- [Fixed] Update to latest syntax extension API - [Fixed] Update to latest syntax extension API
## [0.14.0] - 2016-11-24 ## [0.14.0] - 2016-11-24
- [Added] Add a pre-defined constant for `<!DOCTYPE html>` - [Added] Add a pre-defined constant for `<!DOCTYPE html>`
- [Added] Toggle a class using a boolean flag - [Added] Toggle a class using a boolean flag
[#44](https://github.com/lfairy/maud/issues/44) [#44](https://github.com/lambda-fairy/maud/issues/44)
- [Added] Let expressions - [Added] Let expressions
[#57](https://github.com/lfairy/maud/issues/57) [#57](https://github.com/lambda-fairy/maud/issues/57)
- [Changed] Toggled empty attributes now use `foo?[bar]` syntax - [Changed] Toggled empty attributes now use `foo?[bar]` syntax
[#59](https://github.com/lfairy/maud/issues/59) [#59](https://github.com/lambda-fairy/maud/issues/59)
- [Fixed] Update to latest syntax extension API - [Fixed] Update to latest syntax extension API
## [0.13.0] - 2016-11-03 ## [0.13.0] - 2016-11-03
- [Added] Support `@while` and `@while let` - [Added] Support `@while` and `@while let`
[#55](https://github.com/lfairy/maud/pull/55) [#55](https://github.com/lambda-fairy/maud/pull/55)
- [Changed] Change `PreEscaped` to take `AsRef<str>` instead of `Display` - [Changed] Change `PreEscaped` to take `AsRef<str>` instead of `Display`
[#54](https://github.com/lfairy/maud/issues/54) [#54](https://github.com/lambda-fairy/maud/issues/54)
- [Changed] Single quotes (`'`) are no longer escaped - [Changed] Single quotes (`'`) are no longer escaped
- [Fixed] Update to latest syntax extension API - [Fixed] Update to latest syntax extension API
@ -155,9 +155,9 @@
## [0.12.0] - 2016-10-09 ## [0.12.0] - 2016-10-09
- [Changed] Change `Render` and `RenderOnce` to return `Markup` instead - [Changed] Change `Render` and `RenderOnce` to return `Markup` instead
[#48](https://github.com/lfairy/maud/issues/48) [#48](https://github.com/lambda-fairy/maud/issues/48)
- [Fixed] Add a bunch of optimizations from Horrorshow - [Fixed] Add a bunch of optimizations from Horrorshow
[#46](https://github.com/lfairy/maud/issues/46) [#46](https://github.com/lambda-fairy/maud/issues/46)
## [0.11.1] - 2016-09-25 ## [0.11.1] - 2016-09-25
@ -176,9 +176,9 @@
- [Added] Iron support - [Added] Iron support
- [Added] Allow namespaces in element and attribute names - [Added] Allow namespaces in element and attribute names
[#38](https://github.com/lfairy/maud/pull/38) [#38](https://github.com/lambda-fairy/maud/pull/38)
- [Changed] Switch to new splice syntax using parentheses - [Changed] Switch to new splice syntax using parentheses
[#41](https://github.com/lfairy/maud/issues/41) [#41](https://github.com/lambda-fairy/maud/issues/41)
- [Changed] Require parentheses around the parameter to `@call` - [Changed] Require parentheses around the parameter to `@call`
- [Removed] All literals must now be quoted, e.g. `"42"` not `42` - [Removed] All literals must now be quoted, e.g. `"42"` not `42`
@ -192,13 +192,13 @@
- [Fixed] Update to latest syntax extension API - [Fixed] Update to latest syntax extension API
- [Fixed] Silence "duplicate loop labels" warnings - [Fixed] Silence "duplicate loop labels" warnings
[#36](https://github.com/lfairy/maud/issues/36) [#36](https://github.com/lambda-fairy/maud/issues/36)
## [0.9.0] - 2016-06-12 ## [0.9.0] - 2016-06-12
- [Added] Implement ID shorthand syntax, e.g. `div#foo` - [Added] Implement ID shorthand syntax, e.g. `div#foo`
[#35](https://github.com/lfairy/maud/issues/35) [#35](https://github.com/lambda-fairy/maud/issues/35)
- [Fixed] Update to latest syntax extension API - [Fixed] Update to latest syntax extension API
@ -210,46 +210,46 @@
## [0.8.0] - 2016-02-28 ## [0.8.0] - 2016-02-28
- [Added] Add shorthand syntax for classes, e.g. `div.foo` - [Added] Add shorthand syntax for classes, e.g. `div.foo`
[#28](https://github.com/lfairy/maud/pull/28) [#28](https://github.com/lambda-fairy/maud/pull/28)
- [Added] Add support for `match` expressions - [Added] Add support for `match` expressions
[#30](https://github.com/lfairy/maud/pull/30) [#30](https://github.com/lambda-fairy/maud/pull/30)
- [Added] Allow tuple attribute lookups (`x.0`) and identifier paths `foo::bar` in splices - [Added] Allow tuple attribute lookups (`x.0`) and identifier paths `foo::bar` in splices
[#27](https://github.com/lfairy/maud/pull/27) [#27](https://github.com/lambda-fairy/maud/pull/27)
[#29](https://github.com/lfairy/maud/pull/29) [#29](https://github.com/lambda-fairy/maud/pull/29)
- [Added] Add a `RenderOnce` trait, for when rendering a value also consumes it - [Added] Add a `RenderOnce` trait, for when rendering a value also consumes it
[#31](https://github.com/lfairy/maud/pull/31) [#31](https://github.com/lambda-fairy/maud/pull/31)
- [Changed] Change symbol for special forms from `#``@` - [Changed] Change symbol for special forms from `#``@`
[#31](https://github.com/lfairy/maud/pull/31) [#31](https://github.com/lambda-fairy/maud/pull/31)
- [Changed] Change symbol for splices from `$``^` - [Changed] Change symbol for splices from `$``^`
[#31](https://github.com/lfairy/maud/pull/31) [#31](https://github.com/lambda-fairy/maud/pull/31)
- [Fixed] Update to latest syntax extension API - [Fixed] Update to latest syntax extension API
[Unreleased]: https://github.com/lfairy/maud/compare/v0.21.0...HEAD [Unreleased]: https://github.com/lambda-fairy/maud/compare/v0.21.0...HEAD
[0.21.0]: https://github.com/lfairy/maud/compare/v0.20.0...v0.21.0 [0.21.0]: https://github.com/lambda-fairy/maud/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/lfairy/maud/compare/v0.19.0...v0.20.0 [0.20.0]: https://github.com/lambda-fairy/maud/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/lfairy/maud/compare/v0.18.1...v0.19.0 [0.19.0]: https://github.com/lambda-fairy/maud/compare/v0.18.1...v0.19.0
[0.18.1]: https://github.com/lfairy/maud/compare/v0.18.0...v0.18.1 [0.18.1]: https://github.com/lambda-fairy/maud/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/lfairy/maud/compare/v0.17.5...v0.18.0 [0.18.0]: https://github.com/lambda-fairy/maud/compare/v0.17.5...v0.18.0
[0.17.5]: https://github.com/lfairy/maud/compare/v0.17.4...v0.17.5 [0.17.5]: https://github.com/lambda-fairy/maud/compare/v0.17.4...v0.17.5
[0.17.4]: https://github.com/lfairy/maud/compare/v0.17.3...v0.17.4 [0.17.4]: https://github.com/lambda-fairy/maud/compare/v0.17.3...v0.17.4
[0.17.3]: https://github.com/lfairy/maud/compare/v0.17.2...v0.17.3 [0.17.3]: https://github.com/lambda-fairy/maud/compare/v0.17.2...v0.17.3
[0.17.2]: https://github.com/lfairy/maud/compare/v0.17.1...v0.17.2 [0.17.2]: https://github.com/lambda-fairy/maud/compare/v0.17.1...v0.17.2
[0.17.1]: https://github.com/lfairy/maud/compare/v0.17.0...v0.17.1 [0.17.1]: https://github.com/lambda-fairy/maud/compare/v0.17.0...v0.17.1
[0.17.0]: https://github.com/lfairy/maud/compare/v0.16.3...v0.17.0 [0.17.0]: https://github.com/lambda-fairy/maud/compare/v0.16.3...v0.17.0
[0.16.3]: https://github.com/lfairy/maud/compare/v0.16.2...v0.16.3 [0.16.3]: https://github.com/lambda-fairy/maud/compare/v0.16.2...v0.16.3
[0.16.2]: https://github.com/lfairy/maud/compare/v0.16.1...v0.16.2 [0.16.2]: https://github.com/lambda-fairy/maud/compare/v0.16.1...v0.16.2
[0.16.1]: https://github.com/lfairy/maud/compare/v0.16.0...v0.16.1 [0.16.1]: https://github.com/lambda-fairy/maud/compare/v0.16.0...v0.16.1
[0.16.0]: https://github.com/lfairy/maud/compare/v0.15.0...v0.16.0 [0.16.0]: https://github.com/lambda-fairy/maud/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/lfairy/maud/compare/v0.14.0...v0.15.0 [0.15.0]: https://github.com/lambda-fairy/maud/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/lfairy/maud/compare/v0.13.0...v0.14.0 [0.14.0]: https://github.com/lambda-fairy/maud/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/lfairy/maud/compare/v0.12.0...v0.13.0 [0.13.0]: https://github.com/lambda-fairy/maud/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/lfairy/maud/compare/v0.11.1...v0.12.0 [0.12.0]: https://github.com/lambda-fairy/maud/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/lfairy/maud/compare/v0.11.0...v0.11.1 [0.11.1]: https://github.com/lambda-fairy/maud/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/lfairy/maud/compare/v0.10.0...v0.11.0 [0.11.0]: https://github.com/lambda-fairy/maud/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/lfairy/maud/compare/v0.9.2...v0.10.0 [0.10.0]: https://github.com/lambda-fairy/maud/compare/v0.9.2...v0.10.0
[0.9.2]: https://github.com/lfairy/maud/compare/v0.9.1...v0.9.2 [0.9.2]: https://github.com/lambda-fairy/maud/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/lfairy/maud/compare/v0.9.0...v0.9.1 [0.9.1]: https://github.com/lambda-fairy/maud/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/lfairy/maud/compare/v0.8.1...v0.9.0 [0.9.0]: https://github.com/lambda-fairy/maud/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/lfairy/maud/compare/v0.8.0...v0.8.1 [0.8.1]: https://github.com/lambda-fairy/maud/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/lfairy/maud/compare/v0.7.4...v0.8.0 [0.8.0]: https://github.com/lambda-fairy/maud/compare/v0.7.4...v0.8.0

View file

@ -12,6 +12,6 @@ Great to see that you want to help out! Here are some tips for getting started:
Have fun! ☺️ Have fun! ☺️
[easy issues]: https://github.com/lfairy/maud/issues?q=is%3Aissue+is%3Aopen+label%3A%22difficulty%3A+easy%22 [easy issues]: https://github.com/lambda-fairy/maud/issues?q=is%3Aissue+is%3Aopen+label%3A%22difficulty%3A+easy%22
[existing test code]: https://github.com/lfairy/maud/tree/master/maud/tests [existing test code]: https://github.com/lambda-fairy/maud/tree/master/maud/tests
[proc_macro]: https://doc.rust-lang.org/nightly/proc_macro/ [proc_macro]: https://doc.rust-lang.org/nightly/proc_macro/

View file

@ -1,5 +1,5 @@
# <img align="right" src="maud.png" alt="HTML5 rocks." title="HTML5 rocks."> maud # <img align="right" src="maud.png" alt="HTML5 rocks." title="HTML5 rocks."> maud
[![Build Status](https://img.shields.io/travis/lfairy/maud.svg)](http://travis-ci.org/lfairy/maud) [![Build Status](https://img.shields.io/travis/lambda-fairy/maud.svg)](http://travis-ci.org/lambda-fairy/maud)
[![Cargo](https://img.shields.io/crates/v/maud.svg)](https://crates.io/crates/maud) [![Cargo](https://img.shields.io/crates/v/maud.svg)](https://crates.io/crates/maud)
[![API reference](https://docs.rs/maud/badge.svg)](https://docs.rs/maud/) [![API reference](https://docs.rs/maud/badge.svg)](https://docs.rs/maud/)
@ -12,9 +12,9 @@ Note that Maud depends on the unstable [procedural macro API][rustissue], and so
For more info on Maud, see the [official book][book]. For more info on Maud, see the [official book][book].
[book]: https://maud.lambda.xyz/ [book]: https://maud.lambda.xyz/
[booksrc]: https://github.com/lfairy/maud/tree/master/docs [booksrc]: https://github.com/lambda-fairy/maud/tree/master/docs
[apiref]: https://docs.rs/maud/ [apiref]: https://docs.rs/maud/
[changelog]: https://github.com/lfairy/maud/blob/master/CHANGELOG.md [changelog]: https://github.com/lambda-fairy/maud/blob/master/CHANGELOG.md
[rustissue]: https://github.com/rust-lang/rust/issues/38356 [rustissue]: https://github.com/rust-lang/rust/issues/38356
## Stability ## Stability

View file

@ -5,7 +5,7 @@ version = "0.0.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"] authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "CC-BY-SA-4.0" license = "CC-BY-SA-4.0"
repository = "https://github.com/lfairy/maud" repository = "https://github.com/lambda-fairy/maud"
description = "Documentation for Maud." description = "Documentation for Maud."
edition = "2018" edition = "2018"

View file

@ -73,11 +73,11 @@ html! {
Maud also supports ending a void element with a slash: `br /`. This syntax is [deprecated][#96] and should not be used in new code. Maud also supports ending a void element with a slash: `br /`. This syntax is [deprecated][#96] and should not be used in new code.
[#96]: https://github.com/lfairy/maud/pull/96 [#96]: https://github.com/lambda-fairy/maud/pull/96
Before version 0.18, Maud allowed the curly braces to be omitted. This syntax was [removed][#137] and now causes an error instead. Before version 0.18, Maud allowed the curly braces to be omitted. This syntax was [removed][#137] and now causes an error instead.
[#137]: https://github.com/lfairy/maud/pull/137 [#137]: https://github.com/lambda-fairy/maud/pull/137
## Non-empty attributes `id="yay"` ## Non-empty attributes `id="yay"`

View file

@ -45,7 +45,7 @@ To concatenate multiple values within an attribute, wrap the whole thing in brac
```rust ```rust
const GITHUB: &'static str = "https://github.com"; const GITHUB: &'static str = "https://github.com";
html! { html! {
a href={ (GITHUB) "/lfairy/maud" } { a href={ (GITHUB) "/lambda-fairy/maud" } {
"Fork me on GitHub" "Fork me on GitHub"
} }
} }

View file

@ -7,7 +7,7 @@ html! {
h1 { "Hello, world!" } h1 { "Hello, world!" }
p.intro { p.intro {
"This is an example of the " "This is an example of the "
a href="https://github.com/lfairy/maud" { "Maud" } a href="https://github.com/lambda-fairy/maud" { "Maud" }
" template language." " template language."
} }
} }

View file

@ -12,5 +12,5 @@ git init
git add . git add .
git commit -m 'Deploy' git commit -m 'Deploy'
git remote add github git@github.com:lfairy/maud.git git remote add github git@github.com:lambda-fairy/maud.git
git push -f github master:gh-pages git push -f github master:gh-pages

View file

@ -85,7 +85,7 @@ crate fn main<'a>(
} }
} }
li { li {
a href="https://github.com/lfairy/maud" { a href="https://github.com/lambda-fairy/maud" {
"GitHub" "GitHub"
} }
} }

View file

@ -6,7 +6,7 @@ authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/maud/" documentation = "https://docs.rs/maud/"
homepage = "https://maud.lambda.xyz/" homepage = "https://maud.lambda.xyz/"
repository = "https://github.com/lfairy/maud" repository = "https://github.com/lambda-fairy/maud"
description = "Compile-time HTML templates." description = "Compile-time HTML templates."
categories = ["template-engine"] categories = ["template-engine"]
edition = "2018" edition = "2018"
@ -22,7 +22,7 @@ actix-web = { version = "1.0.0", optional = true, default-features = false }
compiletest_rs = { version = "0.3.19", features = ["stable"] } compiletest_rs = { version = "0.3.19", features = ["stable"] }
[badges] [badges]
travis-ci = { repository = "lfairy/maud" } travis-ci = { repository = "lambda-fairy/maud" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true

View file

@ -6,7 +6,7 @@ authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/maud_htmlescape/" documentation = "https://docs.rs/maud_htmlescape/"
homepage = "https://maud.lambda.xyz/" homepage = "https://maud.lambda.xyz/"
repository = "https://github.com/lfairy/maud" repository = "https://github.com/lambda-fairy/maud"
description = "Internal support code used by Maud." description = "Internal support code used by Maud."
edition = "2018" edition = "2018"

View file

@ -6,7 +6,7 @@ authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/maud_macros/" documentation = "https://docs.rs/maud_macros/"
homepage = "https://maud.lambda.xyz/" homepage = "https://maud.lambda.xyz/"
repository = "https://github.com/lfairy/maud" repository = "https://github.com/lambda-fairy/maud"
description = "Compile-time HTML templates." description = "Compile-time HTML templates."
edition = "2018" edition = "2018"
@ -20,4 +20,4 @@ name = "maud_macros"
proc-macro = true proc-macro = true
[badges] [badges]
travis-ci = { repository = "lfairy/maud" } travis-ci = { repository = "lambda-fairy/maud" }

View file

@ -510,7 +510,7 @@ impl Parser {
let markup_span = markup.span(); let markup_span = markup.span();
markup_span markup_span
.error("element body must be wrapped in braces") .error("element body must be wrapped in braces")
.help("see https://github.com/lfairy/maud/pull/137 for details") .help("see https://github.com/lambda-fairy/maud/pull/137 for details")
.emit(); .emit();
ast::ElementBody::Block { ast::ElementBody::Block {
block: ast::Block { block: ast::Block {