Commit Graph

67 Commits (master)
 

Author SHA1 Message Date
Thomas A. Christensen II a6a79b2f65
Version bump to v0.2.1
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 2640b728fc
Merge pull request #5 from MillironX:div-fix
Fix for `html_div` function
2 years ago
Thomas A. Christensen II aac2c4bda9
Update CHANGELOG
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 9d24c8dc57
Add test for div element
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 8f1ddfc940
Fix html_div not splatting its passed arguments
Fixes: 58244fcb5d ("Convert array checking to argument splatting")
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 8fd2e7c802
Version bump to v0.2.0
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II b6a44e33f8
Merge pull request #4 from MillironX:more-tests
More tests
2 years ago
Thomas A. Christensen II 78b0f48c4d
Update CHANGELOG
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 23960497e6
Fix examples for `html_element` not being rendered as doctests
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 8bf4c1d3a2
Add a test for underscores being turned into dashes
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 3144144a22
Add test for Foundation starter template
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 403d34f4ce
Add test for Bootstrap starter template
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 8646a0ff63
Refactor capuring pretty strings into its own function
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 5796ec2d31
Add the Foundation starter template as an example test case
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 9addd977b7
Add the Bootstrap starter template as an example test case
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II ba57b38d5b
Add Suppressor as a test dependency
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II b3e5319fad
Switch to testing on latest stable instead of 1.7
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II deea5baebf
Remove Mac and Windows tests
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 51b6a241a9
Remove x86 tests
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II dd00909c06
Fix tags syntax in CI workflow
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II cdb16fde52
Merge pull request #3 from MillironX/html-node-fix 2 years ago
Thomas A. Christensen II 495fe67e95 Merge branch 'master' into html-node-fix 2 years ago
Thomas A. Christensen II c7f8c6c614
Switch to testing on latest stable instead of 1.7
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 6d0ffbef12
Remove Mac and Windows tests
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 49e8084047
Remove x86 tests
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II b30992b485
Fix tags syntax in CI workflow
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II e340ab4e26
Update README example with html node
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 4683189f5c
Update CHANGELOG
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 8a86c309de
Add doctest for html function
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 6152004356
Add check for nothingness to link_or_text!
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 6c8268f50c
Add <html> node to html function
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 33cddd980b
Fix the DOCTYPE to be HTML5
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 9a4b8364f6
Merge pull request #2 from MillironX:splatting
Change html element functions to use argument splatting
2 years ago
Thomas A. Christensen II 6e88b8f657
Remove arrays from README example
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 9ca2bb52ae
Update CHANGELOG
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 58244fcb5d
Convert array checking to argument splatting
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II bfcd46caf8
Change TagBot to use existing changelog
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II afafae2769
Add linting workflow
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 0efeef1572
Update spelling dictionary
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 438e87617c
Update code to use Prettier style
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II df38dad4be
Update docs building script to match Blue style
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II ba44863021
Add a changelog
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 94f17e68e6
Add contributing guidelines
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 719a5ab39f
Add extension recommendations
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 88372bc92e
Fix markdownlint errors in docs
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 55ff2325d3
Add markdownlint config file
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II d3f7c3c042
Add spelling config file
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II f26aac9840
Add feature request template
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II ff8f8e07df
Add bug report template
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 0897c5a9be
Add CODE_OF_CONDUCT
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago