Bodil Stokke
|
15c6ca1143
|
Bump lalrpop-util.
|
2019-05-28 17:07:56 +01:00 |
Bodil Stokke
|
e3e5cd3f09
|
Bump version_check to 0.9.1.
|
2019-05-28 16:05:56 +01:00 |
Jonathan Kingston
|
8c340453eb
|
Add Send to all output types
|
2019-05-28 16:30:53 +02:00 |
Jonathan Kingston
|
62dd064f79
|
Add Send bound. Fixes #50
|
2019-05-28 16:30:53 +02:00 |
Jonathan Kingston
|
1588f30353
|
Relax attribute escaping. Fixes #26
|
2019-05-28 16:06:13 +02:00 |
Jonathan Kingston
|
9c81041cac
|
Support expressions in text! macro
|
2019-05-28 16:04:19 +02:00 |
Jonathan Kingston
|
105156542e
|
Adding support for the ARIA role attribute
|
2019-05-28 16:03:12 +02:00 |
Bodil Stokke
|
d0b4955ba0
|
Merge pull request #45 from bodil/dependabot/cargo/lalrpop-0.17.0
Update lalrpop requirement from 0.16.1 to 0.17.0
|
2019-05-16 16:15:46 +01:00 |
dependabot[bot]
|
93ae347603
|
Update lalrpop requirement from 0.16.1 to 0.17.0
Updates the requirements on [lalrpop](https://github.com/lalrpop/lalrpop) to permit the latest version.
- [Release notes](https://github.com/lalrpop/lalrpop/releases)
- [Changelog](https://github.com/lalrpop/lalrpop/blob/0.17.0/RELEASES.md)
- [Commits](https://github.com/lalrpop/lalrpop/compare/0.16.1...0.17.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-05-08 06:18:39 +00:00 |
Bodil Stokke
|
5334d783f2
|
Use TryFrom rather than panicking From implementations to do attribute conversion.
Now that it's landed in stable and all.
|
2019-04-12 20:00:33 +01:00 |
Bodil Stokke
|
36c95b0b8e
|
Re-enable stable builds.
|
2019-04-08 17:24:29 +01:00 |
Bodil Stokke
|
a0cfd393e7
|
Run UI tests only on nightly.
|
2019-04-08 17:23:01 +01:00 |
Bodil Stokke
|
66320b0bdb
|
Replace Rocket example with Iron example, which builds on stable rustc.
|
2019-04-08 16:47:00 +01:00 |
Bodil Stokke
|
ccb00646ac
|
Don't render empty attributes when stringifying.
|
2019-04-08 16:44:34 +01:00 |
Bodil Stokke
|
91c3d9864a
|
Merge pull request #39 from ckampfe/add-unsafe-text
add unsafe_text
|
2019-04-08 15:56:11 +01:00 |
Bodil Stokke
|
5cb65597bb
|
Merge pull request #42 from iamcodemaker/event
Make Events struct more generic, use standard From/Into traits
|
2019-04-08 15:52:20 +01:00 |
Bodil Stokke
|
414a852679
|
Merge pull request #40 from bodil/dependabot/cargo/strum-0.15.0
Update strum requirement from 0.14.0 to 0.15.0
|
2019-04-08 15:18:32 +01:00 |
Bodil Stokke
|
2a6390e849
|
Merge branch 'master' into dependabot/cargo/strum-0.15.0
|
2019-04-08 15:18:22 +01:00 |
Bodil Stokke
|
e730b772b6
|
Merge pull request #41 from bodil/dependabot/cargo/strum_macros-0.15.0
Update strum_macros requirement from 0.14.0 to 0.15.0
|
2019-04-08 15:17:57 +01:00 |
Matthew Nicholson
|
2c500dc3f4
|
add tests for Events iterators
|
2019-04-01 00:46:46 -04:00 |
Matthew Nicholson
|
6f1021b4a3
|
implement `IntoIterator` for `Events`
|
2019-04-01 00:46:46 -04:00 |
Matthew Nicholson
|
d4aee284e5
|
add iter_mut method to events struct
|
2019-04-01 00:46:46 -04:00 |
Matthew Nicholson
|
b1d7f80dad
|
remove now unused `IntoEventHandler` trait
|
2019-04-01 00:46:46 -04:00 |
Matthew Nicholson
|
44436da495
|
use the standard `From` trait instead of `IntoEventHandler`
|
2019-04-01 00:46:46 -04:00 |
Matthew Nicholson
|
559359b2ff
|
add an iterator over all events
This iterator returns tuples conntaining the event name and whatever the
value is.
|
2019-04-01 00:46:46 -04:00 |
Matthew Nicholson
|
3edc4c3fa0
|
use generic events struct instead of `StringEvents`
This new structure is generic over any type that implents `From`/`Into`
for the type specified.
|
2019-03-31 02:04:30 -04:00 |
dependabot[bot]
|
c2d0fa7a97
|
Update strum_macros requirement from 0.14.0 to 0.15.0
Updates the requirements on [strum_macros](https://github.com/Peternator7/strum) to permit the latest version.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-03-27 06:02:55 +00:00 |
dependabot[bot]
|
95233e4d7b
|
Update strum requirement from 0.14.0 to 0.15.0
Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-03-27 06:02:45 +00:00 |
Clark Kampfe
|
4f8ce04fae
|
handle unsafetext match arm in stdweb
|
2019-03-26 22:30:14 -05:00 |
Clark Kampfe
|
7e842d9d78
|
add unsafe_text
|
2019-03-26 21:31:48 -05:00 |
Bodil Stokke
|
d63c2ef07b
|
Release 0.2.0
|
2019-03-16 21:53:23 +00:00 |
Bodil Stokke
|
b1cd52a419
|
Update CHANGELOG.md
|
2019-03-16 21:50:58 +00:00 |
Bodil Stokke
|
bf3f5a4e2a
|
Add missing attributes to video element.
Closes #32.
|
2019-03-16 21:39:45 +00:00 |
Bodil Stokke
|
359a7a66ed
|
Merge pull request #38 from bodil/dodrio
Dodrio support with a bespoke macro.
|
2019-03-16 21:32:20 +00:00 |
Bodil Stokke
|
a39ccf737f
|
Support boolean attrs, child blocks, and port TodoMVC example.
|
2019-03-16 21:14:38 +00:00 |
Bodil Stokke
|
f628e63e63
|
Revert accidental de-Booling and add missing <input> attrs.
|
2019-03-16 20:59:14 +00:00 |
Bodil Stokke
|
e2f6fd0c08
|
Add in some missing types, conversions and utility methods.
|
2019-03-16 20:58:51 +00:00 |
Bodil Stokke
|
ece0b39a60
|
Build with all features enabled on CI.
|
2019-03-16 16:32:59 +00:00 |
Bodil Stokke
|
1102415693
|
Build with all features enabled on CI.
|
2019-03-16 16:32:08 +00:00 |
Bodil Stokke
|
c892a9f27e
|
Pre-build static arrays of attrs etc to save on allocations.
|
2019-03-16 16:24:23 +00:00 |
Bodil Stokke
|
813121b3a7
|
Dodrio support with a bespoke macro.
|
2019-03-16 03:18:49 +00:00 |
Bodil Stokke
|
dbb4ba8738
|
2018 edition.
|
2019-03-15 23:37:20 +00:00 |
Bodil Stokke
|
10ad3b2abc
|
Bump some deps.
|
2019-03-15 14:05:05 +00:00 |
Bodil Stokke
|
feb20ad18d
|
Merge pull request #36 from bodil/dependabot/cargo/strum-0.14.0
Update strum requirement from 0.13.0 to 0.14.0
|
2019-03-05 13:04:03 +00:00 |
dependabot[bot]
|
bd4d4dec81
|
Update strum requirement from 0.13.0 to 0.14.0
Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-03-05 05:38:52 +00:00 |
Bodil Stokke
|
d2583f6d75
|
CircleCI config.
|
2019-02-22 18:09:10 +00:00 |
Bodil Stokke
|
eb1174ae97
|
Stop rustc complaining about non-camel case types.
|
2019-01-17 12:56:41 +00:00 |
Bodil Stokke
|
77888b20e5
|
Alias the Uri type to String.
Closes #30.
Closes #31.
|
2019-01-17 12:56:22 +00:00 |
Bodil Stokke
|
eff3f2289a
|
Bump strum.
|
2019-01-04 22:39:33 +00:00 |
Bodil Stokke
|
4f949f1cb7
|
Merge pull request #28 from longwusha/master
fix typo error in CHANGELOG
|
2018-12-20 18:04:28 +00:00 |