1.0.0
Breaking Changes
- The
vestaboard.messageaction (otherwise known as service) has changed- The
alignandvalignparameters have been renamed tojustifyandalign, respectively, to match vbml specifications justifysupports the following options:left,right,centerandjustifiedalignsupports the following options:top,bottom,centerandjustified- The
decoratorparameter, which previously only allowed a simple green header under themusicoption, has been dropped - A
durationparameter has been added to allow for creating a temporary message. After the duration has passed, the previous message will be restored. Huge thanks to @lordratner for contributing to this awesome feature!
- The
- The generated image has changed to better match the aspect ratio and text of a physical Vestaboard. The image is now also a PNG rather than SVG. While SVG allowed for small file sizes and scaling, it could not be used in notifications or attachments. You can see the changes below:
| New | Old |
|
|
|
|
What's Changed
- Update referral link by @natekspencer in #24
- Update README.md to clarify local api access by @natekspencer in #26
- Add "Alert" Behavior, remove decorator by @lordratner in #28
- Implement an "alert" message by @natekspencer in #29
- Construct and parse a message using VBML if encoding fails from vesta library by @natekspencer in #30
- Update the VBML url by @natekspencer in #31
- Revert "Update the VBML url" by @natekspencer in #32
- Rename alert to temporary message and update service call by @natekspencer in #33
- Add character codes attribute to message sensor by @natekspencer in #34
- Slightly tweak svg for floating-point arithmetic error by @natekspencer in #35
- Use a png image (more broadly accessible) by @natekspencer in #36
- Adjust font size of logo on image by @natekspencer in #37
- Update images for README by @natekspencer in #38
New Contributors
- @lordratner made their first contribution in #28
Full Changelog: 0.3.2...1.0.0

